diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2020-05-23 11:07:57 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-23 11:07:57 +0000 |
commit | d2cd43a871678aefbeb9cea533fd622df5c7303c (patch) | |
tree | 1a4d24e4017f3843f78fe3f553b1017e478fc942 /Cargo.toml | |
parent | Merge pull request #311 from svenstaro/dependabot/cargo/alphanumeric-sort-1.0.13 (diff) | |
parent | Bump simplelog from 0.7.6 to 0.8.0 (diff) | |
download | miniserve-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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |