From d382b8381e168dc708afb932d9eb6a5f7611270c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 13:42:41 +0100 Subject: [PATCH] Update errno requirement from 0.2 to 0.3 (#2994) 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](https://github.com/lambda-fairy/rust-errno/compare/v0.2.0...v0.3.10) --- updated-dependencies: - dependency-name: errno dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- libafl_frida/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libafl_frida/Cargo.toml b/libafl_frida/Cargo.toml index 5d800b9442..b02e2292f5 100644 --- a/libafl_frida/Cargo.toml +++ b/libafl_frida/Cargo.toml @@ -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" }