diff --git a/cumulus/Cargo.lock b/cumulus/Cargo.lock index d67e40fd6579ec05539aaeb51e6dae74b82a22b9..8e30e9902cce59a3e61fae47eb32880a4759210a 100644 --- a/cumulus/Cargo.lock +++ b/cumulus/Cargo.lock @@ -7399,7 +7399,7 @@ dependencies = [ [[package]] name = "polkadot-collator" -version = "5.3.0" +version = "5.4.0" dependencies = [ "assert_cmd", "async-trait", diff --git a/cumulus/polkadot-parachains/Cargo.toml b/cumulus/polkadot-parachains/Cargo.toml index c9926de240dff94069e6f0c76360222856c3251f..ee0ec22e7f25f8173787dfe76fe77c14e1096881 100644 --- a/cumulus/polkadot-parachains/Cargo.toml +++ b/cumulus/polkadot-parachains/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-collator" -version = "5.3.0" +version = "5.4.0" authors = ["Parity Technologies <admin@parity.io>"] build = "build.rs" edition = "2021"