From 404cd681e81704a3ac50f124b28beaaa1ac845ff Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Sat, 22 Jul 2023 08:05:11 +0000 Subject: [PATCH] Update Rust crate urlencoding to 2.1.3 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e1206da..8e73ee9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2004,9 +2004,9 @@ dependencies = [ [[package]] name = "urlencoding" -version = "2.1.2" +version = "2.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8db7427f936968176eaa7cdf81b7f98b980b18495ec28f1b5791ac3bfe3eea9" +checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" [[package]] name = "utf-8" diff --git a/Cargo.toml b/Cargo.toml index 43e745b..f46d9d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ x509-parser = "0.15.0" pem = "2.0.1" reqwest = { version = "0.11", features = ["json", "rustls-tls"], default-features = false } tokio-tungstenite = { version = "0.18.0", features = ["__rustls-tls", "rustls-tls-native-roots"] } -urlencoding = "2.1.2" +urlencoding = "2.1.3" hyper-rustls = { version = "0.23.2", features = ["rustls-native-certs"] } bytes = "1.4.0" rustls-pemfile = "1.0.3"