From 95273c6f89c07cc43285a8b491f5e302084eab63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 13:30:29 +0000 Subject: [PATCH] build(deps): Update http requirement from 0.2.9 to 1.0.0 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](https://github.com/hyperium/http/compare/v0.2.9...v1.0.0) --- updated-dependencies: - dependency-name: http dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- core/server/Cargo.toml | 2 +- crates/avalanche-types/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/server/Cargo.toml b/core/server/Cargo.toml index 8a99c46..535dc58 100644 --- a/core/server/Cargo.toml +++ b/core/server/Cargo.toml @@ -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 diff --git a/crates/avalanche-types/Cargo.toml b/crates/avalanche-types/Cargo.toml index 3c370cc..8e1ff36 100644 --- a/crates/avalanche-types/Cargo.toml +++ b/crates/avalanche-types/Cargo.toml @@ -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