Skip to content

Commit 285f2b0

Browse files
build(deps): bump log from 0.4.14 to 0.4.16
Bumps [log](https://github.com/rust-lang/log) from 0.4.14 to 0.4.16. - [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/commits) --- updated-dependencies: - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5ae75cb commit 285f2b0

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bin/node/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ codec = { package = "parity-scale-codec", version = "2.0.0" }
3232
serde = { version = "1.0.133", features = ["derive"] }
3333
futures = { version = "0.3.21", features = ["compat"] }
3434
hex-literal = "0.3.4"
35-
log = "0.4.8"
35+
log = "0.4.16"
3636
rand = "0.8.5"
3737
structopt = { version = "0.3.8", optional = true }
3838
parking_lot = "0.12.0"

bin/node/runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ targets = ["x86_64-unknown-linux-gnu"]
1515

1616
# third-party dependencies
1717
codec = { package = "parity-scale-codec", version = "2.2.0", default-features = false, features = ["derive", "max-encoded-len"] }
18-
log = { version = "0.4.14", default-features = false }
18+
log = { version = "0.4.16", default-features = false }
1919
static_assertions = "1.1.0"
2020
hex-literal = { version = "0.3.4", optional = true }
2121
getrandom = { version = "0.2.5", features = ["js"] }

frame/staking-pool/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ pallet-session = { git = "https://github.com/RealisNetwork/substrate", branch =
2727
pallet-authorship = { git = "https://github.com/RealisNetwork/substrate", branch = "polkadot-v0.9.9", default-features = false }
2828
sp-application-crypto = { git = "https://github.com/RealisNetwork/substrate", branch = "polkadot-v0.9.9", default-features = false }
2929
frame-election-provider-support = { git = "https://github.com/RealisNetwork/substrate", branch = "polkadot-v0.9.9", default-features = false }
30-
log = { version = "0.4.14", default-features = false }
30+
log = { version = "0.4.16", default-features = false }
3131
paste = "1.0"
3232

3333
# Optional imports for benchmarking

0 commit comments

Comments
 (0)