diff --git a/Cargo.toml b/Cargo.toml index 7f12e00..0b62fdd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ proptest = "0.10.1" rand = "0.7.3" # intentionally not upgrading to avoid ./target/... path collision warning serde = { version = "1.0.118", features = ["derive"] } structopt = { version = "0.3.21", optional = true } -test-strategy = "0.1.1" +test-strategy = "0.2.0" [dev-dependencies] insta = "1.4.0"