From ca57c4c27545256eb25abdb31f06d7a89b76f18e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 15:04:03 +0000 Subject: [PATCH] chore(deps): bump frame-support from 37.0.0 to 37.0.1 Bumps [frame-support](https://github.com/paritytech/polkadot-sdk) from 37.0.0 to 37.0.1. - [Release notes](https://github.com/paritytech/polkadot-sdk/releases) - [Changelog](https://github.com/paritytech/polkadot-sdk/blob/master/docs/RELEASE.md) - [Commits](https://github.com/paritytech/polkadot-sdk/commits) --- updated-dependencies: - dependency-name: frame-support dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4d264974a..2eb297693 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1627,9 +1627,9 @@ dependencies = [ [[package]] name = "frame-support" -version = "37.0.0" +version = "37.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87cae973c331b7f52ba18435713f9ed02bac20bd4fdedaaad57445d82f05eb9d" +checksum = "847939177e3637c1ec2f78eecf0755910763b8d6c3dfc04aea2efec33823b3af" dependencies = [ "aquamarine", "array-bytes", @@ -1669,9 +1669,9 @@ dependencies = [ [[package]] name = "frame-support-procedural" -version = "30.0.2" +version = "30.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e4662a809f559aea6234bd90940fa29df583a3c8124a3cf923f66a0d21126b7" +checksum = "5e8f9b6bc1517a6fcbf0b2377e5c8c6d39f5bb7862b191a59a9992081d63972d" dependencies = [ "Inflector", "cfg-expr", diff --git a/Cargo.toml b/Cargo.toml index 59e44d00c..4ba6011dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ subxt = { version = "0.37.0", features = ["substrate-compat"] } frame-election-provider-support = "37.0.0" pallet-election-provider-multi-phase = "36.0.0" sp-npos-elections = "34.0.0" -frame-support = "37.0.0" +frame-support = "37.0.1" sp-runtime = "39.0.2" # prometheus