From 8d20897e7196a328386bcc9e27cc1116446a8db4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 01:09:42 +0000 Subject: [PATCH] Bump subxt-codegen from 0.44.3 to 0.50.2 in /tools/runtime-codegen Bumps [subxt-codegen](https://github.com/paritytech/subxt) from 0.44.3 to 0.50.2. - [Release notes](https://github.com/paritytech/subxt/releases) - [Changelog](https://github.com/paritytech/subxt/blob/master/CHANGELOG.md) - [Commits](https://github.com/paritytech/subxt/commits) --- updated-dependencies: - dependency-name: subxt-codegen dependency-version: 0.50.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tools/runtime-codegen/Cargo.lock | 16 ++++++++-------- tools/runtime-codegen/Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/tools/runtime-codegen/Cargo.lock b/tools/runtime-codegen/Cargo.lock index bcce1e5589..c2dd443478 100644 --- a/tools/runtime-codegen/Cargo.lock +++ b/tools/runtime-codegen/Cargo.lock @@ -1301,9 +1301,9 @@ dependencies = [ [[package]] name = "frame-decode" -version = "0.9.0" +version = "0.17.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c470df86cf28818dd3cd2fc4667b80dbefe2236c722c3dc1d09e7c6c82d6dfcd" +checksum = "88cda60c640572c970c544ba5879375a18ecfb2c47c617be8265830b63df193d" dependencies = [ "frame-metadata 23.0.1", "parity-scale-codec", @@ -3192,9 +3192,9 @@ dependencies = [ [[package]] name = "scale-typegen" -version = "0.11.1" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05c61b6b706a3eaad63b506ab50a1d2319f817ae01cf753adcc3f055f9f0fcd6" +checksum = "642d2f13f3fc9a34ea2c1e36142984eba78cd2405a61632492f8b52993e98879" dependencies = [ "proc-macro2", "quote", @@ -4043,9 +4043,9 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" [[package]] name = "subxt-codegen" -version = "0.44.3" +version = "0.50.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "461338acd557773106546b474fbb48d47617735fd50941ddc516818006daf8a0" +checksum = "8dc8a165f929034fd00e9bfa86b63e5d7c26b635e526fa9cadb01389eab92029" dependencies = [ "heck", "parity-scale-codec", @@ -4060,9 +4060,9 @@ dependencies = [ [[package]] name = "subxt-metadata" -version = "0.44.3" +version = "0.50.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b2f2a52d97d7539febc0006d6988081150b1c1a3e4a357ca02ab5cdb34072bc" +checksum = "a1e48c34696956f995df947adeb77061cb413377fb412487c41e7c2089112d5b" dependencies = [ "frame-decode", "frame-metadata 23.0.1", diff --git a/tools/runtime-codegen/Cargo.toml b/tools/runtime-codegen/Cargo.toml index 3ca509a14d..6414642e12 100644 --- a/tools/runtime-codegen/Cargo.toml +++ b/tools/runtime-codegen/Cargo.toml @@ -18,7 +18,7 @@ color-eyre = "0.6.1" indoc = "2.0.5" prettyplease = "0.2.20" proc-macro2 = "1.0.56" -subxt-codegen = { version = "0.44.0" } +subxt-codegen = { version = "0.50.2" } subxt-utils-fetchmetadata = { version = "0.44.0", features = ["url"] } wasm-loader = { git = "https://github.com/chevdor/subwasm", branch = "master" } wasm-testbed = { git = "https://github.com/chevdor/subwasm", branch = "master" }