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>
This commit is contained in:
dependabot[bot] 2021-12-13 01:20:23 +00:00 committed by GitHub
parent 81cf2fc526
commit d78455a47b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -1365,9 +1365,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",

View file

@ -25,7 +25,7 @@ tinytemplate = "1.2.1"
tokio = { version = "1.14.0", features = [ "full" ] }
log = "0.4.14"
structopt = "0.3.25"
simplelog = "0.11.0"
simplelog = "0.11.1"
anyhow = "1.0.51"
reqwest = { version = "0.11.7", features = [ "rustls-tls" ], default-features = false }
tempdir = "0.3.7"