From 21f4dc3e748d3424137b9a1fbc0307c8a6cbd6a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 May 2021 04:05:47 -0400 Subject: build: bump urlencoding from 1.3.2 to 1.3.3 (#2734) Bumps [urlencoding](https://github.com/kornelski/rust_urlencoding) from 1.3.2 to 1.3.3. - [Release notes](https://github.com/kornelski/rust_urlencoding/releases) - [Commits](https://github.com/kornelski/rust_urlencoding/commits) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 60f97ec1a..12d63c553 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1885,9 +1885,9 @@ dependencies = [ [[package]] name = "urlencoding" -version = "1.3.2" +version = "1.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21e391c75aa24619f884f47ffe3315df8e8e28f1d5f3b5ee957c8e55f17dd1fc" +checksum = "5a1f0175e03a0973cf4afd476bef05c26e228520400eb1fd473ad417b1c00ffb" [[package]] name = "utf8-width" diff --git a/Cargo.toml b/Cargo.toml index 2d2adb0be..7ca1c78ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ pest = "2.1.3" pest_derive = "2.1.0" regex = "1.5.4" os_info = "3.0.5" -urlencoding = "1.3.1" +urlencoding = "1.3.3" open = "1.7.0" unicode-width = "0.1.8" term_size = "0.3.2" -- cgit v1.2.3