diff --git a/Cargo.lock b/Cargo.lock index ce3f103a..a5ff4872 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -599,9 +599,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.44.2" +version = "1.45.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48" +checksum = "2513ca694ef9ede0fb23fe71a4ee4107cb102b9dc1930f6d0fd77aae068ae165" dependencies = [ "backtrace", "pin-project-lite", diff --git a/integration_tests/Cargo.toml b/integration_tests/Cargo.toml index 324dbe38..0e3a239f 100644 --- a/integration_tests/Cargo.toml +++ b/integration_tests/Cargo.toml @@ -34,7 +34,7 @@ indoc = "2" rstest = "0.25" rustversion = "1.0.20" tempfile = "3.20.0" -tokio = { version = "1.44", features = ["time", "macros", "rt"] } +tokio = { version = "1.45", features = ["time", "macros", "rt"] } [[bin]] name = "integration_tests"