diff --git a/Cargo.lock b/Cargo.lock index 4f1b639..18e750d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2571,21 +2571,20 @@ dependencies = [ [[package]] name = "rstest" -version = "0.25.0" +version = "0.26.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6fc39292f8613e913f7df8fa892b8944ceb47c247b78e1b1ae2f09e019be789d" +checksum = "f5a3193c063baaa2a95a33f03035c8a72b83d97a54916055ba22d35ed3839d49" dependencies = [ "futures-timer", "futures-util", "rstest_macros", - "rustc_version 0.4.1", ] [[package]] name = "rstest_macros" -version = "0.25.0" +version = "0.26.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f168d99749d307be9de54d23fd226628d99768225ef08f6ffb52e0182a27746" +checksum = "9c845311f0ff7951c5506121a9ad75aec44d083c31583b2ea5a30bcb0b0abba0" dependencies = [ "cfg-if", "glob", diff --git a/Cargo.toml b/Cargo.toml index 6fa99f8..cc3ee33 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,6 +15,6 @@ alloy = { version = "1.0", default-features = false, features = [ thiserror = "2" [dev-dependencies] -rstest = "0.25" +rstest = "0.26" tokio = { version = "1", features = ["rt-multi-thread"] } lazy_static = "1.5"