aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-10-28 04:16:54 +0000
committerGitHub <noreply@github.com>2019-10-28 04:16:54 +0000
commit8e820022a71ab76829208eed437fc678f5f5c381 (patch)
tree29bf86e034eb4d1cd30f0c049975b771266ac7a6 /Cargo.toml
parentBump deps (diff)
downloadminiserve-8e820022a71ab76829208eed437fc678f5f5c381.tar.gz
miniserve-8e820022a71ab76829208eed437fc678f5f5c381.zip
Bump base64 from 0.10.1 to 0.11.0
Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.10.1 to 0.11.0. - [Release notes](https://github.com/marshallpierce/rust-base64/releases) - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.10.1...v0.11.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.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 0bc60d8..d0ff98f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -25,7 +25,7 @@ yansi = "0.5"
actix = "0.7"
actix-web = "0.7"
simplelog = "0.7"
-base64 = "0.10"
+base64 = "0.11"
percent-encoding = "2.1"
htmlescape = "0.3.1"
bytesize = "1.0.0"