diff --git a/Cargo.lock b/Cargo.lock index 1d1e9c0..da882ae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -749,12 +749,12 @@ dependencies = [ [[package]] name = "http-body-util" -version = "0.1.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41cb79eb393015dadd30fc252023adb0b2400a0caee0fa2a077e6e21a551e840" +checksum = "0475f8b2ac86659c21b64320d5d653f9efe42acd2a4e560073ec61a155a34f1d" dependencies = [ "bytes", - "futures-util", + "futures-core", "http 1.0.0", "http-body 1.0.0", "pin-project-lite", diff --git a/Cargo.toml b/Cargo.toml index bb05fbf..1f7d98c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ rust-version = "1.70" [dependencies] diesel_migrations = "2.1.0" futures = "0.3.30" -http-body-util = "0.1.0" +http-body-util = "0.1.1" hyper-util = "0.1.3" isocountry = "0.3.2" maxminddb = "0.24.0"