aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-03 05:01:18 +0000
committerGitHub <noreply@github.com>2023-03-03 05:01:18 +0000
commite4190ecd7c9af6af0e508481e499629a5209f306 (patch)
treea48233499c69ea0a02b0205c6636271434efdc1e /Cargo.lock
parentchore: Release miniserve version 0.23.0 (diff)
downloadminiserve-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>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f020ff8..2eefb32 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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",