diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-11-15 04:20:14 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-15 04:20:14 +0000 |
commit | 45e321813c04a4b9ce65d7ab2ec0fe097e67bdb2 (patch) | |
tree | 05c59af967aa4a0668308946dcfb3c3d8ad8ea4e /Cargo.toml | |
parent | Merge pull request #633 from svenstaro/dependabot/cargo/maud-0.23.0 (diff) | |
download | miniserve-45e321813c04a4b9ce65d7ab2ec0fe097e67bdb2.tar.gz miniserve-45e321813c04a4b9ce65d7ab2ec0fe097e67bdb2.zip |
Bump simplelog from 0.10.2 to 0.11.0
Bumps [simplelog](https://github.com/drakulix/simplelog.rs) from 0.10.2 to 0.11.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/compare/v0.10.2...v0.11.0)
---
updated-dependencies:
- dependency-name: simplelog
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ actix-multipart = "0.4.0-beta.5" actix-web-httpauth = "0.6.0-beta.2" maud = "0.23" yansi = "0.5" -simplelog = "0.10" +simplelog = "0.11" percent-encoding = "2" port_check = "0.1" bytesize = "1" |