aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-08-19 04:51:57 +0000
committerGitHub <noreply@github.com>2019-08-19 04:51:57 +0000
commit905cb94f15218a2f55724e086863b59d65cb7559 (patch)
treed19e30779de5ac0b086eb89844715a5617b1040c /Cargo.toml
parentMerge pull request #178 from svenstaro/dependabot/cargo/serde-1.0.99 (diff)
downloadminiserve-905cb94f15218a2f55724e086863b59d65cb7559.tar.gz
miniserve-905cb94f15218a2f55724e086863b59d65cb7559.zip
Bump percent-encoding from 2.0.0 to 2.1.0
Bumps [percent-encoding](https://github.com/servo/rust-url) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](https://github.com/servo/rust-url/compare/percent-encoding-v2.0.0...percent-encoding-v2.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to '')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f6b60a5..20e6895 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -27,7 +27,7 @@ actix = "0.7"
actix-web = "0.7"
simplelog = "0.6"
base64 = "0.10"
-percent-encoding = "2.0"
+percent-encoding = "2.1"
htmlescape = "0.3.1"
bytesize = "1.0.0"
nanoid = "0.2.0"