From 3976b59c9bb32d0b5ecd716f3fbb397e4c7f63a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 07:41:50 +0000 Subject: [PATCH] chore(deps): update frame-metadata requirement from 18.0.0 to 20.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/v18.0.0...v20.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 03bb01e..b24018f 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 = "18.0.0", default-features = false, features = [ +frame-metadata = { version = "20.0.0", default-features = false, features = [ "current", "decode", ] }