Skip to content

Commit

Permalink
chore(deps): update hyper requirement from 0.14 to 1.5
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.5.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent f5f7ccc commit e94e748
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ dashmap = "6"
errno = "0.3"
either = "1.8"
fix-hidden-lifetime-bug = "0.2"
hyper = { version = "0.14", optional = true }
hyper = { version = "1.5", optional = true }
indexmap = "2.2.1"
itertools = "0.13"
lazy_static = "1"
Expand Down Expand Up @@ -111,7 +111,7 @@ ctor = "0"
deltalake-test = { path = "../test", features = ["datafusion"] }
dotenvy = "0"
fs_extra = "1.2.0"
hyper = { version = "0.14", features = ["server"] }
hyper = { version = "1.5", features = ["server"] }
maplit = "1"
pretty_assertions = "1.2.1"
pretty_env_logger = "0.5.0"
Expand Down

0 comments on commit e94e748

Please sign in to comment.