Merge pull request #25 from ryankurte/dependabot/cargo/log-0.4.13

Bump log from 0.4.11 to 0.4.13
This commit is contained in:
Ryan 2021-01-13 09:46:54 +13:00 committed by GitHub
commit 8269433f93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -19,7 +19,7 @@ crates_io_api = "0.6.1"
cargo_metadata = "0.12.1"
tinytemplate = "1.2.0"
tokio = { version = "0.2.24", features = [ "macros" ] }
log = "0.4.11"
log = "0.4.13"
structopt = "0.3.21"
simplelog = "0.8.0"
anyhow = "1.0.35"