From a7e45b79d4a6a1c4ad3dd515bb856bbc2bf7b6ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 21:09:23 +0000 Subject: [PATCH] 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](https://github.com/rust-lang/log/compare/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] --- Cargo.lock | 4 ++-- game/pallet-game/Cargo.toml | 2 +- game/randomness/Cargo.toml | 2 +- runtime/game3/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cad4c633..9560a0cb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4061,9 +4061,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.19" +version = "0.4.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4" +checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" [[package]] name = "lru" diff --git a/game/pallet-game/Cargo.toml b/game/pallet-game/Cargo.toml index b7e0f4b9..66197f01 100644 --- a/game/pallet-game/Cargo.toml +++ b/game/pallet-game/Cargo.toml @@ -17,7 +17,7 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false, features = [ "derive", ] } -log = { version = "0.4.19", default-features = false } +log = { version = "0.4.20", default-features = false } scale-info = { version = "2.8.0", default-features = false, features = [ "derive", ] } diff --git a/game/randomness/Cargo.toml b/game/randomness/Cargo.toml index 4ee9fa62..81d2e111 100644 --- a/game/randomness/Cargo.toml +++ b/game/randomness/Cargo.toml @@ -16,7 +16,7 @@ targets = ["x86_64-unknown-linux-gnu"] codec = {package = "parity-scale-codec", version = "3.2.2", default-features = false, features = [ "derive", ]} -log = {version = "0.4.19", default-features = false} +log = {version = "0.4.20", default-features = false} frame-benchmarking = {workspace = true, default-features = false, optional = true} frame-support = {default-features = false, workspace = true} diff --git a/runtime/game3/Cargo.toml b/runtime/game3/Cargo.toml index 82f1be58..b609a8c8 100644 --- a/runtime/game3/Cargo.toml +++ b/runtime/game3/Cargo.toml @@ -13,7 +13,7 @@ publish = false targets = ["x86_64-unknown-linux-gnu"] [dependencies] -log = { version = "0.4.19", default-features = false } +log = { version = "0.4.20", default-features = false } codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false, features = [ "derive", ] }