From 30efaf4a7244228d787465a8d5f906b71e154445 Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Fri, 15 Dec 2023 14:49:29 +0100 Subject: [PATCH] chore: bump proptest + arbitrary (#5779) --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 00b8726f56..c88763520f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -213,11 +213,11 @@ confy = "0.5" toml = "0.8" # misc-testing -arbitrary = "1.1" +arbitrary = "1.3" assert_matches = "1.5.0" tempfile = "3.8" criterion = "0.5" pprof = "0.13" -proptest = "1.0" +proptest = "1.4" proptest-derive = "0.4" serial_test = "2"