aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-12-09 07:10:57 +0000
committerGitHub <noreply@github.com>2021-12-09 07:10:57 +0000
commite22782c95276af52558a4935a371889fb893adc2 (patch)
tree22c3c548f3aec2220117336f971c39d7564c22c6
parentMerge pull request #656 from svenstaro/dependabot/cargo/serde-1.0.131 (diff)
downloadminiserve-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.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 985f064..e724dff 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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",