diff --git a/Cargo.lock b/Cargo.lock index e8108cd..98a40ef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -513,9 +513,9 @@ dependencies = [ [[package]] name = "test-strategy" -version = "0.4.3" +version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43b12f9683de37f9980e485167ee624bfaa0b6b04da661e98e25ef9c2669bc1b" +checksum = "8f7fd1eb9efb36942b85a290c4201d317980fe09bc88d34dd48aaaae03075c6a" dependencies = [ "derive-ex", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 87c6ef8..c43a99b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ proptest = "1.7.0" quick-junit = { path = "crates/quick-junit" } quick-xml = "0.41.0" strip-ansi-escapes = "0.2.1" -test-strategy = "0.4.3" +test-strategy = "0.4.5" thiserror = "2.0.18" uuid = "1.17.0" xxhash-rust = { version = "0.8.16", features = ["xxh3"] }