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