From 084b414781147e435208eaf07840acd5239ce772 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Tue, 3 Sep 2024 10:46:34 -0400 Subject: [PATCH] Update quickcheck dev-dependency to v1 --- apps/cli/Cargo.toml | 2 +- unic/segment/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/cli/Cargo.toml b/apps/cli/Cargo.toml index 9de41d6d..8f30f295 100644 --- a/apps/cli/Cargo.toml +++ b/apps/cli/Cargo.toml @@ -20,7 +20,7 @@ regex = "0.2" [dev-dependencies] assert_cli = "0.5" -quickcheck = "0.6" +quickcheck = "1.0" [badges] maintenance = { status = "actively-developed" } diff --git a/unic/segment/Cargo.toml b/unic/segment/Cargo.toml index 246f29bf..dd409e3e 100644 --- a/unic/segment/Cargo.toml +++ b/unic/segment/Cargo.toml @@ -17,7 +17,7 @@ exclude = [] unic-ucd-segment = { path = "../ucd/segment/", version = "0.9.0" } [dev-dependencies] -quickcheck = "0.6" +quickcheck = "1.0" unic-ucd-common = { path = "../ucd/common/", version = "0.9.0" } [badges]