diff --git a/Cargo.lock b/Cargo.lock index 60bdbcf..8f0dae8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3160,9 +3160,9 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.7.11" +version = "0.7.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1" +checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a" dependencies = [ "bytes", "futures-core", diff --git a/Cargo.toml b/Cargo.toml index 0965c65..6ef6ac6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ time = "0.3.36" tokio = { version = "1.40.0", features = ["full", "test-util"] } tokio-cron-scheduler = "0.11.0" tokio-retry = "0.3.0" -tokio-util = { version = "0.7.11", features = ["rt"] } +tokio-util = { version = "0.7.12", features = ["rt"] } tower-http = { version = "0.5.2", features = ["timeout", "trace"] } tracing = "0.1.40" tracing-subscriber = { version = "0.3.18", features = ["env-filter", "tracing-log"] }