Bump log from 0.4.11 to 0.4.13 (#2249)

Bumps [log](https://github.com/rust-lang/log) from 0.4.11 to 0.4.13.
- [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.11...0.4.13)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-01-12 10:52:02 +01:00
committed by GitHub
parent 4b80c33e4b
commit 978bd86205
17 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ edition = "2018"
[dependencies]
bitvec = { version = "0.17.4", default-features = false, features = ["alloc"] }
parity-scale-codec = { version = "1.3.6", default-features = false, features = ["derive"] }
log = "0.4.11"
log = "0.4.13"
rustc-hex = { version = "2.1.0", default-features = false }
serde = { version = "1.0.118", features = [ "derive" ], optional = true }
derive_more = "0.99.11"