aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2020-03-11 13:25:48 +0000
committerGitHub <noreply@github.com>2020-03-11 13:25:48 +0000
commitbf42f0ac0ab39a30009691476f42c286eedffbef (patch)
tree095c1171bf4fdb0a2a2d21546b82284555de3f38 /Cargo.toml
parentBump rstest to 0.6.0 (diff)
parentBump base64 from 0.11.0 to 0.12.0 (diff)
downloadminiserve-bf42f0ac0ab39a30009691476f42c286eedffbef.tar.gz
miniserve-bf42f0ac0ab39a30009691476f42c286eedffbef.zip
Merge pull request #272 from svenstaro/dependabot/cargo/base64-0.12.0
Bump base64 from 0.11.0 to 0.12.0
Diffstat (limited to '')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 07a4f2e..c06cd05 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.11"
+base64 = "0.12"
percent-encoding = "2.1"
htmlescape = "0.3.1"
bytesize = "1.0.0"