Skip to content

Commit da33eab

Browse files
Bump mach2 from 0.5.0 to 0.6.0 (AFLplusplus#3514)
Bumps [mach2](https://github.com/JohnTitor/mach2) from 0.5.0 to 0.6.0. - [Release notes](https://github.com/JohnTitor/mach2/releases) - [Commits](JohnTitor/mach2@0.5.0...0.6.0) --- updated-dependencies: - dependency-name: mach2 dependency-version: 0.6.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 f5c8343 commit da33eab

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

Cargo.lock

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

crates/libafl_bolts/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ windows-result = "0.4.1"
246246
windows = { workspace = true }
247247

248248
[target.'cfg(target_vendor = "apple")'.dependencies]
249-
mach2 = "0.5.0"
249+
mach2 = "0.6.0"
250250

251251
#[profile.release]
252252
#lto = true

crates/minibsod/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ libc = { workspace = true }
3434
exceptional = { workspace = true, features = ["alloc"] }
3535

3636
[target.'cfg(target_vendor = "apple")'.dependencies]
37-
mach2 = "0.5.0"
37+
mach2 = "0.6.0"
3838

3939
[target.'cfg(windows)'.dependencies]
4040
windows = { workspace = true, features = [

0 commit comments

Comments
 (0)