diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-03-03 05:01:18 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-03 05:01:18 +0000 |
commit | e4190ecd7c9af6af0e508481e499629a5209f306 (patch) | |
tree | a48233499c69ea0a02b0205c6636271434efdc1e | |
parent | chore: Release miniserve version 0.23.0 (diff) | |
download | miniserve-e4190ecd7c9af6af0e508481e499629a5209f306.tar.gz miniserve-e4190ecd7c9af6af0e508481e499629a5209f306.zip |
Bump simplelog from 0.12.0 to 0.12.1
Bumps [simplelog](https://github.com/drakulix/simplelog.rs) from 0.12.0 to 0.12.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.12.0...v0.12.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
@@ -2318,9 +2318,9 @@ dependencies = [ [[package]] name = "simplelog" -version = "0.12.0" +version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48dfff04aade74dd495b007c831cd6f4e0cee19c344dd9dc0884c0289b70a786" +checksum = "acee08041c5de3d5048c8b3f6f13fafb3026b24ba43c6a695a0c76179b844369" dependencies = [ "log", "termcolor", |