summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-05-13 04:05:46 -0400
committerGitHub <noreply@github.com>2021-05-13 04:05:46 -0400
commitb48ae4ecbd14b3878f06844a85ddac77a0716979 (patch)
treef9aa28d51e03b222b863c779d335f75ae36fa044 /Cargo.lock
parent69a754573d1321032c82083f86097550ea7920a4 (diff)
build: bump urlencoding from 1.1.1 to 1.3.1 (#2720)
Bumps [urlencoding](https://github.com/kornelski/rust_urlencoding) from 1.1.1 to 1.3.1. - [Release notes](https://github.com/kornelski/rust_urlencoding/releases) - [Commits](https://github.com/kornelski/rust_urlencoding/commits) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 949509d47..f37815c51 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1883,9 +1883,9 @@ dependencies = [
[[package]]
name = "urlencoding"
-version = "1.1.1"
+version = "1.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c9232eb53352b4442e40d7900465dfc534e8cb2dc8f18656fcb2ac16112b5593"
+checksum = "9e0ad7a908b74126826e00649a5608a4b42a2a73577e45e8e7107153845a60a0"
[[package]]
name = "utf8-width"