diff --git a/Cargo.lock b/Cargo.lock index 29a81f0..edbb196 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -380,9 +380,9 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "http" -version = "1.2.0" +version = "1.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea" +checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565" dependencies = [ "bytes", "fnv", diff --git a/crates/twirp/Cargo.toml b/crates/twirp/Cargo.toml index 1388513..8e17779 100644 --- a/crates/twirp/Cargo.toml +++ b/crates/twirp/Cargo.toml @@ -21,7 +21,7 @@ test-support = [] async-trait = "0.1" axum = "0.8" futures = "0.3" -http = "1.2" +http = "1.3" http-body-util = "0.1" hyper = { version = "1.6", default-features = false } prost = "0.13"