From cb4696fc0bb310bb7314c556f60feac59eccd326 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 13:15:31 +0000 Subject: [PATCH] Update Rust crate proptest to 1.4.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7be80b7..7902bae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ tokio-util = { version = "0.7", features = ["codec"], optional = true } bytes = { version = "1.4.0", optional = true } [dev-dependencies] -proptest = "1" +proptest = "1.4.0" [features] default = ["alloc", "codec"]