From abd5430f1508af0bc008143ea2566277ef714ec2 Mon Sep 17 00:00:00 2001 From: Alan Hanson Date: Fri, 17 Jan 2025 20:55:03 +0000 Subject: [PATCH] Update tokio to 1.40 --- Cargo.lock | 12 ++++++------ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cce38ec7a..d587f3cd1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2877,9 +2877,9 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" [[package]] name = "libc" -version = "0.2.161" +version = "0.2.169" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e9489c2807c139ffd9c1794f4af0ebe86a828db53ecdc7fea2111d0fed085d1" +checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a" [[package]] name = "libdlpi-sys" @@ -6213,9 +6213,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.39.3" +version = "1.43.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9babc99b9923bfa4804bd74722ff02c0381021eafa4db9949217e3be8e84fff5" +checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e" dependencies = [ "backtrace", "bytes", @@ -6231,9 +6231,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 06169a21a..142a94b39 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -101,7 +101,7 @@ strum_macros = "0.26" tempfile = "3" test-strategy = "0.4.0" thiserror = "1" -tokio = { version = "1.36", features = ["full"] } +tokio = { version = "1.40", features = ["full"] } tokio-rustls = { version = "0.24.1" } tokio-test = "*" tokio-util = { version = "0.7", features = ["codec"]}