diff --git a/Cargo.lock b/Cargo.lock index 73a11370f..74f49e291 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5104,9 +5104,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.16" +version = "0.4.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6389c490849ff5bc16be905ae24bc913a9c8892e19b2341dbc175e14c341c2b8" +checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" dependencies = [ "cfg-if 1.0.0", "value-bag", @@ -12415,9 +12415,9 @@ checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" [[package]] name = "value-bag" -version = "1.0.0-alpha.8" +version = "1.0.0-alpha.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79923f7731dc61ebfba3633098bf3ac533bbd35ccd8c57e7088d9a5eebe0263f" +checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55" dependencies = [ "ctor", "version_check", diff --git a/node/Cargo.toml b/node/Cargo.toml index c7a8d88d5..a70904225 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -15,7 +15,7 @@ targets = ['x86_64-unknown-linux-gnu'] [dependencies] clap = { version = "3.1", features = ["derive"] } -log = "0.4.16" +log = "0.4.17" codec = { package = 'parity-scale-codec', version = '3.0.0' } cfg-if = "1.0.0" serde = { version = "1.0.137", features = ["derive"] } diff --git a/pallets/asset-manager/Cargo.toml b/pallets/asset-manager/Cargo.toml index 322be9ac6..7c9b73fd6 100644 --- a/pallets/asset-manager/Cargo.toml +++ b/pallets/asset-manager/Cargo.toml @@ -17,7 +17,7 @@ sp-std = { git = "https://github.com/paritytech/substrate.git", branch = "polkad frame-benchmarking = { git = 'https://github.com/paritytech/substrate.git', branch = "polkadot-v0.9.18", default-features = false, optional = true } xcm = { git = 'https://github.com/paritytech/polkadot.git', default-features = false, branch = "release-v0.9.18" } manta-primitives = { path = "../../primitives", default-features = false } -log = { version = "0.4.0", default-features = false } +log = { version = "0.4.17", default-features = false } # 3rd party dependencies orml-traits = { git = "https://github.com/manta-network/open-runtime-module-library.git", default-features = false, rev="7e2f985" } diff --git a/pallets/collator-selection/Cargo.toml b/pallets/collator-selection/Cargo.toml index 20fe5ce9a..fc0d82f0c 100644 --- a/pallets/collator-selection/Cargo.toml +++ b/pallets/collator-selection/Cargo.toml @@ -13,7 +13,7 @@ version = '3.1.5' targets = ['x86_64-unknown-linux-gnu'] [dependencies] -log = { version = "0.4.16", default-features = false } +log = { version = "0.4.17", default-features = false } codec = { version = '3.0.0', default-features = false, features = ['derive'], package = 'parity-scale-codec' } rand = { version = "0.7.2", default-features = false } scale-info = { version = "2.0.0", default-features = false, features = ["derive"] } diff --git a/primitives/Cargo.toml b/primitives/Cargo.toml index 0a3e1b055..3082ef4c2 100644 --- a/primitives/Cargo.toml +++ b/primitives/Cargo.toml @@ -14,7 +14,7 @@ targets = ['x86_64-unknown-linux-gnu'] codec = { package = "parity-scale-codec", version = '3.0.0', default-features = false } scale-info = { version = "2.0.0", default-features = false, features = [ "derive" ] } smallvec = "1.8.0" -log = "0.4.16" +log = "0.4.17" # manta-rs dependencies manta-accounting = { git = "https://github.com/manta-network/manta-rs.git", default-features = false } diff --git a/runtime/calamari/Cargo.toml b/runtime/calamari/Cargo.toml index c810cfe1f..0086b4af4 100644 --- a/runtime/calamari/Cargo.toml +++ b/runtime/calamari/Cargo.toml @@ -9,7 +9,7 @@ version = '3.1.5' [dependencies] codec = { package = "parity-scale-codec", version = '3.0.0', default-features = false, features = ["derive", "max-encoded-len"] } -log = { version = "0.4.16", default-features = false } +log = { version = "0.4.17", default-features = false } hex-literal = { version = '0.3.4', optional = true } scale-info = { version = "2.0.0", default-features = false, features = ["derive"] } serde = { version = '1.0.137', features = ['derive'], optional = true } diff --git a/runtime/dolphin/Cargo.toml b/runtime/dolphin/Cargo.toml index c71e999fa..4f898d3da 100644 --- a/runtime/dolphin/Cargo.toml +++ b/runtime/dolphin/Cargo.toml @@ -9,7 +9,7 @@ version = '3.1.5' [dependencies] codec = { package = "parity-scale-codec", version = '3.0.0', default-features = false, features = ["derive", "max-encoded-len"] } -log = { version = "0.4.16", default-features = false } +log = { version = "0.4.17", default-features = false } hex-literal = { version = '0.3.4', optional = true } scale-info = { version = "2.0.0", default-features = false, features = ["derive"] } serde = { version = '1.0.137', features = ['derive'], optional = true }