aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2022-04-20 08:34:00 +0000
committerGitHub <noreply@github.com>2022-04-20 08:34:00 +0000
commit8e064f7a12f7f781d4e4f44d2819bff1bac14537 (patch)
tree2b9e4367edeb41900a54b6f8674a416aaf1409b8 /Cargo.toml
parentMerge pull request #773 from svenstaro/dependabot/cargo/clap_mangen-0.1.3 (diff)
parentBump simplelog from 0.11.2 to 0.12.0 (diff)
downloadminiserve-8e064f7a12f7f781d4e4f44d2819bff1bac14537.tar.gz
miniserve-8e064f7a12f7f781d4e4f44d2819bff1bac14537.zip
Merge pull request #776 from svenstaro/dependabot/cargo/simplelog-0.12.0
Bump simplelog from 0.11.2 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 f3412bd..a391294 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,7 +23,7 @@ actix-multipart = "0.4"
actix-web-httpauth = "0.6"
maud = "0.23"
yansi = "0.5"
-simplelog = "0.11"
+simplelog = "0.12"
percent-encoding = "2"
port_check = "0.1"
bytesize = "1"