summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
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.toml
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.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 498a41d19..69b9765fc 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.4"
-urlencoding = "1.1.1"
+urlencoding = "1.3.1"
open = "1.7.0"
unicode-width = "0.1.8"
term_size = "0.3.2"