diff --git a/Cargo.lock b/Cargo.lock index d8b402f..125b4bd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -382,9 +382,9 @@ checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" [[package]] name = "http" -version = "1.1.0" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258" +checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea" dependencies = [ "bytes", "fnv", diff --git a/crates/twirp/Cargo.toml b/crates/twirp/Cargo.toml index d2aafd3..e9be45b 100644 --- a/crates/twirp/Cargo.toml +++ b/crates/twirp/Cargo.toml @@ -16,7 +16,7 @@ test-support = [] async-trait = "0.1" axum = "0.7" futures = "0.3" -http = "1.0" +http = "1.2" http-body-util = "0.1" hyper = { version = "1.5", default-features = false } prost = "0.13"