From ccc73097c6b37b6f481c87aa568e14ed13f9bbef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 May 2022 07:17:12 +0000 Subject: [PATCH] build(deps): bump log from 0.4.14 to 0.4.17 Bumps [log](https://github.com/rust-lang/log) from 0.4.14 to 0.4.17. - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/log/compare/0.4.14...0.4.17) --- updated-dependencies: - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- bin/node/cli/Cargo.toml | 2 +- bin/node/runtime/Cargo.toml | 2 +- frame/staking-pool/Cargo.toml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dc0a719b..5c9f33d3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3276,9 +3276,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.14" +version = "0.4.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710" +checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" dependencies = [ "cfg-if 1.0.0", "value-bag", @@ -9356,9 +9356,9 @@ checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" [[package]] name = "value-bag" -version = "1.0.0-alpha.8" +version = "1.0.0-alpha.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79923f7731dc61ebfba3633098bf3ac533bbd35ccd8c57e7088d9a5eebe0263f" +checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55" dependencies = [ "ctor", "version_check", diff --git a/bin/node/cli/Cargo.toml b/bin/node/cli/Cargo.toml index 8fd94f35..8a80b4f4 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.17" 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..9cc284c3 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.17", 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..72f2d2cf 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.17", default-features = false } paste = "1.0" # Optional imports for benchmarking