From c0511e1966539305d568599df8e5d93a4d193070 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2025 10:12:37 +0000 Subject: [PATCH] Update Rust crate rstest to 0.24.0 --- Cargo.lock | 10 +++++----- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 838f2d32aa0..c61602f8efa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10046,21 +10046,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 0.4.1", ] [[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 02dcce00d9e..b37aeca2ca7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -594,7 +594,7 @@ repo-depot-client = { path = "clients/repo-depot-client" } reqwest = { version = "0.12", default-features = false } ring = "0.17.11" rpassword = "7.3.1" -rstest = "0.23.0" +rstest = "0.24.0" rustfmt-wrapper = "0.2" rustls = "0.22.2" rustls-pemfile = "2.2.0"