From 4ea1ab8a63b852145ea12f2758a6fa002dde3227 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Tue, 24 Mar 2026 09:28:41 -0700 Subject: [PATCH] Update quickcheck to 1.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c41e9bd..dc69241 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ include = [ no_std = [] # This is a no-op, preserved for backward compatibility only. [dev-dependencies] -quickcheck = "0.7" +quickcheck = "1.0" criterion = "0.5" proptest = "1.7.0"