diff --git a/Cargo.lock b/Cargo.lock index 1ef85679..b4d25a95 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2554,21 +2554,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/Cargo.toml b/Cargo.toml index d351fae3..172f7666 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ url = "2.5.4" assert_matches = "1.5.0" async-std = { version = "1.13.0", features = ["attributes"], default-features = false } httpmock = { version = "0.7.0", default-features = false } -rstest = "0.23.0" +rstest = "0.24.0" serde_json = "1.0.137" tempfile = "3.14.0"