Update tokio-util direct dep

This commit is contained in:
Aode (Lion) 2022-02-26 12:26:29 -06:00
parent 73137ede21
commit dd5297e6b3
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -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",

View file

@ -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"