From 1482e3dbab5e146c095e1761d66a2efb41f0c09e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 08:28:38 +0000 Subject: [PATCH] Bump proptest from 1.4.0 to 1.5.0 in /common Bumps [proptest](https://github.com/proptest-rs/proptest) from 1.4.0 to 1.5.0. - [Release notes](https://github.com/proptest-rs/proptest/releases) - [Changelog](https://github.com/proptest-rs/proptest/blob/master/CHANGELOG.md) - [Commits](https://github.com/proptest-rs/proptest/compare/v1.4.0...v1.5.0) --- updated-dependencies: - dependency-name: proptest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- common/Cargo.lock | 4 ++-- common/ferrostar/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/Cargo.lock b/common/Cargo.lock index 9b2373ea..8f81c9c1 100644 --- a/common/Cargo.lock +++ b/common/Cargo.lock @@ -757,9 +757,9 @@ dependencies = [ [[package]] name = "proptest" -version = "1.4.0" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "31b476131c3c86cb68032fdc5cb6d5a1045e3e42d96b69fa599fd77701e1f5bf" +checksum = "b4c2511913b88df1637da85cc8d96ec8e43a3f8bb8ccb71ee1ac240d6f3df58d" dependencies = [ "bitflags", "lazy_static", diff --git a/common/ferrostar/Cargo.toml b/common/ferrostar/Cargo.toml index 57e3bf25..c3344b65 100644 --- a/common/ferrostar/Cargo.toml +++ b/common/ferrostar/Cargo.toml @@ -45,7 +45,7 @@ uniffi = { workspace = true, features = ["build"] } [dev-dependencies] assert-json-diff = "2.0.2" -proptest = { version = "1.4.0", default-features = false } +proptest = { version = "1.5.0", default-features = false } insta = { version = "1.33.0", features = ["yaml"] } rstest = "0.21.0" wasm-bindgen-test = "0.3"