Skip to content

Commit

Permalink
chore(deps): update hyper requirement from 0.14 to 1.1
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.0...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 Jan 8, 2024
1 parent 180b35b commit 622c420
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/deltalake-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ dashmap = "5"
errno = "0.3"
either = "1.8"
fix-hidden-lifetime-bug = "0.2"
hyper = { version = "0.14", optional = true }
hyper = { version = "1.1", optional = true }
itertools = "0.12"
lazy_static = "1"
libc = ">=0.2.90, <1"
Expand Down Expand Up @@ -100,7 +100,7 @@ criterion = "0.5"
ctor = "0"
deltalake-test = { path = "../deltalake-test", features = ["datafusion"] }
dotenvy = "0"
hyper = { version = "0.14", features = ["server"] }
hyper = { version = "1.1", features = ["server"] }
maplit = "1"
pretty_assertions = "1.2.1"
pretty_env_logger = "*"
Expand Down

0 comments on commit 622c420

Please sign in to comment.