diff --git a/Cargo.lock b/Cargo.lock index 0aae502d..77d570e5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4274,9 +4274,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.41.0" +version = "1.41.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "145f3413504347a2be84393cc8a7d2fb4d863b375909ea59f2158261aa258bbb" +checksum = "22cfb5bee7a6a52939ca9224d6ac897bb669134078daa8735560897f69de4d33" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 7b8857df..0cff3fbc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ mockall = "0.13.0" core_affinity = "0.8.1" hex = "0.4.3" reqwest = { version = "0.12.9" } -tokio = { version = "1.41.0", features = ["rt-multi-thread"]} +tokio = { version = "1.41.1", features = ["rt-multi-thread"]} futures = "0.3.31" [dev-dependencies] diff --git a/k2pow-service/Cargo.toml b/k2pow-service/Cargo.toml index 0ba3ecde..0285ae6a 100644 --- a/k2pow-service/Cargo.toml +++ b/k2pow-service/Cargo.toml @@ -8,7 +8,7 @@ post-rs = { path="../" } clap = { version = "4.5.20", features = ["derive", "env"] } serde_with = "3.11.0" serde = { version = "1.0.214", features = ["derive", "serde_derive"] } -tokio = { version = "1.41.0", features = ["full"] } +tokio = { version = "1.41.1", features = ["full"] } tracing = "0.1.40" tracing-log = "0.2.0" tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }