From 5c02c20b05032266f577647a5afd22a68e51a9c9 Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Mon, 29 Jul 2019 22:14:26 +0200 Subject: [PATCH] Update the percent-encoding crate to 2.0 (#1076) --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 57fd72198..59a2e0c73 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "winit" -version = "0.19.1" +version = "0.19.2" authors = ["The winit contributors", "Pierre Krieger "] description = "Cross-platform window creation library." keywords = ["windowing"] @@ -67,4 +67,4 @@ wayland-client = { version = "0.21", features = [ "dlopen", "egl", "cursor"] } smithay-client-toolkit = "0.4.3" x11-dl = "2.18.3" parking_lot = "0.8" -percent-encoding = "1.0" +percent-encoding = "2.0"