diff --git a/Cargo.lock b/Cargo.lock index 9f71b48..a42f1ef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1586,7 +1586,7 @@ dependencies = [ "time", "tokio", "tokio-uring", - "tokio-util 0.6.9", + "tokio-util 0.7.0", "tracing", "tracing-actix-web", "tracing-awc", diff --git a/Cargo.toml b/Cargo.toml index dd79ff7..7056850 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,7 +59,7 @@ thiserror = "1.0" time = { version = "0.3.0", features = ["serde"] } tokio = { version = "1", features = ["full", "tracing"] } tokio-uring = { version = "0.2", optional = true, features = ["bytes"] } -tokio-util = { version = "0.6", default-features = false, features = ["codec"] } +tokio-util = { version = "0.7", default-features = false, features = ["codec"] } tracing = "0.1.15" tracing-error = "0.2.0" tracing-futures = "0.2.4"