summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-07-14 08:47:11 +0200
committerGitHub <noreply@github.com>2021-07-14 08:47:11 +0200
commitbbe76524db85639d3a42a372c249fe5d373bfecc (patch)
tree88398ca77ea0d456c5549dd2296d00d510b1b3a2 /Cargo.toml
parente16c1059e6904d8e8287501342f6fd0300f9b07d (diff)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"