diff --git a/Cargo.lock b/Cargo.lock index d1235721..d2382add 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1392,9 +1392,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 = "lz4" diff --git a/Cargo.toml b/Cargo.toml index 2f50cf99..1fe21171 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ futures = "0.3.28" futures-util = "0.3.27" hex = "0.4.3" itertools = "0.10.5" -log = "0.4.19" +log = "0.4.20" parity-db = "0.4.10" prometheus-endpoint = { package = "substrate-prometheus-endpoint", git = "https://github.com/paritytech/substrate", branch = "master" } rand = "0.8.5"