diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-12-09 07:10:57 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-09 07:10:57 +0000 |
commit | e22782c95276af52558a4935a371889fb893adc2 (patch) | |
tree | 22c3c548f3aec2220117336f971c39d7564c22c6 | |
parent | Merge pull request #656 from svenstaro/dependabot/cargo/serde-1.0.131 (diff) | |
download | miniserve-e22782c95276af52558a4935a371889fb893adc2.tar.gz miniserve-e22782c95276af52558a4935a371889fb893adc2.zip |
Bump simplelog from 0.11.0 to 0.11.1
Bumps [simplelog](https://github.com/drakulix/simplelog.rs) from 0.11.0 to 0.11.1.
- [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.0...v0.11.1)
---
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
@@ -2326,9 +2326,9 @@ dependencies = [ [[package]] name = "simplelog" -version = "0.11.0" +version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8baa24de25f3092d9697c76f94cf09f67fca13db2ea11ce80c2f055c1aaf0795" +checksum = "ecabc0118918611790b8615670ab79296272cbe09496b6884b02b1e929c20886" dependencies = [ "chrono", "log", |