diff --git a/Cargo.lock b/Cargo.lock index 4d735e5..e50684e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3385,9 +3385,9 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.7.10" +version = "0.7.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15" +checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1" dependencies = [ "bytes", "futures-core", @@ -3398,7 +3398,6 @@ dependencies = [ "pin-project-lite", "slab", "tokio", - "tracing", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 8febdf9..c3566b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ skim-navi = "0.1.10" ssh2 = "0.9.4" strfmt = "0.2.4" tokio = { version = "1.37.0", features = ["full"] } -tokio-util = {version="0.7.10", features = ["full"]} +tokio-util = {version="0.7.11", features = ["full"]} untildify = "0.1.1" url-parse = "1.0.7" uuid = { version = "1.8", features = ["v4"] }