From b547531499982abb21af07914be39a6a21c68caf Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Tue, 23 Jul 2019 19:38:45 +0200 Subject: [PATCH] Update the percent-encoding crate to 2.0 (#1066) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1e22ed44..e205b9a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"