Merge pull request #158 from vbrandl/dependabot/cargo/log-0.4.11

Bump log from 0.4.8 to 0.4.11
This commit is contained in:
Valentin Brandl 2020-07-16 21:14:42 +02:00 committed by GitHub
commit 64bb6c2922
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

@ -1120,9 +1120,9 @@ dependencies = [
[[package]]
name = "log"
version = "0.4.8"
version = "0.4.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b"
dependencies = [
"cfg-if",
"serde",

View File

@ -12,7 +12,7 @@ bytes = "0.5.4"
futures = "0.3.5"
git2 = "0.13.5"
lazy_static = "1.4.0"
log = "0.4.8"
log = "0.4.11"
log4rs = "0.12.0"
number_prefix = "0.4.0"
openssl-probe = "0.1.2"