Skip to content

Commit 2540add

Browse files
Bump log from 0.4.19 to 0.4.20
Bumps [log](https://github.com/rust-lang/log) from 0.4.19 to 0.4.20. - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](rust-lang/log@0.4.19...0.4.20) --- updated-dependencies: - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 66dd4cc commit 2540add

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.

pallets/transaction-storage/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
[dependencies]
1616
array-bytes = { version = "6.1", optional = true }
1717
codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false }
18-
log = "0.4.17"
18+
log = "0.4.20"
1919
scale-info = { version = "2.5.0", default-features = false, features = ["derive"] }
2020
frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v1.0.0" }
2121
frame-support = { version = "4.0.0-dev", default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v1.0.0" }

pallets/validator-set/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ branch = 'polkadot-v1.0.0'
3636

3737
[dependencies.log]
3838
default-features = false
39-
version = '0.4.17'
39+
version = '0.4.20'
4040

4141
[dependencies.codec]
4242
default-features = false

0 commit comments

Comments
 (0)