diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-09-28 19:48:16 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-28 23:48:16 +0000 |
commit | 6b2edbac1875a02c17f9dd0ddbfb9d1ae616579d (patch) | |
tree | feccad83a62b1a427cf32db04a50b7a0cdb24ecf | |
parent | 3e7b127ddf29dce545f494f77cab68b68f65ed11 (diff) | |
download | servo-6b2edbac1875a02c17f9dd0ddbfb9d1ae616579d.tar.gz servo-6b2edbac1875a02c17f9dd0ddbfb9d1ae616579d.zip |
build(deps): bump winit from 0.28.6 to 0.28.7 (#30440)
Bumps [winit](https://github.com/rust-windowing/winit) from 0.28.6 to 0.28.7.
- [Release notes](https://github.com/rust-windowing/winit/releases)
- [Changelog](https://github.com/rust-windowing/winit/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-windowing/winit/compare/v0.28.6...v0.28.7)
---
updated-dependencies:
- dependency-name: winit
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 | ||||
-rw-r--r-- | ports/servoshell/Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock index a7b48331277..f43d0bcc326 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7190,9 +7190,9 @@ checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" [[package]] name = "winit" -version = "0.28.6" +version = "0.28.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "866db3f712fffba75d31bf0cdecf357c8aeafd158c5b7ab51dba2a2b2d47f196" +checksum = "9596d90b45384f5281384ab204224876e8e8bf7d58366d9b795ad99aa9894b94" dependencies = [ "android-activity", "bitflags 1.3.2", diff --git a/ports/servoshell/Cargo.toml b/ports/servoshell/Cargo.toml index 9b045f0c19b..6cb301374c3 100644 --- a/ports/servoshell/Cargo.toml +++ b/ports/servoshell/Cargo.toml @@ -65,7 +65,7 @@ shellwords = "1.0.0" surfman = { workspace = true, features = ["sm-x11", "sm-raw-window-handle"] } tinyfiledialogs = "3.0" webxr = { git = "https://github.com/servo/webxr", features = ["ipc", "glwindow", "headless"] } -winit = "0.28.6" +winit = "0.28.7" url = { workspace = true } [target.'cfg(any(target_os = "linux", target_os = "windows"))'.dependencies] |