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 | |
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>
-rw-r--r-- | Cargo.lock | 4 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -2275,9 +2275,9 @@ dependencies = [ [[package]] name = "simplelog" -version = "0.10.2" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85d04ae642154220ef00ee82c36fb07853c10a4f2a0ca6719f9991211d2eb959" +checksum = "8baa24de25f3092d9697c76f94cf09f67fca13db2ea11ce80c2f055c1aaf0795" dependencies = [ "chrono", "log", @@ -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" |