mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2024-12-23 22:01:31 +11:00
Update the percent-encoding crate to 2.0 (#1066)
This commit is contained in:
parent
39e668ffb0
commit
b547531499
|
@ -75,7 +75,7 @@ wayland-client = { version = "0.23.0", features = [ "dlopen", "egl", "cursor", "
|
|||
calloop = "0.4.2"
|
||||
smithay-client-toolkit = "0.6"
|
||||
x11-dl = "2.18.3"
|
||||
percent-encoding = "1.0"
|
||||
percent-encoding = "2.0"
|
||||
|
||||
[target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd", target_os = "windows"))'.dependencies.parking_lot]
|
||||
version = "0.8"
|
||||
|
|
Loading…
Reference in a new issue