diff --git a/Cargo.lock b/Cargo.lock index be3d774c0..f0fe8d82a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -12286,11 +12286,11 @@ dependencies = [ [[package]] name = "tracing-core" -version = "0.1.26" +version = "0.1.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f54c8ca710e81886d498c2fd3331b56c93aa248d49de2222ad2742247c60072f" +checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a" dependencies = [ - "lazy_static", + "once_cell", "valuable", ] diff --git a/node/Cargo.toml b/node/Cargo.toml index 7ef0dc1f3..7be0a05d6 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -23,7 +23,7 @@ futures = "0.3.21" hex-literal = "0.3" log = "0.4.16" serde = { version = "1.0.140", features = ["derive"] } -tracing-core = "=0.1.26" +tracing-core = "=0.1.30" # Substrate frames frame-benchmarking = { git = 'https://github.com/paritytech/substrate.git', branch = "polkadot-v0.9.26" }