From 4d8b5882dce4cb4c0db60e19f4541131f479b7ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 07:32:53 +0000 Subject: [PATCH] Bump tokio from 1.38.0 to 1.38.1 in the patch-dependencies group Bumps the patch-dependencies group with 1 update: [tokio](https://github.com/tokio-rs/tokio). Updates `tokio` from 1.38.0 to 1.38.1 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.38.0...tokio-1.38.1) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-dependencies ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/client/Cargo.toml | 2 +- scripts/create-test-keyshares/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d7858521b..4785b4a9b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -14118,9 +14118,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.38.0" +version = "1.38.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba4f4a02a7a80d6f274636f0aa95c7e383b912d41fe721a31f29e29698585a4a" +checksum = "eb2caba9f80616f438e09748d5acda951967e1ea58508ef53d9c6402485a46df" dependencies = [ "backtrace", "bytes", diff --git a/crates/client/Cargo.toml b/crates/client/Cargo.toml index e74288e36..e38f904db 100644 --- a/crates/client/Cargo.toml +++ b/crates/client/Cargo.toml @@ -33,7 +33,7 @@ anyhow ="1.0.86" # Only for the browser js-sys={ version="0.3.68", optional=true } -tokio ="1.36" +tokio ="1.38" [dev-dependencies] serial_test ="3.1.1" diff --git a/scripts/create-test-keyshares/Cargo.toml b/scripts/create-test-keyshares/Cargo.toml index b2b6228fe..77dcc7348 100644 --- a/scripts/create-test-keyshares/Cargo.toml +++ b/scripts/create-test-keyshares/Cargo.toml @@ -10,7 +10,7 @@ edition ='2021' [dependencies] entropy-testing-utils={ version="0.2.0-rc.1", path="../../crates/testing-utils" } -tokio ={ version="1.36", features=["macros", "fs", "rt-multi-thread", "io-util", "process"] } +tokio ={ version="1.38", features=["macros", "fs", "rt-multi-thread", "io-util", "process"] } entropy-shared ={ version="0.2.0-rc.1", path="../../crates/shared" } entropy-kvdb ={ version="0.2.0-rc.1", path="../../crates/kvdb", default-features=false } # Unreleased version of synedrion - this was head of master at the point of beginning to add t of n