From 00bc32a29727444df6297938d08ee3ac9aff2669 Mon Sep 17 00:00:00 2001 From: Andres Suarez Date: Sun, 15 Dec 2024 20:35:18 -0800 Subject: [PATCH] Update proptest 1.0.0 to 1.5.0, proptest-derive 0.3.0 to 0.5.0 Reviewed By: dtolnay Differential Revision: D67258675 fbshipit-source-id: 74d9363b6e2abf5c6da4b1116dc17cc2f9ddf2a6 --- shed/buffered_weighted/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shed/buffered_weighted/Cargo.toml b/shed/buffered_weighted/Cargo.toml index 7e21d5b61..882d811f1 100644 --- a/shed/buffered_weighted/Cargo.toml +++ b/shed/buffered_weighted/Cargo.toml @@ -17,8 +17,8 @@ pin-project = "0.4.30" [dev-dependencies] futures = { version = "0.3.30", features = ["async-await", "compat"] } -proptest = "1.0" -proptest-derive = "0.3" +proptest = "1.5" +proptest-derive = "0.5" tokio = { version = "1.41.0", features = ["full", "test-util", "tracing"] } tokio-stream = { version = "0.1.16", features = ["fs", "io-util", "net", "signal", "sync", "time"] }