diff --git a/Cargo.lock b/Cargo.lock index e944acb..0ad05eb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -941,9 +941,9 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.7.6" +version = "0.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc6a3b08b64e6dfad376fa2432c7b1f01522e37a623c3050bc95db2d3ff21583" +checksum = "7e267c18a719545b481171952a79f8c25c80361463ba44bc7fa9eba7c742ef4f" dependencies = [ "bytes", "futures-core", diff --git a/Cargo.toml b/Cargo.toml index 96e9951..bb7f89c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ tracing-subscriber = {version = "0.3.16", features = ["env-filter"] } tower-http = { version = "0.3.5", features = ["fs", "trace", "auth"] } tar = "0.4.38" flate2 = "1.0.25" -tokio-util = { version = "0.7.6", features = ["io"] } +tokio-util = { version = "0.7.5", features = ["io"] } futures-util = "0.3.25" uuid = { version = "1.2.1", features = ["v4"] } serde_json = "1.0.91"