Update the percent-encoding crate to 2.0 (#1066)

This commit is contained in:
Simon Sapin 2019-07-23 19:38:45 +02:00 committed by Osspial
parent 39e668ffb0
commit b547531499

View file

@ -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"