diff --git a/Cargo.lock b/Cargo.lock index 436e6e6a5d..6463063e05 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4563,9 +4563,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.19" +version = "0.4.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4" +checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" [[package]] name = "lru" diff --git a/Cargo.toml b/Cargo.toml index 55b31e7a20..8f7f0fd032 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.19", default-features = false } +log = { version = "0.4.20", default-features = false } parity-db = "0.4.10" parking_lot = "0.12.1" rlp = { version = "0.5.2", default-features = false }