diff --git a/Cargo.lock b/Cargo.lock index 08f1807..50f7508 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -917,9 +917,9 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.7.3" +version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc463cd8deddc3770d20f9852143d50bf6094e640b485cb2e189a2099085ff45" +checksum = "0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740" dependencies = [ "bytes", "futures-core", diff --git a/Cargo.toml b/Cargo.toml index 8d0242d..fa8d25a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ tracing-subscriber = {version = "0.3.15", features = ["env-filter"] } tower-http = { version = "0.3.4", features = ["fs", "trace", "auth"] } tar = "0.4.38" flate2 = "1.0.24" -tokio-util = { version = "0.7.3", features = ["io"] } +tokio-util = { version = "0.7.4", features = ["io"] } futures-util = "0.3.24" uuid = { version = "1.1.2", features = ["v4"] } serde_json = "1.0.85"