From 1e151a63b90aa675da1d66b05e8947242328f911 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Sun, 3 Aug 2025 06:33:56 -0400 Subject: [PATCH 1/2] Update rstest dev-dependency from 0.23 to 0.26 https://github.com/la10736/rstest/blob/v0.26.1/CHANGELOG.md --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e1fd7bd..5a3a252 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,5 +28,5 @@ tokio = { version = "1.33.0", default-features = false, features = ["macros", "t tower-http = { version = "0.6.1", default-features = false, features = ["fs"] } async_zip = { version = "0.0.17", default-features = false, features = ["tokio"] } assert_matches = "1.5.0" -rstest = { version = "0.23.0" } +rstest = { version = "0.26.0" } url = { version = "2.4.1" } From 5260933caf6e9bacb539d8f2425f6d31a1293e07 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Sun, 3 Aug 2025 06:34:10 -0400 Subject: [PATCH 2/2] Update Cargo.lock for rstest 0.26.1 --- Cargo.lock | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3b46067..6af5d8c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -760,21 +760,20 @@ dependencies = [ [[package]] name = "rstest" -version = "0.23.0" +version = "0.26.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a2c585be59b6b5dd66a9d2084aa1d8bd52fbdb806eafdeffb52791147862035" +checksum = "f5a3193c063baaa2a95a33f03035c8a72b83d97a54916055ba22d35ed3839d49" dependencies = [ - "futures", "futures-timer", + "futures-util", "rstest_macros", - "rustc_version", ] [[package]] name = "rstest_macros" -version = "0.23.0" +version = "0.26.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "825ea780781b15345a146be27eaefb05085e337e869bff01b4306a4fd4a9ad5a" +checksum = "9c845311f0ff7951c5506121a9ad75aec44d083c31583b2ea5a30bcb0b0abba0" dependencies = [ "cfg-if", "glob",