From 8eb40ef3d4fa964404ca79a206d0c4397cdadd9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 07:19:54 +0000 Subject: [PATCH] chore(deps): update frame-metadata requirement from 18.0.0 to 19.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...v19.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..f375f56 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 = "19.0.0", default-features = false, features = [ "current", "decode", ] }