diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2019-06-24 03:35:46 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2019-06-24 03:35:46 +0000 |
commit | 1fc170ea49643a56fe51d8189c1b1bb266a81235 (patch) | |
tree | 1a2cce7733bbea55b0b2d053e03b594834226ea6 /Cargo.toml | |
parent | Merge pull request #138 from gyscos/master (diff) | |
download | miniserve-1fc170ea49643a56fe51d8189c1b1bb266a81235.tar.gz miniserve-1fc170ea49643a56fe51d8189c1b1bb266a81235.zip |
Update simplelog to 0.6
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ clap = "2.29" yansi = "0.5" actix = "0.7" actix-web = "0.7" -simplelog = "0.5" +simplelog = "0.6" base64 = "0.10" percent-encoding = "1.0.1" htmlescape = "0.3.1" |