From bbe76524db85639d3a42a372c249fe5d373bfecc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Jul 2021 08:47:11 +0200 Subject: build: bump urlencoding from 1.3.3 to 2.0.0 (#2877) Bumps [urlencoding](https://github.com/kornelski/rust_urlencoding) from 1.3.3 to 2.0.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-major ... 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 e4a58feee..a53407a7d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1978,9 +1978,9 @@ dependencies = [ [[package]] name = "urlencoding" -version = "1.3.3" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a1f0175e03a0973cf4afd476bef05c26e228520400eb1fd473ad417b1c00ffb" +checksum = "d95bbc99edfcbbd61cc6e43dab325bbff0aa481fec3996051ada8409d506d528" [[package]] name = "utf8-width" diff --git a/Cargo.toml b/Cargo.toml index a1db5d258..7a267884a 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 = "1.3.3" +urlencoding = "2.0.0" open = "1.7.0" unicode-width = "0.1.8" term_size = "0.3.2" -- cgit v1.2.3