diff --git a/Cargo.lock b/Cargo.lock index b020051..da27378 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -965,9 +965,9 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.7.1" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0edfdeb067411dba2044da6d1cb2df793dd35add7888d73c16e3381ded401764" +checksum = "f988a1a1adc2fb21f9c12aa96441da33a1728193ae0b95d2be22dbd17fcb4e5c" dependencies = [ "bytes", "futures-core", diff --git a/Cargo.toml b/Cargo.toml index 46515f3..a76aec8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ tracing-subscriber = {version = "0.3.11", features = ["env-filter"] } tower-http = { version = "0.3.3", features = ["fs", "trace", "auth"] } tar = "0.4.38" flate2 = "1.0.23" -tokio-util = { version = "0.7.1", features = ["io"] } +tokio-util = { version = "0.7.2", features = ["io"] } futures-util = "0.3.21" uuid = { version = "1.0.0", features = ["v4"] } serde_json = "1.0.81"