Skip to content

Commit

Permalink
chore(deps): bump hyper from 0.14.28 to 1.2.0
Browse files Browse the repository at this point in the history
Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.28 to 1.2.0.
- [Release notes](https://github.com/hyperium/hyper/releases)
- [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md)
- [Commits](hyperium/hyper@v0.14.28...v1.2.0)

---
updated-dependencies:
- dependency-name: hyper
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 12, 2024
1 parent c72cf6a commit 8d891d8
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 18 deletions.
93 changes: 77 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion discovery/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ thiserror = "1.0.57"
wasm-timer = "0.2.5"

# For server
hyper = { version = "0.14.28", features = ["full"], optional = true }
hyper = { version = "1.2.0", features = ["full"], optional = true }
tokio = { version = "1.36.0", default-features = false, features = ["macros", "time"], optional = true }

[[test]]
Expand Down
2 changes: 1 addition & 1 deletion transport/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ exocore-core = {version = "0.1.25", path = "../core"}
exocore-protos = {version = "0.1.25", path = "../protos"}
futures = "0.3.30"
gloo-timers = {version = "0.3", optional = true}
hyper = {version = "0.14.28", features = ["full"], optional = true}
hyper = {version = "1.2.0", features = ["full"], optional = true}
libp2p = {version = "0.52.4", optional = true, default-features = false, features = ["noise", "websocket", "yamux", "ping", "identify", "macros", "tokio", "dns"]}
libp2p-identity = { version = "0.2.8", features = ["secp256k1", "ed25519"], default-features = false }
libp2p-mplex = {version = "0.40.0", optional = true}
Expand Down

0 comments on commit 8d891d8

Please sign in to comment.