aboutsummaryrefslogtreecommitdiffstats
path: root/ports
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-17 17:28:00 +0000
committerGitHub <noreply@github.com>2023-03-17 17:28:00 +0000
commita6b6b7cb41302a0302fad6eb32ed5486f110fcce (patch)
tree6444e65cc1c0026e7f715916fac696d968160a6d /ports
parent837cb2fda4e7c68395757330650d6cee0f64653a (diff)
downloadservo-a6b6b7cb41302a0302fad6eb32ed5486f110fcce.tar.gz
servo-a6b6b7cb41302a0302fad6eb32ed5486f110fcce.zip
Bump winit from 0.28.2 to 0.28.3
Bumps [winit](https://github.com/rust-windowing/winit) from 0.28.2 to 0.28.3. - [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.2...v0.28.3) --- updated-dependencies: - dependency-name: winit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'ports')
-rw-r--r--ports/winit/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/winit/Cargo.toml b/ports/winit/Cargo.toml
index 542d80220f7..7f471728b75 100644
--- a/ports/winit/Cargo.toml
+++ b/ports/winit/Cargo.toml
@@ -60,7 +60,7 @@ shellwords = "1.0.0"
surfman = { version = "0.6", features = ["sm-winit", "sm-x11"] }
tinyfiledialogs = "3.0"
webxr = { git = "https://github.com/servo/webxr", features = ["ipc", "glwindow", "headless"] }
-winit = "0.28.2"
+winit = "0.28.3"
[target.'cfg(any(target_os = "linux", target_os = "windows"))'.dependencies]
image = "0.24"