Skip to content

Commit

Permalink
Update errno requirement from 0.2 to 0.3 (#2994)
Browse files Browse the repository at this point in the history
Updates the requirements on [errno](https://github.com/lambda-fairy/rust-errno) to permit the latest version.
- [Release notes](https://github.com/lambda-fairy/rust-errno/releases)
- [Changelog](https://github.com/lambda-fairy/rust-errno/blob/main/CHANGELOG.md)
- [Commits](lambda-fairy/rust-errno@v0.2.0...v0.3.10)

---
updated-dependencies:
- dependency-name: errno
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 17, 2025
1 parent 94d6c51 commit d382b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libafl_frida/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,6 @@ winapi = { version = "0.3", features = [
] }

[target.'cfg(unix)'.dependencies]
errno = "0.2"
errno = "0.3"
[target.'cfg(target_vendor="apple")'.dependencies]
mach-sys = { version = "0.5.4" }

0 comments on commit d382b83

Please sign in to comment.