diff --git a/Cargo.lock b/Cargo.lock index 0a8a1fea..072e6a0f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4449,9 +4449,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.40.0" +version = "1.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998" +checksum = "145f3413504347a2be84393cc8a7d2fb4d863b375909ea59f2158261aa258bbb" dependencies = [ "backtrace", "bytes", diff --git a/process/Cargo.toml b/process/Cargo.toml index b722c02f..4a60b8e8 100644 --- a/process/Cargo.toml +++ b/process/Cargo.toml @@ -24,7 +24,7 @@ rand = "0.8" semver = { version = "1", features = ["serde"] } signal-hook = { version = "0.3", features = ["extended-siginfo"] } sigstore = { version = "0.10", features = ["full-rustls-tls", "cached-client", "sigstore-trust-root", "sign"], default-features = false, optional = true } -tokio = { version = "1.39.2", features = ["rt", "rt-multi-thread"], optional = true } +tokio = { version = "1.41.0", features = ["rt", "rt-multi-thread"], optional = true } zeroize = { version = "1", features = ["aarch64", "derive", "serde"] } cached.workspace = true