diff --git a/Cargo.lock b/Cargo.lock index 026613b22a..141b400bc4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5877,9 +5877,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.20" +version = "0.4.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" +checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" [[package]] name = "lru" diff --git a/node/Cargo.toml b/node/Cargo.toml index 9e4cb7fbdc..4f635d34bb 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -14,7 +14,7 @@ codec = { package = "parity-scale-codec", version = "3.0.0" } futures = "0.3.28" hex = "0.4.0" jsonrpsee = { version = "0.16.2", features = ["server"] } -log = "0.4.20" +log = "0.4.21" serde = { version = "1.0.188", features = ["derive"] } serde_json = "1.0.105" diff --git a/pallets/bootstrap/Cargo.toml b/pallets/bootstrap/Cargo.toml index 1f2084497a..e3952ec941 100644 --- a/pallets/bootstrap/Cargo.toml +++ b/pallets/bootstrap/Cargo.toml @@ -10,7 +10,7 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false } -log = { version = "0.4.14", default-features = false } +log = { version = "0.4.21", default-features = false } scale-info = { version = "2.0.0", features = ["derive"], default-features = false } serde = { version = "1.0.126", optional = true } diff --git a/pallets/fee-lock/Cargo.toml b/pallets/fee-lock/Cargo.toml index 886577fe3a..79434b2897 100644 --- a/pallets/fee-lock/Cargo.toml +++ b/pallets/fee-lock/Cargo.toml @@ -11,7 +11,7 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false } hex = { package = "rustc-hex", version = "2.1.0", default-features = false } hex-literal = { version = "0.3.3", default-features = false } -log = { version = "0.4.14", default-features = false } +log = { version = "0.4.21", default-features = false } serde = { version = "1.0.126", optional = true } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } diff --git a/pallets/issuance/Cargo.toml b/pallets/issuance/Cargo.toml index bfe64726b8..6dd45f89c4 100644 --- a/pallets/issuance/Cargo.toml +++ b/pallets/issuance/Cargo.toml @@ -11,7 +11,7 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] cfg-if = "1.0.0" codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false } -log = { version = "0.4.14", default-features = false } +log = { version = "0.4.21", default-features = false } serde = { version = "1.0.126", optional = true } scale-info = { version = "2.0.0", default-features = false, features = ["derive"] } diff --git a/pallets/maintenance/Cargo.toml b/pallets/maintenance/Cargo.toml index 9cbbe42189..3cfdd9f9f6 100644 --- a/pallets/maintenance/Cargo.toml +++ b/pallets/maintenance/Cargo.toml @@ -11,7 +11,7 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false } hex = { package = "rustc-hex", version = "2.1.0", default-features = false } hex-literal = { version = "0.3.3", default-features = false } -log = { version = "0.4.14", default-features = false } +log = { version = "0.4.21", default-features = false } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } serde = { version = "1.0.126", optional = true } diff --git a/pallets/multipurpose-liquidity/Cargo.toml b/pallets/multipurpose-liquidity/Cargo.toml index 7f14e2ced1..3ca5f5cede 100644 --- a/pallets/multipurpose-liquidity/Cargo.toml +++ b/pallets/multipurpose-liquidity/Cargo.toml @@ -11,7 +11,7 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false } hex = { package = "rustc-hex", version = "2.1.0", default-features = false } hex-literal = { version = "0.3.3", default-features = false } -log = { version = "0.4.14", default-features = false } +log = { version = "0.4.21", default-features = false } serde = { version = "1.0.126", optional = true } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } diff --git a/pallets/proof-of-stake/Cargo.toml b/pallets/proof-of-stake/Cargo.toml index b038a2cf25..c2a74beb2e 100644 --- a/pallets/proof-of-stake/Cargo.toml +++ b/pallets/proof-of-stake/Cargo.toml @@ -11,7 +11,7 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false } hex = { package = "rustc-hex", version = "2.1.0", default-features = false } hex-literal = { version = "0.3.3", default-features = false } -log = { version = "0.4.14", default-features = false } +log = { version = "0.4.21", default-features = false } serde = { version = "1.0.126", optional = true } scale-info = { version = "2.1.1", default-features = false, features = [ "derive", diff --git a/pallets/sudo-origin/Cargo.toml b/pallets/sudo-origin/Cargo.toml index 5aa6b21d14..092705291c 100644 --- a/pallets/sudo-origin/Cargo.toml +++ b/pallets/sudo-origin/Cargo.toml @@ -14,7 +14,7 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } -log = { version = "0.4.14", default-features = false } +log = { version = "0.4.21", default-features = false } scale-info = { version = "2.0.0", default-features = false, features = ["derive"] } frame-executive = { git = "https://github.com/mangata-finance/polkadot-sdk", branch = "develop", default-features = false } diff --git a/pallets/xyk/Cargo.toml b/pallets/xyk/Cargo.toml index 55f341dc68..1277ce8566 100644 --- a/pallets/xyk/Cargo.toml +++ b/pallets/xyk/Cargo.toml @@ -11,7 +11,7 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false } hex = { package = "rustc-hex", version = "2.1.0", default-features = false } hex-literal = { version = "0.3.3", default-features = false } -log = { version = "0.4.14", default-features = false } +log = { version = "0.4.21", default-features = false } serde = { version = "1.0.126", optional = true } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } diff --git a/rpc/nonce/Cargo.toml b/rpc/nonce/Cargo.toml index 31e48bec91..b9c88c449c 100644 --- a/rpc/nonce/Cargo.toml +++ b/rpc/nonce/Cargo.toml @@ -15,7 +15,7 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.0.0" } futures = "0.3.21" jsonrpsee = { version = "0.16.2", features = ["server"] } -log = "0.4.17" +log = "0.4.21" frame-system-rpc-runtime-api = { git = "https://github.com/mangata-finance/polkadot-sdk", branch = "develop" } sc-client-api = { git = "https://github.com/mangata-finance/polkadot-sdk", branch = "develop" } diff --git a/runtime/common/Cargo.toml b/runtime/common/Cargo.toml index 6ce965859b..904f1c679c 100644 --- a/runtime/common/Cargo.toml +++ b/runtime/common/Cargo.toml @@ -14,7 +14,7 @@ substrate-wasm-builder = { git = "https://github.com/mangata-finance/polkadot-sd [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } hex-literal = { version = "0.3.1" } -log = { version = "0.4.17", default-features = false } +log = { version = "0.4.21", default-features = false } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } serde = { version = "1.0.137", optional = true, features = ["derive"] } smallvec = "1.6.1" diff --git a/runtime/integration-test/Cargo.toml b/runtime/integration-test/Cargo.toml index 7c2fe3e3e7..a49288e57f 100644 --- a/runtime/integration-test/Cargo.toml +++ b/runtime/integration-test/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dev-dependencies] env_logger = "0.9.1" -log = "0.4.17" +log = "0.4.21" # Substrate frame-support = { git = "https://github.com/mangata-finance/polkadot-sdk", branch = "develop" } diff --git a/runtime/mangata-kusama/Cargo.toml b/runtime/mangata-kusama/Cargo.toml index 211cb2220f..1528e020a0 100644 --- a/runtime/mangata-kusama/Cargo.toml +++ b/runtime/mangata-kusama/Cargo.toml @@ -16,7 +16,7 @@ codec = { package = "parity-scale-codec", version = "3.0.0", default-features = "derive", ] } hex-literal = { version = "0.3.1" } -log = { version = "0.4.17", default-features = false } +log = { version = "0.4.21", default-features = false } scale-info = { version = "2.1.1", default-features = false, features = [ "derive", ] } diff --git a/runtime/mangata-rococo/Cargo.toml b/runtime/mangata-rococo/Cargo.toml index fea9424344..384e28a880 100644 --- a/runtime/mangata-rococo/Cargo.toml +++ b/runtime/mangata-rococo/Cargo.toml @@ -16,7 +16,7 @@ codec = { package = "parity-scale-codec", version = "3.0.0", default-features = "derive", ] } hex-literal = { version = '0.3.1' } -log = { version = "0.4.17", default-features = false } +log = { version = "0.4.21", default-features = false } scale-info = { version = "2.1.1", default-features = false, features = [ "derive", ] }