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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-02-17 13:42:41 +01:00 committed by GitHub
parent 94d6c51363
commit d382b8381e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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" }