aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2020-05-23 11:07:57 +0000
committerGitHub <noreply@github.com>2020-05-23 11:07:57 +0000
commitd2cd43a871678aefbeb9cea533fd622df5c7303c (patch)
tree1a4d24e4017f3843f78fe3f553b1017e478fc942 /Cargo.toml
parentMerge pull request #311 from svenstaro/dependabot/cargo/alphanumeric-sort-1.0.13 (diff)
parentBump simplelog from 0.7.6 to 0.8.0 (diff)
downloadminiserve-d2cd43a871678aefbeb9cea533fd622df5c7303c.tar.gz
miniserve-d2cd43a871678aefbeb9cea533fd622df5c7303c.zip
Merge pull request #309 from svenstaro/dependabot/cargo/simplelog-0.8.0
Bump simplelog from 0.7.6 to 0.8.0
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 28cadba..2961212 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -24,7 +24,7 @@ panic = 'abort'
yansi = "0.5"
actix = "0.7"
actix-web = "0.7"
-simplelog = "0.7"
+simplelog = "0.8"
base64 = "0.12"
percent-encoding = "2.1"
htmlescape = "0.3.1"