Skip to content

Commit

Permalink
build(deps): Update http requirement from 0.2.9 to 1.0.0
Browse files Browse the repository at this point in the history
Updates the requirements on [http](https://github.com/hyperium/http) to permit the latest version.
- [Release notes](https://github.com/hyperium/http/releases)
- [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md)
- [Commits](hyperium/http@v0.2.9...v1.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 16, 2023
1 parent 87a2b4b commit 95273c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ readme = "README.md"

[dependencies]
futures = "0.3.28"
http = "0.2.9"
http = "1.0.0"
hyper = { version = "0.14.25", features = ["full"] }
log = "0.4.20"
tokio = { version = "1.32.0", features = ["full"] } # https://github.com/tokio-rs/tokio/releases
2 changes: 1 addition & 1 deletion crates/avalanche-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ ethers-signers = { version = "=2.0.7", optional = true } # https://github.com/ga

# [OPTIONAL] for "subnet"
futures = { version = "0.3.28", optional = true }
http = { version = "0.2.9", optional = true }
http = { version = "1.0.0", optional = true }
num-derive = { version = "0.4.1", optional = true }
num-traits = { version = "0.2.15", optional = true }
prost = { version = "0.12.1", optional = true } # prost-build requires "cmake", https://github.com/tokio-rs/prost/releases
Expand Down

0 comments on commit 95273c6

Please sign in to comment.