Skip to content

Commit

Permalink
Update hyper requirement from 0.14.4 to 1.1.0
Browse files Browse the repository at this point in the history
Updates the requirements on [hyper](https://github.com/hyperium/hyper) to permit the latest version.
- [Release notes](https://github.com/hyperium/hyper/releases)
- [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md)
- [Commits](hyperium/hyper@v0.14.4...v1.1.0)

---
updated-dependencies:
- dependency-name: hyper
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 19, 2023
1 parent 3af8465 commit 0ef17b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ballista/executor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dashmap = "5.4.0"
datafusion = { workspace = true }
datafusion-proto = { workspace = true }
futures = "0.3"
hyper = "0.14.4"
hyper = "1.1.0"
log = "0.4"
mimalloc = { version = "0.1", default-features = false, optional = true }
num_cpus = "1.13.0"
Expand Down
2 changes: 1 addition & 1 deletion ballista/scheduler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ futures = "0.3"
graphviz-rust = "0.6.1"
http = "0.2"
http-body = "0.4"
hyper = "0.14.4"
hyper = "1.1.0"
itertools = "0.12.0"
log = "0.4"
object_store = { workspace = true }
Expand Down

0 comments on commit 0ef17b6

Please sign in to comment.