Skip to content
Snippets Groups Projects
Unverified Commit fc0c6ea9 authored by Russell Cohen's avatar Russell Cohen Committed by GitHub
Browse files

Upgrade proptest to 1.0 (#310)

parent 36bc1bd5
Branches
Tags
No related merge requests found
......@@ -17,4 +17,4 @@ are to allow this crate to be compilable and testable in isolation, no client co
"fastrand" = "1"
[dev-dependencies]
proptest = "0.10.1"
proptest = "1"
......@@ -13,5 +13,5 @@ http = "0.2.3"
thiserror = "1"
[dev-dependencies]
proptest = "0.10.1"
proptest = "1"
base64 = "0.13.0"
......@@ -10,4 +10,4 @@ license = "Apache-2.0"
chrono = { version = "0.4", default-features = false, features = ["alloc"] }
[dev-dependencies]
proptest = "0.10.1"
proptest = "1"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment