diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 69f4f4d71..07c46d775 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -5728,14 +5728,13 @@ dependencies = [ [[package]] name = "proptest" -version = "1.7.0" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6fcdab19deb5195a31cf7726a210015ff1496ba1464fd42cb4f537b8b01b471f" +checksum = "bee689443a2bd0a16ab0348b52ee43e3b2d1b1f931c8aa5c9f8de4c86fbe8c40" dependencies = [ "bit-set", "bit-vec", "bitflags 2.9.1", - "lazy_static", "num-traits", "rand 0.9.1", "rand_chacha 0.9.0", @@ -5748,9 +5747,9 @@ dependencies = [ [[package]] name = "proptest-state-machine" -version = "0.4.0" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "53f556db2c446aa1f554a94938ea54bf16a37742bbb984dc5d8dcf6866b1dd5a" +checksum = "05ad8988b889475b24ab3b485d0f3de21863077c2ff169b37e3c5b805fcff624" dependencies = [ "proptest", ] diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 16fb7842a..b4b179187 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -129,7 +129,7 @@ phoenix-channel = { path = "connlib/phoenix-channel" } png = "0.17.16" proc-macro2 = "1.0" proptest = "1.7.0" -proptest-state-machine = "0.4.0" +proptest-state-machine = "0.5.0" quinn-udp = { version = "0.5.12", features = ["fast-apple-datapath"] } quote = "1.0" rand = "0.8.5"