From 862160f7bee08d0b3dadf4130ac8431e3e806cd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Mar 2023 02:04:48 +0000 Subject: [PATCH] Update scale-decode requirement from 0.4.0 to 0.5.0 Updates the requirements on [scale-decode](https://github.com/paritytech/scale-decode) to permit the latest version. - [Release notes](https://github.com/paritytech/scale-decode/releases) - [Changelog](https://github.com/paritytech/scale-decode/blob/main/CHANGELOG.md) - [Commits](https://github.com/paritytech/scale-decode/compare/v0.4.0...v0.5.0) --- updated-dependencies: - dependency-name: scale-decode dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- subxt/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subxt/Cargo.toml b/subxt/Cargo.toml index 9467578858..04a33dbc49 100644 --- a/subxt/Cargo.toml +++ b/subxt/Cargo.toml @@ -31,7 +31,7 @@ codec = { package = "parity-scale-codec", version = "3.0.0", default-features = scale-info = "2.0.0" scale-value = "0.6.0" scale-bits = "0.3" -scale-decode = "0.4.0" +scale-decode = "0.5.0" futures = { version = "0.3.13", default-features = false } hex = "0.4.3" jsonrpsee = { version = "0.16", optional = true, features = ["jsonrpsee-types"] }