Skip to content

Commit 20d86b4

Browse files
chore(deps): bump proptest from 1.10.0 to 1.11.0
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>
1 parent ef15d0d commit 20d86b4

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
@@ -84,7 +84,7 @@ uuid = { version = "1.22.0", features = ["v4"] }
8484
signal-hook-registry = "1.4.8"
8585
serde = "1.0"
8686
iced-x86 = { version = "1.21", default-features = false, features = ["std", "code_asm"] }
87-
proptest = "1.10.0"
87+
proptest = "1.11.0"
8888
tempfile = "3.27.0"
8989
crossbeam-queue = "0.3.12"
9090
tracing-serde = "0.2.0"

0 commit comments

Comments
 (0)