diff --git a/polkadot/Cargo.lock b/polkadot/Cargo.lock index 200d32d875bedd57160b0d61c2de192f449186bd..9b882e2247b676b5878f5ee20a86e8276e0392d7 100644 --- a/polkadot/Cargo.lock +++ b/polkadot/Cargo.lock @@ -1126,9 +1126,9 @@ dependencies = [ [[package]] name = "color-eyre" -version = "0.6.0" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d6ec7641ff3474b7593009c809db602c414cd97c7d47a78ed004162b74ff96c" +checksum = "8ebf286c900a6d5867aeff75cfee3192857bb7f24b547d4f0df2ed6baa812c90" dependencies = [ "backtrace", "eyre", diff --git a/polkadot/Cargo.toml b/polkadot/Cargo.toml index 190a3ca2f87a677993d8f6929600c1ab1ea8b9c5..eb6b58c03b4c54d722df1c5809bb9d5230aabcbc 100644 --- a/polkadot/Cargo.toml +++ b/polkadot/Cargo.toml @@ -14,7 +14,7 @@ readme = "README.md" [dependencies] polkadot-cli = { path = "cli", features = [ "kusama-native", "westend-native", "rococo-native" ] } -color-eyre = { version = "0.6.0", default-features = false } +color-eyre = { version = "0.6.1", default-features = false } parity-util-mem = { version = "0.11.0", default-features = false, features = ["jemalloc-global"] } [dev-dependencies] diff --git a/polkadot/node/malus/Cargo.toml b/polkadot/node/malus/Cargo.toml index e564950eabbc3f673626d84ac2db77b28fd1060c..f8ad4d11cafc620b7be1b0fe81c5c04dfd0b413e 100644 --- a/polkadot/node/malus/Cargo.toml +++ b/polkadot/node/malus/Cargo.toml @@ -24,7 +24,7 @@ polkadot-node-primitives = { path = "../primitives" } polkadot-primitives = { path = "../../primitives" } polkadot-node-core-pvf = { path = "../core/pvf" } parity-util-mem = { version = "0.11.0", default-features = false, features = ["jemalloc-global"] } -color-eyre = { version = "0.6.0", default-features = false } +color-eyre = { version = "0.6.1", default-features = false } assert_matches = "1.5" async-trait = "0.1.52" sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" }