Skip to content

Commit 9850281

Browse files
Bump proptest from 1.9.0 to 1.10.0 (#1214)
Bumps [proptest](https://github.com/proptest-rs/proptest) from 1.9.0 to 1.10.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.9.0...v1.10.0) --- updated-dependencies: - dependency-name: proptest dependency-version: 1.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 03e6d7c commit 9850281

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.

src/hyperlight_host/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ uuid = { version = "1.20.0", features = ["v4"] }
8585
signal-hook-registry = "1.4.8"
8686
serde = "1.0"
8787
iced-x86 = { version = "1.21", default-features = false, features = ["std", "code_asm"] }
88-
proptest = "1.9.0"
88+
proptest = "1.10.0"
8989
tempfile = "3.24.0"
9090
crossbeam-queue = "0.3.12"
9191
tracing-serde = "0.2.0"

0 commit comments

Comments
 (0)