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", ] }