Skip to content

Commit

Permalink
Update proptest 1.0.0 to 1.5.0, proptest-derive 0.3.0 to 0.5.0
Browse files Browse the repository at this point in the history
Reviewed By: dtolnay

Differential Revision: D67258675

fbshipit-source-id: 74d9363b6e2abf5c6da4b1116dc17cc2f9ddf2a6
  • Loading branch information
zertosh authored and facebook-github-bot committed Dec 16, 2024
1 parent 36fb3cf commit 00bc32a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shed/buffered_weighted/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }

Expand Down

0 comments on commit 00bc32a

Please sign in to comment.