summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-05-17 04:05:47 -0400
committerGitHub <noreply@github.com>2021-05-17 04:05:47 -0400
commit21f4dc3e748d3424137b9a1fbc0307c8a6cbd6a8 (patch)
tree9167752a1c0fc09404ca068ff0ec0da28e7a6c53
parenteb01e1927d540a11ae8d550eecfd8a0a3e37c748 (diff)
build: bump urlencoding from 1.3.2 to 1.3.3 (#2734)
Bumps [urlencoding](https://github.com/kornelski/rust_urlencoding) from 1.3.2 to 1.3.3. - [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>
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 60f97ec1a..12d63c553 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1885,9 +1885,9 @@ dependencies = [
[[package]]
name = "urlencoding"
-version = "1.3.2"
+version = "1.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "21e391c75aa24619f884f47ffe3315df8e8e28f1d5f3b5ee957c8e55f17dd1fc"
+checksum = "5a1f0175e03a0973cf4afd476bef05c26e228520400eb1fd473ad417b1c00ffb"
[[package]]
name = "utf8-width"
diff --git a/Cargo.toml b/Cargo.toml
index 2d2adb0be..7ca1c78ea 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.5"
-urlencoding = "1.3.1"
+urlencoding = "1.3.3"
open = "1.7.0"
unicode-width = "0.1.8"
term_size = "0.3.2"