diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-05-08 17:20:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-08 17:20:46 +0000 |
commit | 06f22fdd987aa261a6971ebe0f955d9b37f9dc56 (patch) | |
tree | fc70d137a567abca96805d4adb9f6ad46cdc5332 | |
parent | 8db471b9d7e84e9e03820977693065d7d7b57fad (diff) | |
download | servo-06f22fdd987aa261a6971ebe0f955d9b37f9dc56.tar.gz servo-06f22fdd987aa261a6971ebe0f955d9b37f9dc56.zip |
build(deps): bump errno from 0.3.8 to 0.3.9 (#32258)
Bumps [errno](https://github.com/lambda-fairy/rust-errno) from 0.3.8 to 0.3.9.
- [Changelog](https://github.com/lambda-fairy/rust-errno/blob/main/CHANGELOG.md)
- [Commits](https://github.com/lambda-fairy/rust-errno/commits)
---
updated-dependencies:
- dependency-name: errno
dependency-type: indirect
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>
-rw-r--r-- | Cargo.lock | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock index bced2c93cfc..4ee0253848d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1591,9 +1591,9 @@ checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" [[package]] name = "errno" -version = "0.3.8" +version = "0.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245" +checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba" dependencies = [ "libc", "windows-sys 0.52.0", @@ -3436,7 +3436,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19" dependencies = [ "cfg-if", - "windows-targets 0.52.5", + "windows-targets 0.48.5", ] [[package]] |