diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-01-11 04:17:15 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-11 04:17:15 +0000 |
commit | 9e3fd4bae029d1c2b773a27ec839524b0f4ffbf6 (patch) | |
tree | 5bb10d2ce918d554ed8e236cfafc7381c1c15b85 | |
parent | Merge pull request #696 from svenstaro/dependabot/cargo/sha2-0.10.1 (diff) | |
download | miniserve-9e3fd4bae029d1c2b773a27ec839524b0f4ffbf6.tar.gz miniserve-9e3fd4bae029d1c2b773a27ec839524b0f4ffbf6.zip |
Bump simplelog from 0.11.1 to 0.11.2
Bumps [simplelog](https://github.com/drakulix/simplelog.rs) from 0.11.1 to 0.11.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.11.1...v0.11.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
@@ -2332,9 +2332,9 @@ dependencies = [ [[package]] name = "simplelog" -version = "0.11.1" +version = "0.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ecabc0118918611790b8615670ab79296272cbe09496b6884b02b1e929c20886" +checksum = "c1348164456f72ca0116e4538bdaabb0ddb622c7d9f16387c725af3e96d6001c" dependencies = [ "chrono", "log", |