Bump log from 0.4.13 to 0.4.14 (#692)

This commit is contained in:
dependabot-preview[bot]
2021-02-01 02:53:30 +00:00
committed by Bastian Köcher
parent 19c87db139
commit adb58d8fb0
3 changed files with 3 additions and 3 deletions
@@ -11,7 +11,7 @@ codec = { package = "parity-scale-codec", version = "1.3.4" }
ethereum-types = "0.10.0"
finality-grandpa = "0.12.3"
hex = "0.4"
log = "0.4.13"
log = "0.4.14"
# Runtime/chain specific dependencies
+1 -1
View File
@@ -19,7 +19,7 @@ futures = "0.3.12"
hex = "0.4"
hex-literal = "0.3"
libsecp256k1 = { version = "0.3.4", default-features = false, features = ["hmac"] }
log = "0.4.13"
log = "0.4.14"
num-traits = "0.2"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.61"
+1 -1
View File
@@ -11,7 +11,7 @@ async-trait = "0.1.42"
codec = { package = "parity-scale-codec", version = "1.3.4" }
futures = "0.3.12"
hex = "0.4"
log = "0.4.13"
log = "0.4.14"
num-traits = "0.2"
paste = "1.0"
structopt = "0.3"