diff --git a/Cargo.lock b/Cargo.lock index 293e169af0..3d0b1b7c54 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3918,21 +3918,21 @@ dependencies = [ [[package]] name = "rstest" -version = "0.23.0" +version = "0.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a2c585be59b6b5dd66a9d2084aa1d8bd52fbdb806eafdeffb52791147862035" +checksum = "03e905296805ab93e13c1ec3a03f4b6c4f35e9498a3d5fa96dc626d22c03cd89" dependencies = [ - "futures", "futures-timer", + "futures-util", "rstest_macros", "rustc_version", ] [[package]] name = "rstest_macros" -version = "0.23.0" +version = "0.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "825ea780781b15345a146be27eaefb05085e337e869bff01b4306a4fd4a9ad5a" +checksum = "ef0053bbffce09062bee4bcc499b0fbe7a57b879f1efe088d6d8d4c7adcdef9b" dependencies = [ "cfg-if", "glob", diff --git a/crypto/Cargo.toml b/crypto/Cargo.toml index 7fbf718202..c83d680d72 100644 --- a/crypto/Cargo.toml +++ b/crypto/Cargo.toml @@ -83,7 +83,7 @@ wasm-bindgen = "0.2" wasm-bindgen-futures = "0.4" wasm-bindgen-test = "0.3" js-sys = "0.3" -rstest = "0.23" +rstest = "0.24" rstest_reuse = "0.7" pretty_env_logger = "0.5" async-std = { workspace = true, features = ["attributes"] } diff --git a/keystore/Cargo.toml b/keystore/Cargo.toml index 945d37bb79..7a18e5815e 100644 --- a/keystore/Cargo.toml +++ b/keystore/Cargo.toml @@ -101,7 +101,7 @@ rand = { workspace = true, features = ["getrandom"] } getrandom = { version = "0.2", features = ["js"] } openmls = { workspace = true, features = ["crypto-subtle"] } mls-crypto-provider.workspace = true -rstest = "0.23" +rstest = "0.24" rstest_reuse = "0.7" async-std = { workspace = true, features = ["attributes"] } futures-lite = "2.6" diff --git a/mls-provider/Cargo.toml b/mls-provider/Cargo.toml index 54b1722300..5a904edd27 100644 --- a/mls-provider/Cargo.toml +++ b/mls-provider/Cargo.toml @@ -58,7 +58,7 @@ core-crypto-keystore = { workspace = true, features = ["ios-wal-compat"] } wasm-bindgen-test = "0.3" uuid = { workspace = true, features = ["v4", "js"] } openmls.workspace = true -rstest = "0.23" +rstest = "0.24" rstest_reuse = "0.7" async-std = { workspace = true, features = ["attributes"] } cfg-if.workspace = true