diff --git a/Cargo.toml b/Cargo.toml index 5e8dde8..cdb5561 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ clap = {version = "4.5.4", features = ["derive"], optional = true} anyhow = {version = "1.0.82", optional = true} [dev-dependencies] -quickcheck = "1" +quickcheck = "1.0.3" # The profile that 'cargo dist' will build with [profile.dist]