Bump log from 0.4.13 to 0.4.14

Bumps [log](https://github.com/rust-lang/log) from 0.4.13 to 0.4.14.
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/log/compare/0.4.13...0.4.14)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-03-29 20:10:31 +00:00 committed by GitHub
parent c0adc3241d
commit dc5098b390
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View file

@ -19,10 +19,10 @@ crates_io_api = "0.6.1"
cargo_metadata = "0.12.2"
tinytemplate = "1.2.0"
tokio = { version = "0.2.24", features = [ "macros" ] }
log = "0.4.13"
log = "0.4.14"
structopt = "0.3.21"
simplelog = "0.9.0"
anyhow = "1.0.35"
anyhow = "1.0.40"
reqwest = "0.10.10"
tempdir = "0.3.7"
flate2 = "1.0.19"