diff --git a/Cargo.lock b/Cargo.lock index 77c1e60..bd6385d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -589,9 +589,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 295313a..d9c7209 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,5 +21,5 @@ thiserror = "2.0.17" [dev-dependencies] fake = "4.4.0" proptest = { version = "1.9.0", features = ["attr-macro"] } -test-strategy = "0.4.3" +test-strategy = "0.4.5" tokio = { version = "1", features = ["macros", "rt-multi-thread"] }