aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-05-14 22:33:32 +0100
committerGitHub <noreply@github.com>2021-05-14 22:33:32 +0100
commit9303f482160a9f37ad43ede1896af9a52dc532fd (patch)
tree7f13498512f0aa912f614e0dc3d594dd93c54840 /Cargo.lock
parentinstructions to install without tap (#127) (diff)
downloadatuin-9303f482160a9f37ad43ede1896af9a52dc532fd.zip
Bump urlencoding from 1.1.1 to 1.3.1 (#125)
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 b5ccd345..fd2e2356 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2511,9 +2511,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 = "utf-8"