From dfa9bfbb245ed0cbe7f853ab7cb6a17c3068f21b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 22:35:55 +0000 Subject: [PATCH] Bump proptest from 1.5.0 to 1.6.0 in /common Bumps [proptest](https://github.com/proptest-rs/proptest) from 1.5.0 to 1.6.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/commits) --- 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 a907648a..77bc1aa9 100644 --- a/common/Cargo.lock +++ b/common/Cargo.lock @@ -1033,9 +1033,9 @@ dependencies = [ [[package]] name = "proptest" -version = "1.5.0" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4c2511913b88df1637da85cc8d96ec8e43a3f8bb8ccb71ee1ac240d6f3df58d" +checksum = "14cae93065090804185d3b75f0bf93b8eeda30c7a9b4a33d3bdb3988d6229e50" dependencies = [ "bitflags", "lazy_static", diff --git a/common/ferrostar/Cargo.toml b/common/ferrostar/Cargo.toml index dd3fd9aa..e3a87398 100644 --- a/common/ferrostar/Cargo.toml +++ b/common/ferrostar/Cargo.toml @@ -52,7 +52,7 @@ uniffi = { workspace = true, features = ["build"] } [dev-dependencies] assert-json-diff = "2.0.2" -proptest = { version = "1.5.0", default-features = false } +proptest = { version = "1.6.0", default-features = false } insta = { version = "1.41.1", features = ["yaml", "redactions"] } rstest = "0.23.0" wasm-bindgen-test = "0.3"