diff --git a/Cargo.lock b/Cargo.lock index f513f0a..4948ba8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1698,9 +1698,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.44.2" +version = "1.45.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48" +checksum = "75ef51a33ef1da925cea3e4eb122833cb377c61439ca401b770f54902b806779" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 413ae81..49d7e96 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ futures-util = { version = "0.3", optional = true } ipnet = { version = "2", optional = true } tar = { version = "0.4", optional = true } tempfile = { version = "3", optional = true } -tokio = { version = "1.0", features = ["full"], optional = true } +tokio = { version = "1.45", features = ["full"], optional = true } uuid = { version = "1.16", optional = true, features = ["v4"] } reqwest = { version = "0.12", features = ["json"], optional = true } sysinfo = { version = "0.35", optional = true }