Skip to content

Commit 2c5ba6e

Browse files
Bump proptest from 1.10.0 to 1.11.0 in /common (#895)
Bumps [proptest](https://github.com/proptest-rs/proptest) from 1.10.0 to 1.11.0. - [Release notes](https://github.com/proptest-rs/proptest/releases) - [Changelog](https://github.com/proptest-rs/proptest/blob/main/CHANGELOG.md) - [Commits](proptest-rs/proptest@v1.10.0...v1.11.0) --- updated-dependencies: - dependency-name: proptest dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7405930 commit 2c5ba6e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

common/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

common/ferrostar/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ uniffi = { workspace = true, features = ["build"] }
5555

5656
[dev-dependencies]
5757
assert-json-diff = "2.0.2"
58-
proptest = { version = "1.10.0", default-features = false }
58+
proptest = { version = "1.11.0", default-features = false }
5959
insta = { version = "1.47.2", features = ["json", "yaml", "redactions"] }
6060
rstest = "0.26.1"
6161
wasm-bindgen-test = "0.3"

0 commit comments

Comments
 (0)