From db898d965807c940c04ae564e00380ef78b3e1e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 06:55:43 +0000 Subject: [PATCH] deps(backend)(deps): bump proptest Bumps the testing-tools group in /src-tauri with 1 update: [proptest](https://github.com/proptest-rs/proptest). Updates `proptest` from 1.8.0 to 1.9.0 - [Release notes](https://github.com/proptest-rs/proptest/releases) - [Changelog](https://github.com/proptest-rs/proptest/blob/main/CHANGELOG.md) - [Commits](https://github.com/proptest-rs/proptest/compare/v1.8.0...v1.9.0) --- updated-dependencies: - dependency-name: proptest dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: testing-tools ... Signed-off-by: dependabot[bot] --- src-tauri/Cargo.lock | 5 ++--- src-tauri/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 958bfeb..4dadbc2 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -3545,14 +3545,13 @@ dependencies = [ [[package]] name = "proptest" -version = "1.8.0" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2bb0be07becd10686a0bb407298fb425360a5c44a663774406340c59a22de4ce" +checksum = "bee689443a2bd0a16ab0348b52ee43e3b2d1b1f931c8aa5c9f8de4c86fbe8c40" dependencies = [ "bit-set", "bit-vec", "bitflags 2.10.0", - "lazy_static", "num-traits", "rand 0.9.2", "rand_chacha 0.9.0", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 2731c33..b3f6279 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -69,7 +69,7 @@ mockall = "0.13" sqlx = { version = "0.8.6", features = ["sqlite", "runtime-tokio"] } # Property-based testing -proptest = "1.8" +proptest = "1.9" quickcheck = "1.0" # Performance testing