From 992359d5e9a892a4de5fee3bf81b0b8d71def167 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 02:18:38 +0000 Subject: [PATCH] Update Rust crate proptest-state-machine to 0.5.0 --- beeps_core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beeps_core/Cargo.toml b/beeps_core/Cargo.toml index 5733f1f..db8d967 100644 --- a/beeps_core/Cargo.toml +++ b/beeps_core/Cargo.toml @@ -18,4 +18,4 @@ url = "2.5.4" [dev-dependencies] proptest = "1.6.0" proptest-derive = "0.6.0" -proptest-state-machine = "0.4.0" +proptest-state-machine = "0.5.0"