diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2019-08-21 04:19:50 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-21 04:19:50 +0000 |
commit | 9d134346a9058dca7c8c0a798a6e666cb61f401d (patch) | |
tree | 428d11612337532dcc7e132f84195548f81e3d4f /Cargo.toml | |
parent | Merge pull request #176 from svenstaro/dependabot/cargo/percent-encoding-2.1.0 (diff) | |
download | miniserve-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.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.6" +simplelog = "0.7" base64 = "0.10" percent-encoding = "2.1" htmlescape = "0.3.1" |