diff --git a/Cargo.lock b/Cargo.lock index f5c1db7..d104192 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2014,9 +2014,9 @@ dependencies = [ [[package]] name = "proptest" -version = "1.10.0" +version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37566cb3fdacef14c0737f9546df7cfeadbfbc9fef10991038bf5015d0c80532" +checksum = "4b45fcc2344c680f5025fe57779faef368840d0bd1f42f216291f0dc4ace4744" dependencies = [ "bit-set", "bit-vec", diff --git a/Cargo.toml b/Cargo.toml index d1f33f7..a03cd8b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,6 +26,6 @@ tracing-subscriber = { version = "0.3.23", features = ["env-filter", "fmt"] } [dev-dependencies] assert_cmd = "2.2.0" predicates = "3.1.3" -proptest = "1.9.0" +proptest = "1.11.0" tempfile = "3.27.0" testcontainers = { version = "0.27.2", features = ["blocking"] }