diff --git a/Cargo.lock b/Cargo.lock index 704c64cc..10b8ce0e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1701,9 +1701,9 @@ dependencies = [ [[package]] name = "http-body-util" -version = "0.1.0" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41cb79eb393015dadd30fc252023adb0b2400a0caee0fa2a077e6e21a551e840" +checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f" dependencies = [ "bytes", "futures-util", diff --git a/dragonfly-client/Cargo.toml b/dragonfly-client/Cargo.toml index 701f330a..4ac93af9 100644 --- a/dragonfly-client/Cargo.toml +++ b/dragonfly-client/Cargo.toml @@ -81,7 +81,7 @@ libc = "0.2" fslock = "0.2.1" leaky-bucket = "1.0.1" tokio-rustls = "0.25.0-alpha.4" -http-body-util = "0.1.0" +http-body-util = "0.1.2" futures-util = "0.3.30" termion = "4.0.0"