From 1d435bf7e61acb1a2134e5dc54828ea41af98639 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jul 2021 20:22:33 +0200 Subject: [PATCH] build: bump urlencoding from 2.0.0 to 2.1.0 (#2904) Bumps [urlencoding](https://github.com/kornelski/rust_urlencoding) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/kornelski/rust_urlencoding/releases) - [Commits](https://github.com/kornelski/rust_urlencoding/commits) --- updated-dependencies: - dependency-name: urlencoding dependency-type: direct:production update-type: version-update:semver-minor ... 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 08aa9628..640ebf41 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1978,9 +1978,9 @@ dependencies = [ [[package]] name = "urlencoding" -version = "2.0.0" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d95bbc99edfcbbd61cc6e43dab325bbff0aa481fec3996051ada8409d506d528" +checksum = "68b90931029ab9b034b300b797048cf23723400aa757e8a2bfb9d748102f9821" [[package]] name = "utf8-width" diff --git a/Cargo.toml b/Cargo.toml index 6fb6344a..2ac9cd7f 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.6" -urlencoding = "2.0.0" +urlencoding = "2.1.0" open = "1.7.0" unicode-width = "0.1.8" term_size = "0.3.2"