diff --git a/Cargo.lock b/Cargo.lock index dc0a719b..e048fa01 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3276,9 +3276,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.14" +version = "0.4.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710" +checksum = "6389c490849ff5bc16be905ae24bc913a9c8892e19b2341dbc175e14c341c2b8" dependencies = [ "cfg-if 1.0.0", "value-bag", diff --git a/bin/node/cli/Cargo.toml b/bin/node/cli/Cargo.toml index 8fd94f35..baa05c37 100644 --- a/bin/node/cli/Cargo.toml +++ b/bin/node/cli/Cargo.toml @@ -32,7 +32,7 @@ codec = { package = "parity-scale-codec", version = "2.0.0" } serde = { version = "1.0.133", features = ["derive"] } futures = { version = "0.3.21", features = ["compat"] } hex-literal = "0.3.4" -log = "0.4.8" +log = "0.4.16" rand = "0.8.5" structopt = { version = "0.3.8", optional = true } parking_lot = "0.12.0" diff --git a/bin/node/runtime/Cargo.toml b/bin/node/runtime/Cargo.toml index c2f2d71b..9154892f 100644 --- a/bin/node/runtime/Cargo.toml +++ b/bin/node/runtime/Cargo.toml @@ -15,7 +15,7 @@ targets = ["x86_64-unknown-linux-gnu"] # third-party dependencies codec = { package = "parity-scale-codec", version = "2.2.0", default-features = false, features = ["derive", "max-encoded-len"] } -log = { version = "0.4.14", default-features = false } +log = { version = "0.4.16", default-features = false } static_assertions = "1.1.0" hex-literal = { version = "0.3.4", optional = true } getrandom = { version = "0.2.5", features = ["js"] } diff --git a/frame/staking-pool/Cargo.toml b/frame/staking-pool/Cargo.toml index a1a5c9e1..438dd135 100644 --- a/frame/staking-pool/Cargo.toml +++ b/frame/staking-pool/Cargo.toml @@ -27,7 +27,7 @@ pallet-session = { git = "https://github.com/RealisNetwork/substrate", branch = pallet-authorship = { git = "https://github.com/RealisNetwork/substrate", branch = "polkadot-v0.9.9", default-features = false } sp-application-crypto = { git = "https://github.com/RealisNetwork/substrate", branch = "polkadot-v0.9.9", default-features = false } frame-election-provider-support = { git = "https://github.com/RealisNetwork/substrate", branch = "polkadot-v0.9.9", default-features = false } -log = { version = "0.4.14", default-features = false } +log = { version = "0.4.16", default-features = false } paste = "1.0" # Optional imports for benchmarking