From 8e2d99de67b1ab2d58b3fc876177bdea0cd9af87 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 1 Jan 2025 19:19:41 +0000 Subject: [PATCH] chore(deps): update rust crate rstest to 0.24 --- Cargo.lock | 10 +++++----- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 961010d..68324a3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1830,21 +1830,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 7dcd192..71f727f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,5 +37,5 @@ assert2 = "0.3" http = "1.2" mutants = "0.0" pretty_assertions = "1.4" -rstest = "0.23" +rstest = "0.24" test-log = { version = "0.2", features = ["trace"] }