diff --git a/Cargo.lock b/Cargo.lock index 3938c7e..a950d1f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -436,9 +436,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.39.2" +version = "1.41.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "daa4fb1bc778bd6f04cbfc4bb2d06a7396a8f299dc33ea1900cedaa316f467b1" +checksum = "22cfb5bee7a6a52939ca9224d6ac897bb669134078daa8735560897f69de4d33" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 0872457..05b65c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,5 +18,5 @@ nix = { version = "0.29.0", features = ["sched", "user"] } libc = "0.2.137" passfd = "0.1.4" clap = { version = "4.5.0", features = ["derive", "wrap_help"] } -tokio = { version = "1.39.2", features = ["net", "rt", "io-util", "macros", "sync"] } +tokio = { version = "1.41.1", features = ["net", "rt", "io-util", "macros", "sync"] } anyhow = "1.0.66"