diff --git a/Cargo.lock b/Cargo.lock index 2e8c92550..102b30c49 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5200,9 +5200,9 @@ checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67" [[package]] name = "libc" -version = "0.2.162" +version = "0.2.169" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18d287de67fe55fd7e1581fe933d965a5a9477b38e949cfa9f8574ef01506398" +checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a" [[package]] name = "libloading" @@ -14465,9 +14465,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.42.0" +version = "1.43.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551" +checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e" dependencies = [ "backtrace", "bytes", @@ -14483,9 +14483,9 @@ dependencies = [ [[package]] name = "tokio-macros" -version = "2.4.0" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752" +checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" dependencies = [ "proc-macro2", "quote", diff --git a/crates/client/Cargo.toml b/crates/client/Cargo.toml index 6ee6742d0..b6c1b162e 100644 --- a/crates/client/Cargo.toml +++ b/crates/client/Cargo.toml @@ -35,7 +35,7 @@ parity-scale-codec={ version="3.6.3", default-features=false, optional=true } # Only for the browser js-sys={ version="0.3.74", optional=true } -tokio ={ version="1.42", features=["time"] } +tokio ={ version="1.43", features=["time"] } [dev-dependencies] serial_test ="3.2.0" diff --git a/crates/kvdb/Cargo.toml b/crates/kvdb/Cargo.toml index 90fec3bce..80ba30d4a 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 ="0.2.0" # Async -tokio ={ version="1.42", features=["macros", "sync", "fs", "rt-multi-thread", "io-util"] } +tokio ={ version="1.43", 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 ed715ed46..6b9a7b9dd 100644 --- a/crates/protocol/Cargo.toml +++ b/crates/protocol/Cargo.toml @@ -15,7 +15,7 @@ synedrion ="0.2.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.42", features=["sync", "rt", "macros"] } +tokio ={ version="1.43", 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 892026dad..fc7ddf9c6 100644 --- a/crates/test-cli/Cargo.toml +++ b/crates/test-cli/Cargo.toml @@ -15,7 +15,7 @@ colored ="2.2.0" subxt ="0.35.3" sp-core ="31.0.0" anyhow ="1.0.95" -tokio ={ version="1.42", features=["macros", "rt-multi-thread", "io-util", "process"] } +tokio ={ version="1.43", 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 ee1db2a9e..c2753a229 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.42", features=["macros", "fs", "rt-multi-thread", "io-util", "process"] } +tokio ={ version="1.43", features=["macros", "fs", "rt-multi-thread", "io-util", "process"] } axum ={ version="0.8.1" } entropy-shared ={ version="0.3.0", path="../shared" } entropy-kvdb ={ version="0.3.0", path="../kvdb", default-features=false } diff --git a/crates/threshold-signature-server/Cargo.toml b/crates/threshold-signature-server/Cargo.toml index dc3d721fa..65f948090 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.42", features=["macros", "fs", "rt-multi-thread", "io-util", "process", "sync"] } +tokio ={ version="1.43", features=["macros", "fs", "rt-multi-thread", "io-util", "process", "sync"] } # HTTP reqwest={ version="0.12.12", features=["json", "stream"] } diff --git a/scripts/create-test-keyshares/Cargo.toml b/scripts/create-test-keyshares/Cargo.toml index 63f1e395e..617838403 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", path="../../crates/testing-utils" } -tokio={ version="1.42", features=["macros", "fs", "rt-multi-thread", "io-util", "process"] } +tokio={ version="1.43", features=["macros", "fs", "rt-multi-thread", "io-util", "process"] } entropy-shared={ version="0.3.0", path="../../crates/shared" } entropy-kvdb={ version="0.3.0", path="../../crates/kvdb", default-features=false } sp-core="31.0.0"