diff --git a/Cargo.lock b/Cargo.lock index 8041ead04..39c81756f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6073,9 +6073,9 @@ dependencies = [ [[package]] name = "tokio-io-timeout" -version = "1.2.0" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30b74022ada614a1b4834de765f9bb43877f910cc8ce4be40e89042c9223a8bf" +checksum = "0bd86198d9ee903fedd2f9a2e72014287c0d9167e4ae43b5853007205dda1b76" dependencies = [ "pin-project-lite", "tokio", diff --git a/Cargo.toml b/Cargo.toml index ad4c20372..e5ff9980b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -101,7 +101,7 @@ strum_macros = "0.27" tagger = "4.3.4" textwrap = "0.16.2" thiserror = { workspace = true } -tokio-io-timeout = "1.2.0" +tokio-io-timeout = "1.2.1" tokio-rustls = { version = "0.26.2", default-features = false } tokio-stream = { version = "0.1.17", features = ["fs"] } tokio-tar = { version = "0.3" } # TODO: integrate tokio into async-tar