diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-04-20 04:19:53 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-20 04:19:53 +0000 |
commit | d7820506778ebd0df66664d080cfaf331f378215 (patch) | |
tree | 2b9e4367edeb41900a54b6f8674a416aaf1409b8 | |
parent | Merge pull request #773 from svenstaro/dependabot/cargo/clap_mangen-0.1.3 (diff) | |
download | miniserve-d7820506778ebd0df66664d080cfaf331f378215.tar.gz miniserve-d7820506778ebd0df66664d080cfaf331f378215.zip |
Bump simplelog from 0.11.2 to 0.12.0
Bumps [simplelog](https://github.com/drakulix/simplelog.rs) from 0.11.2 to 0.12.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.11.2...v0.12.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 | 6 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 4 insertions, 4 deletions
@@ -2216,13 +2216,13 @@ dependencies = [ [[package]] name = "simplelog" -version = "0.11.2" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1348164456f72ca0116e4538bdaabb0ddb622c7d9f16387c725af3e96d6001c" +checksum = "48dfff04aade74dd495b007c831cd6f4e0cee19c344dd9dc0884c0289b70a786" dependencies = [ - "chrono", "log", "termcolor", + "time 0.3.9", ] [[package]] @@ -23,7 +23,7 @@ actix-multipart = "0.4" actix-web-httpauth = "0.6" maud = "0.23" yansi = "0.5" -simplelog = "0.11" +simplelog = "0.12" percent-encoding = "2" port_check = "0.1" bytesize = "1" |