diff --git a/cumulus/Cargo.lock b/cumulus/Cargo.lock index 60792541ae1eaca211581bf0a7764a41b4719b90..ca323f41799073231f5d68396a770560550ee9ef 100644 --- a/cumulus/Cargo.lock +++ b/cumulus/Cargo.lock @@ -14419,18 +14419,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.40" +version = "1.0.41" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac" +checksum = "c16a64ba9387ef3fdae4f9c1a7f07a0997fce91985c0336f1ddc1822b3b37802" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.40" +version = "1.0.41" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f" +checksum = "d14928354b01c4d6a4f0e549069adef399a284e7995c7ccca94e8a07a5346c59" dependencies = [ "proc-macro2", "quote", diff --git a/cumulus/client/consensus/proposer/Cargo.toml b/cumulus/client/consensus/proposer/Cargo.toml index 8a8e1bcb43372b3b37e4a73eb8ddb62b36bc3412..cc849a3dddaa2f302f337a44763a897dfc2f5e6f 100644 --- a/cumulus/client/consensus/proposer/Cargo.toml +++ b/cumulus/client/consensus/proposer/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] anyhow = "1.0" async-trait = "0.1.70" -thiserror = "1.0.40" +thiserror = "1.0.41" # Substrate sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } diff --git a/cumulus/client/relay-chain-interface/Cargo.toml b/cumulus/client/relay-chain-interface/Cargo.toml index 7397628c3cb4cf310f4f0a7490dc2409080ba1ce..2aea4e99e5a00abcf3ba61e00110f13ad3b6425a 100644 --- a/cumulus/client/relay-chain-interface/Cargo.toml +++ b/cumulus/client/relay-chain-interface/Cargo.toml @@ -16,6 +16,6 @@ sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "mas futures = "0.3.28" async-trait = "0.1.70" -thiserror = "1.0.40" +thiserror = "1.0.41" jsonrpsee-core = "0.16.2" parity-scale-codec = "3.6.3"