diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-09-28 04:18:08 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-28 04:18:08 +0000 |
commit | e497125860a2186bf8e36eefa10281443a32b265 (patch) | |
tree | 7c926d7b492912e5a772e877930d51390d137f90 | |
parent | Golf tests a bit (diff) | |
download | miniserve-e497125860a2186bf8e36eefa10281443a32b265.tar.gz miniserve-e497125860a2186bf8e36eefa10281443a32b265.zip |
Bump simplelog from 0.10.0 to 0.10.2
Bumps [simplelog](https://github.com/drakulix/simplelog.rs) from 0.10.0 to 0.10.2.
- [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.0...v0.10.2)
---
updated-dependencies:
- dependency-name: simplelog
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2279,9 +2279,9 @@ dependencies = [ [[package]] name = "simplelog" -version = "0.10.0" +version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59d0fe306a0ced1c88a58042dc22fc2ddd000982c26d75f6aa09a394547c41e0" +checksum = "85d04ae642154220ef00ee82c36fb07853c10a4f2a0ca6719f9991211d2eb959" dependencies = [ "chrono", "log", |