From fef136a425e5897a7a09547c161dd1915eaec3c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 10:12:02 +0000 Subject: [PATCH] Update subxt requirement from 0.34 to 0.36 Updates the requirements on [subxt](https://github.com/paritytech/subxt) to permit the latest version. - [Release notes](https://github.com/paritytech/subxt/releases) - [Changelog](https://github.com/paritytech/subxt/blob/master/CHANGELOG.md) - [Commits](https://github.com/paritytech/subxt/compare/v0.34.0...v0.36.0) --- updated-dependencies: - dependency-name: subxt 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 c498029..3c0da57 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ include = ["src/**/*", "LICENSE", "README.md"] [dependencies] codec = { package = "parity-scale-codec", version = "3" } futures = "0.3" -subxt = { version = "0.34", features = ["substrate-compat"] } +subxt = { version = "0.36", features = ["substrate-compat"] } [dev-dependencies] clap = { version = "4", features = ["derive"] }