diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-05-21 09:48:34 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-21 04:18:34 +0000 |
commit | f7affae95e2ff13589ac71aa543365ac8447ca61 (patch) | |
tree | 7c075ada7ae606535d3b4b49c168303c8c317219 | |
parent | 98e3ae52f4849df9be2a7fdc5deb6bb7b03ce4d7 (diff) | |
download | servo-f7affae95e2ff13589ac71aa543365ac8447ca61.tar.gz servo-f7affae95e2ff13589ac71aa543365ac8447ca61.zip |
build(deps): bump raw-window-handle from 0.6.0 to 0.6.2 (#32323)
Bumps [raw-window-handle](https://github.com/rust-windowing/raw-window-handle) from 0.6.0 to 0.6.2.
- [Release notes](https://github.com/rust-windowing/raw-window-handle/releases)
- [Changelog](https://github.com/rust-windowing/raw-window-handle/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-windowing/raw-window-handle/compare/v0.6.0...v0.6.2)
---
updated-dependencies:
- dependency-name: raw-window-handle
dependency-type: direct:production
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 468e852787d..ba9de569e56 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4779,9 +4779,9 @@ dependencies = [ [[package]] name = "raw-window-handle" -version = "0.6.0" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42a9830a0e1b9fb145ebb365b8bc4ccd75f290f98c0247deafbbe2c75cefb544" +checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539" [[package]] name = "rayon" |