diff --git a/Cargo.lock b/Cargo.lock index ce2db98aa1..c23cacdf3c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1774,9 +1774,9 @@ checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" [[package]] name = "futures-lite" -version = "2.3.0" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5" +checksum = "cef40d21ae2c515b51041df9ed313ed21e572df340ea58a922a0aefe7e8891a1" dependencies = [ "fastrand", "futures-core", diff --git a/crypto/Cargo.toml b/crypto/Cargo.toml index 200cdb6cc5..96404e7aa8 100644 --- a/crypto/Cargo.toml +++ b/crypto/Cargo.toml @@ -59,7 +59,7 @@ proteus-traits = { workspace = true, optional = true } [target.'cfg(not(target_family = "wasm"))'.dependencies] sysinfo = { version = "0.32", default-features = false, features = ["apple-app-store", "system"] } async-fs = { version = "2.1", optional = true } -futures-lite = { version = "2.3", optional = true } +futures-lite = { version = "2.5", optional = true } [target.'cfg(target_family = "wasm")'.dependencies] serde-wasm-bindgen = "0.6" diff --git a/keystore/Cargo.toml b/keystore/Cargo.toml index 7eaf6925d9..06be61a769 100644 --- a/keystore/Cargo.toml +++ b/keystore/Cargo.toml @@ -102,7 +102,7 @@ mls-crypto-provider.workspace = true rstest = "0.23" rstest_reuse = "0.7" async-std = { workspace = true, features = ["attributes"] } -futures-lite = "2.3" +futures-lite = "2.5" core-crypto-keystore = { path = ".", features = ["idb-regression-test", "log-queries"] } pretty_env_logger = "0.5" proteus-wasm = { workspace = true }