Skip to content

Commit

Permalink
[chore(cargo)](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] committed Mar 18, 2024
1 parent 096b78a commit 661c124
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 26 deletions.
96 changes: 73 additions & 23 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 homestar-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ homestar-workspace-hack = { workspace = true }
http = "0.2"
http-serde = "1.1"
humantime = { workspace = true }
hyper = { version = "0.14", default-features = false }
hyper = { version = "1.2", default-features = false }
indexmap = { workspace = true }
inquire = "0.6"
ipfs-api = { version = "0.17", optional = true }
Expand Down
4 changes: 2 additions & 2 deletions homestar-workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ futures-timer = { version = "3.0.3", default-features = false, features = ["wasm
futures-util = { version = "0.3.30", features = ["bilock", "channel", "io", "sink", "unstable"] }
generic-array = { version = "0.14.7", default-features = false, features = ["more_lengths"] }
hashbrown = { version = "0.14.3", features = ["raw"] }
hyper = { version = "0.14.28", features = ["full"] }
hyper = { version = "1.2.0", features = ["full"] }
indexmap-dff4ba8e3ae991db = { package = "indexmap", version = "1.9.3", default-features = false, features = ["serde"] }
indexmap-f595c2ba2a3f28df = { package = "indexmap", version = "2.2.3", features = ["serde"] }
jsonrpsee = { version = "0.21.0", default-features = false, features = ["client", "server"] }
Expand Down Expand Up @@ -117,7 +117,7 @@ futures-timer = { version = "3.0.3", default-features = false, features = ["wasm
futures-util = { version = "0.3.30", features = ["bilock", "channel", "io", "sink", "unstable"] }
generic-array = { version = "0.14.7", default-features = false, features = ["more_lengths"] }
hashbrown = { version = "0.14.3", features = ["raw"] }
hyper = { version = "0.14.28", features = ["full"] }
hyper = { version = "1.2.0", features = ["full"] }
indexmap-dff4ba8e3ae991db = { package = "indexmap", version = "1.9.3", default-features = false, features = ["serde"] }
indexmap-f595c2ba2a3f28df = { package = "indexmap", version = "2.2.3", features = ["serde"] }
jsonrpsee = { version = "0.21.0", default-features = false, features = ["client", "server"] }
Expand Down

0 comments on commit 661c124

Please sign in to comment.