diff --git a/Cargo.lock b/Cargo.lock index 2a783741..be93f373 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -837,9 +837,9 @@ checksum = "2b9e2fdb3a1e862c0661768b7ed25390811df1947a8acbfbefe09b47078d93c4" [[package]] name = "tokio" -version = "1.40.0" +version = "1.41.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998" +checksum = "22cfb5bee7a6a52939ca9224d6ac897bb669134078daa8735560897f69de4d33" dependencies = [ "backtrace", "bytes", diff --git a/bin/chainofcommand/Cargo.toml b/bin/chainofcommand/Cargo.toml index 2aeebb16..06673e40 100644 --- a/bin/chainofcommand/Cargo.toml +++ b/bin/chainofcommand/Cargo.toml @@ -22,7 +22,7 @@ defer = "0.2" futures = "0.3" futures-util = { version = "0.3", features = ["io"] } seahash.workspace = true -tokio = { version = "1.40", features = ["full"] } +tokio = { version = "1.41", features = ["full"] } tokio-serial = "5.4" tokio-stream = { version = "0.1" } tokio-util = { version = "0.7", features = ["io", "codec", "io"] }