From aacfad78cd1f366e23e4a4515969e8d7993a05f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 07:44:51 +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 a613ea8..cbdf585 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,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 = ["current", "decode"]} +frame-metadata = {version = "20.0.0", default-features = false, features = ["current", "decode"]} hex = {version = "0.4.3", default-features = false, features = ["alloc"]} num-bigint = {version = "0.4.6", default-features = false} plot_icon = {version = "0.3.0", optional = true, default-features = false, features = ["pix"]}