diff --git a/core/server/Cargo.toml b/core/server/Cargo.toml index 8a99c46..f402c95 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.1.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 5f3a1e9..4d958bd 100644 --- a/crates/avalanche-types/Cargo.toml +++ b/crates/avalanche-types/Cargo.toml @@ -77,7 +77,7 @@ ethers-signers = { version = "=2.0.13", optional = true } # https://github.com/g # [OPTIONAL] for "subnet" futures = { version = "0.3.28", optional = true } -http = { version = "0.2.9", optional = true } +http = { version = "1.1.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