aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-08-21 04:19:50 +0000
committerGitHub <noreply@github.com>2019-08-21 04:19:50 +0000
commit9d134346a9058dca7c8c0a798a6e666cb61f401d (patch)
tree428d11612337532dcc7e132f84195548f81e3d4f /Cargo.toml
parentMerge pull request #176 from svenstaro/dependabot/cargo/percent-encoding-2.1.0 (diff)
downloadminiserve-9d134346a9058dca7c8c0a798a6e666cb61f401d.tar.gz
miniserve-9d134346a9058dca7c8c0a798a6e666cb61f401d.zip
Bump simplelog from 0.6.0 to 0.7.0
Bumps [simplelog](https://github.com/drakulix/simplelog.rs) from 0.6.0 to 0.7.0. - [Release notes](https://github.com/drakulix/simplelog.rs/releases) - [Changelog](https://github.com/Drakulix/simplelog.rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/drakulix/simplelog.rs/commits) 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 933a59c..65c5a6f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -25,7 +25,7 @@ clap = "2.29"
yansi = "0.5"
actix = "0.7"
actix-web = "0.7"
-simplelog = "0.6"
+simplelog = "0.7"
base64 = "0.10"
percent-encoding = "2.1"
htmlescape = "0.3.1"