diff --git a/Cargo.lock b/Cargo.lock index 5d79a71d8c..259f1f98fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4545,12 +4545,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.17" +version = "0.4.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" -dependencies = [ - "cfg-if", -] +checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4" [[package]] name = "lru" diff --git a/Cargo.toml b/Cargo.toml index 9047699cfa..55b31e7a20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ impl-serde = { version = "0.4.0", default-features = false } jsonrpsee = "0.16.2" kvdb-rocksdb = "0.19.0" libsecp256k1 = { version = "0.7.1", default-features = false } -log = { version = "0.4.17", default-features = false } +log = { version = "0.4.19", default-features = false } parity-db = "0.4.10" parking_lot = "0.12.1" rlp = { version = "0.5.2", default-features = false }