Skip to content

Commit

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

---
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 Aug 22, 2024
1 parent 68cb916 commit 95ebc0d
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 5 deletions.
33 changes: 30 additions & 3 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.63"
wasm-timer = "0.2.5"

# For server
hyper = { version = "0.14.30", features = ["full"], optional = true }
hyper = { version = "1.4.1", features = ["full"], optional = true }
tokio = { version = "1.39.3", 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 @@ -24,7 +24,7 @@ bytes = "1.7.1"
exocore-core = {version = "0.1.25", path = "../core"}
exocore-protos = {version = "0.1.25", path = "../protos"}
futures = "0.3.30"
hyper = {version = "0.14.30", features = ["full"], optional = true}
hyper = {version = "1.4.1", features = ["full"], optional = true}
libp2p = {version = "0.53.2", optional = true, default-features = false, features = ["noise", "websocket", "yamux", "ping", "identify", "macros", "tokio", "dns"]}
libp2p-identity = { version = "0.2.9", features = ["secp256k1", "ed25519"], default-features = false }
libp2p-mplex = {version = "0.41.0", optional = true}
Expand Down

0 comments on commit 95ebc0d

Please sign in to comment.