diff --git a/Cargo.lock b/Cargo.lock index 1b44eb8..8d8166e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1231,9 +1231,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.39.3" +version = "1.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9babc99b9923bfa4804bd74722ff02c0381021eafa4db9949217e3be8e84fff5" +checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 81c0b29..4b2c4ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,5 +11,5 @@ anyhow = "1.0.52" clap = { version = "4.5.16", features = ["derive"] } indicatif = "0.17.8" reqwest = "0.12.5" -tokio = { version = "1.39.3", features = ["macros", "fs", "io-util", "rt-multi-thread"] } +tokio = { version = "1.40.0", features = ["macros", "fs", "io-util", "rt-multi-thread"] }