From c652ff7c8b36d0d280a1b8580f39222261d980ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Zemanovi=C4=8D?= Date: Tue, 10 Dec 2024 10:43:34 +0000 Subject: [PATCH] SM: update proptest dep to latest --- proptest-state-machine/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proptest-state-machine/Cargo.toml b/proptest-state-machine/Cargo.toml index 0685765f..4c6359ea 100644 --- a/proptest-state-machine/Cargo.toml +++ b/proptest-state-machine/Cargo.toml @@ -20,7 +20,7 @@ default = ["std"] std = ["proptest/std"] [dependencies] -proptest = { version = "1.4.0", path = "../proptest", default-features = true, features = [ +proptest = { version = "1.5.0", path = "../proptest", default-features = true, features = [ "fork", "timeout", "bit-set",