From 0d1db119ba7424c34fbca1040a7c10bf6605d8e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 15:21:47 +0000 Subject: [PATCH] Bump sp-panic-handler Bumps [sp-panic-handler](https://github.com/humanode-network/substrate) from locked/polkadot-v0.9.40-2024-08-02 to locked/polkadot-v0.9.40-2024.06.26. - [Changelog](https://github.com/humanode-network/substrate/blob/master/docs/CHANGELOG.md) - [Commits](https://github.com/humanode-network/substrate/compare/fc5aabd84ebf6be57f97bf6dbf557eed5753719b...c8c97226ddcf2b2f87bdab1015bc306f734304aa) --- updated-dependencies: - dependency-name: sp-panic-handler dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 18 ++++++++++++++---- Cargo.toml | 2 +- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e3fb22928..08a9e83ee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4025,7 +4025,7 @@ dependencies = [ "sp-io", "sp-keyring", "sp-keystore", - "sp-panic-handler", + "sp-panic-handler 5.0.0 (git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024.06.26)", "sp-runtime", "sp-timestamp", "thiserror", @@ -8559,7 +8559,7 @@ dependencies = [ "sp-core", "sp-keyring", "sp-keystore", - "sp-panic-handler", + "sp-panic-handler 5.0.0 (git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02)", "sp-runtime", "sp-version", "thiserror", @@ -8816,7 +8816,7 @@ dependencies = [ "sp-core", "sp-externalities", "sp-io", - "sp-panic-handler", + "sp-panic-handler 5.0.0 (git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02)", "sp-runtime-interface", "sp-trie", "sp-version", @@ -10398,6 +10398,16 @@ dependencies = [ "regex", ] +[[package]] +name = "sp-panic-handler" +version = "5.0.0" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024.06.26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +dependencies = [ + "backtrace", + "lazy_static", + "regex", +] + [[package]] name = "sp-rpc" version = "6.0.0" @@ -10499,7 +10509,7 @@ dependencies = [ "smallvec", "sp-core", "sp-externalities", - "sp-panic-handler", + "sp-panic-handler 5.0.0 (git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02)", "sp-std", "sp-trie", "thiserror", diff --git a/Cargo.toml b/Cargo.toml index 7249488dc..e90f129f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -129,7 +129,7 @@ sp-io = { git = "https://github.com/humanode-network/substrate", tag = "locked/p sp-keyring = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } sp-keystore = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } sp-offchain = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } -sp-panic-handler = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +sp-panic-handler = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024.06.26", default-features = false } sp-runtime = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } sp-session = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } sp-staking = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false }