From 49db7449c7b0f9c687553fb8388dc444d5a009c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 12:18:43 +0200 Subject: [PATCH] Bump tokio from 1.40.0 to 1.41.0 (#1132) Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.40.0 to 1.41.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.40.0...tokio-1.41.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: peg --- Cargo.lock | 4 ++-- crates/client/Cargo.toml | 2 +- crates/kvdb/Cargo.toml | 2 +- crates/protocol/Cargo.toml | 2 +- crates/test-cli/Cargo.toml | 2 +- crates/testing-utils/Cargo.toml | 2 +- crates/threshold-signature-server/Cargo.toml | 2 +- scripts/create-test-keyshares/Cargo.toml | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ac39c4301..ff9f7a205 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -14321,9 +14321,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[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/crates/client/Cargo.toml b/crates/client/Cargo.toml index def3befd7..14403aca7 100644 --- a/crates/client/Cargo.toml +++ b/crates/client/Cargo.toml @@ -34,7 +34,7 @@ anyhow ="1.0.91" # Only for the browser js-sys={ version="0.3.72", optional=true } -tokio ={ version="1.40", features=["time"] } +tokio ={ version="1.41", features=["time"] } [dev-dependencies] serial_test ="3.1.1" diff --git a/crates/kvdb/Cargo.toml b/crates/kvdb/Cargo.toml index f421d20d8..4044ceade 100644 --- a/crates/kvdb/Cargo.toml +++ b/crates/kvdb/Cargo.toml @@ -26,7 +26,7 @@ chacha20poly1305={ version="0.9", features=["alloc"], default-features=false } synedrion ={ version="0.2.0-beta.0" } # Async -tokio ={ version="1.40", features=["macros", "sync", "fs", "rt-multi-thread", "io-util"] } +tokio ={ version="1.41", features=["macros", "sync", "fs", "rt-multi-thread", "io-util"] } tracing={ version="0.1", default-features=false } # Misc diff --git a/crates/protocol/Cargo.toml b/crates/protocol/Cargo.toml index 5bc98bc29..5e88c3dcf 100644 --- a/crates/protocol/Cargo.toml +++ b/crates/protocol/Cargo.toml @@ -15,7 +15,7 @@ synedrion ={ version="0.2.0-beta.0" } serde ={ version="1.0", features=["derive"], default-features=false } subxt ={ version="0.35.3", default-features=false } sp-core ={ version="31.0.0", default-features=false, features=["full_crypto", "serde"] } -tokio ={ version="1.40", features=["sync", "rt", "macros"] } +tokio ={ version="1.41", features=["sync", "rt", "macros"] } x25519-dalek ={ version="2.0.1", features=["static_secrets"] } futures ="0.3" hex ="0.4.3" diff --git a/crates/test-cli/Cargo.toml b/crates/test-cli/Cargo.toml index 84b4da05e..192915798 100644 --- a/crates/test-cli/Cargo.toml +++ b/crates/test-cli/Cargo.toml @@ -15,7 +15,7 @@ colored ="2.0.4" subxt ="0.35.3" sp-core ="31.0.0" anyhow ="1.0.91" -tokio ={ version="1.40", features=["macros", "rt-multi-thread", "io-util", "process"] } +tokio ={ version="1.41", features=["macros", "rt-multi-thread", "io-util", "process"] } hex ="0.4.3" bincode ="1.3.3" x25519-dalek ="2.0.1" diff --git a/crates/testing-utils/Cargo.toml b/crates/testing-utils/Cargo.toml index d352893d4..68b37361d 100644 --- a/crates/testing-utils/Cargo.toml +++ b/crates/testing-utils/Cargo.toml @@ -16,7 +16,7 @@ sp-core={ version="31.0.0", default-features=false } parity-scale-codec="3.6.12" lazy_static="1.5.0" hex-literal="0.4.1" -tokio={ version="1.40", features=["macros", "fs", "rt-multi-thread", "io-util", "process"] } +tokio={ version="1.41", features=["macros", "fs", "rt-multi-thread", "io-util", "process"] } axum={ version="0.7.7" } entropy-shared={ version="0.3.0-rc.1", path="../shared" } entropy-kvdb={ version="0.3.0-rc.1", path="../kvdb", default-features=false } diff --git a/crates/threshold-signature-server/Cargo.toml b/crates/threshold-signature-server/Cargo.toml index 42568b0d8..eec257622 100644 --- a/crates/threshold-signature-server/Cargo.toml +++ b/crates/threshold-signature-server/Cargo.toml @@ -28,7 +28,7 @@ backoff ={ version="0.4.0", features=["tokio"] } # Async futures="0.3" -tokio ={ version="1.40", features=["macros", "fs", "rt-multi-thread", "io-util", "process", "sync"] } +tokio ={ version="1.41", features=["macros", "fs", "rt-multi-thread", "io-util", "process", "sync"] } # HTTP reqwest={ version="0.12.8", features=["json", "stream"] } diff --git a/scripts/create-test-keyshares/Cargo.toml b/scripts/create-test-keyshares/Cargo.toml index 3000d8c69..7b08991ea 100644 --- a/scripts/create-test-keyshares/Cargo.toml +++ b/scripts/create-test-keyshares/Cargo.toml @@ -11,7 +11,7 @@ publish =false [dependencies] entropy-testing-utils={ version="0.3.0-rc.1", path="../../crates/testing-utils" } -tokio ={ version="1.40", features=["macros", "fs", "rt-multi-thread", "io-util", "process"] } +tokio ={ version="1.41", features=["macros", "fs", "rt-multi-thread", "io-util", "process"] } entropy-shared ={ version="0.3.0-rc.1", path="../../crates/shared" } entropy-kvdb ={ version="0.3.0-rc.1", path="../../crates/kvdb", default-features=false } sp-core ="31.0.0"