From 233193c66ae4f7b22ed39b124ccbcc5d2a8da9be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 11:50:00 +0000 Subject: [PATCH] chore(deps): update frame-metadata requirement from 17.0.0 to 18.0.0 Updates the requirements on [frame-metadata](https://github.com/paritytech/frame-metadata) to permit the latest version. - [Release notes](https://github.com/paritytech/frame-metadata/releases) - [Changelog](https://github.com/paritytech/frame-metadata/blob/main/CHANGELOG.md) - [Commits](https://github.com/paritytech/frame-metadata/compare/v17.0.0...v18.0.0) --- updated-dependencies: - dependency-name: frame-metadata dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b777b84..05c723b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ exclude = ["/for_tests", "/.github"] [dependencies] bitvec = { version = "1.0.1", default-features = false, features = ["alloc"] } external-memory-tools = { version = "0.1.1", default-features = false } -frame-metadata = { version = "17.0.0", default-features = false, features = [ +frame-metadata = { version = "18.0.0", default-features = false, features = [ "current", "decode", ] }