diff --git a/Cargo.lock b/Cargo.lock index cb9ff51..b007a24 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2369,9 +2369,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.43.0" +version = "1.45.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e" +checksum = "2513ca694ef9ede0fb23fe71a4ee4107cb102b9dc1930f6d0fd77aae068ae165" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 6673d28..24d8ae8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ semver = { version = "1.0.17", package = "tf-semver" } serde = { version = "1.0.218", features = ["derive"] } shellexpand = { version = "3.1.0", features = ["base-0", "full"] } tfconfig = "0.2.3" -tokio = { version = "1.38.0", features = ["macros", "rt-multi-thread"] } +tokio = { version = "1.45.0", features = ["macros", "rt-multi-thread"] } toml = "0.8.13" zip = "2.2.2"