diff --git a/Cargo.lock b/Cargo.lock index 30f698bcf3..fcb7075ada 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2903,9 +2903,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.41.1" +version = "1.43.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22cfb5bee7a6a52939ca9224d6ac897bb669134078daa8735560897f69de4d33" +checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e" dependencies = [ "backtrace", "bytes", @@ -2920,9 +2920,9 @@ dependencies = [ [[package]] name = "tokio-macros" -version = "2.4.0" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752" +checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index b84900db51..fed4488dd6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -89,7 +89,7 @@ systemd = "0.10.0" tempfile = "3.14.0" tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter"] } -tokio = { version = "1.41.1", features = ["time", "process", "rt", "net"] } +tokio = { version = "1.43.0", features = ["time", "process", "rt", "net"] } xmlrpc = "0.15.1" termcolor = "1.4.1" shlex = "1.3.0"