diff --git a/Cargo.lock b/Cargo.lock index 2edda45ce7..5f64048fa3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9105,9 +9105,9 @@ dependencies = [ [[package]] name = "penpal-runtime" -version = "0.13.1" +version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "495a978c9d8eede3809fea69eeed60e7bc18dc07001ae26348532c5daa8aceb3" +checksum = "848508f492e7a04f8a884416c1ba4588d6f13641f98afd9761ff453ed9c4ff98" dependencies = [ "cumulus-pallet-aura-ext 0.6.0", "cumulus-pallet-dmp-queue 0.6.0", diff --git a/integration-tests/emulated/chains/Cargo.toml b/integration-tests/emulated/chains/Cargo.toml index d338ca8875..a99a224673 100644 --- a/integration-tests/emulated/chains/Cargo.toml +++ b/integration-tests/emulated/chains/Cargo.toml @@ -27,7 +27,7 @@ polkadot-parachain-primitives = { version = "5.0.0" } # Cumulus parachains-common = { version = "6.0.0" } xcm-emulator = { version = "0.4.0" } -penpal-runtime = { version = "0.13.1" } +penpal-runtime = { version = "0.13.2" } # Local runtimes kusama-runtime = { package = "staging-kusama-runtime", path = "../../../relay/kusama" }