diff --git a/Cargo.lock b/Cargo.lock index 2c2f64fdb..bbb591d3b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3315,19 +3315,19 @@ dependencies = [ [[package]] name = "proptest" -version = "1.2.0" +version = "1.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e35c06b98bf36aba164cc17cb25f7e232f5c4aeea73baa14b8a9f0d92dbfa65" +checksum = "7c003ac8c77cb07bb74f5f198bce836a689bcd5a42574612bf14d17bfd08c20e" dependencies = [ "bit-set", - "bitflags 1.3.2", - "byteorder", + "bit-vec", + "bitflags 2.3.3", "lazy_static", "num-traits", "rand 0.8.5", "rand_chacha 0.3.1", "rand_xorshift 0.3.0", - "regex-syntax 0.6.28", + "regex-syntax 0.7.2", "rusty-fork", "tempfile", "unarray", diff --git a/Cargo.toml b/Cargo.toml index 409809c06..e071ea875 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,7 +66,7 @@ openapiv3 = "1.0" opentelemetry = "0.20.0" opentelemetry-jaeger = { version = "0.17.0" } percent-encoding = "2.3" -proptest = "1.2.0" +proptest = "1.3.1" rand = { version = "0.8.5", features = ["min_const_gen", "small_rng"] } rand_chacha = "0.3.1" reedline = "0.24.0"