Bump simplelog from 0.10.0 to 0.10.1

Bumps [simplelog](https://github.com/drakulix/simplelog.rs) from 0.10.0 to 0.10.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.10.0...v0.10.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-09-27 03:05:10 +00:00
committed by GitHub
parent 2f577c6665
commit 0f9f58a392
2 changed files with 3 additions and 3 deletions
Generated
+2 -2
View File
@@ -1101,9 +1101,9 @@ checksum = "c19772be3c4dd2ceaacf03cb41d5885f2a02c4d8804884918e3a258480803335"
[[package]] [[package]]
name = "simplelog" name = "simplelog"
version = "0.10.0" version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59d0fe306a0ced1c88a58042dc22fc2ddd000982c26d75f6aa09a394547c41e0" checksum = "f5fe01ad0fb8e4b28a3263591d0f09eb8d9e81b93520f8266c7fa241f847148e"
dependencies = [ dependencies = [
"chrono", "chrono",
"log", "log",
+1 -1
View File
@@ -13,7 +13,7 @@ exclude = ["blockchain.db", "alfis.toml"]
[dependencies] [dependencies]
getopts = "0.2.21" getopts = "0.2.21"
log = "0.4.14" log = "0.4.14"
simplelog = "0.10.0" simplelog = "0.10.1"
toml = "0.5.8" toml = "0.5.8"
digest = "0.9.0" digest = "0.9.0"
sha2 = "0.9.8" sha2 = "0.9.8"