Skip to content

Commit 3cca03c

Browse files
Bump arbitrary from 1.4.1 to 1.4.2 (#793)
Bumps [arbitrary](https://github.com/rust-fuzz/arbitrary) from 1.4.1 to 1.4.2. - [Changelog](https://github.com/rust-fuzz/arbitrary/blob/main/CHANGELOG.md) - [Commits](rust-fuzz/arbitrary@v1.4.1...v1.4.2) --- updated-dependencies: - dependency-name: arbitrary dependency-version: 1.4.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ec738e6 commit 3cca03c

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_common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ flatbuffers = { version = "25.2.10", default-features = false }
1919
anyhow = { version = "1.0.99", default-features = false }
2020
log = "0.4.27"
2121
tracing = { version = "0.1.41", optional = true }
22-
arbitrary = {version = "1.4.1", optional = true, features = ["derive"]}
22+
arbitrary = {version = "1.4.2", optional = true, features = ["derive"]}
2323
spin = "0.10.0"
2424

2525
[features]

0 commit comments

Comments
 (0)