cargo: Use workspace dependency for winit and upgrade to 0.30.12 (#38261)

Use workspace dependency to sync the `winit` version between examples &
libservo.
Upgrade winit to 0.30.12.

Fixes: The hope is lost as it doesn't fix anything..

---------

Signed-off-by: Euclid Ye <euclid.ye@huawei.com>
This commit is contained in:
Euclid Ye 2025-07-29 17:45:22 +08:00 committed by GitHub
parent 7ce5de4e2d
commit a5d4c49ec6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 13 additions and 13 deletions

View file

@ -140,8 +140,7 @@ http = { workspace = true }
libservo = { path = ".", features = ["tracing"] }
rustls = { version = "0.23", default-features = false, features = ["aws-lc-rs"] }
tracing = { workspace = true }
winit = "0.30.8"
winit = { workspace = true }
[[test]]
name = "webview"