From 0dc6b852764a0989b18d118719f91903788d8886 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 08:58:17 +0000 Subject: [PATCH] Update subxt requirement from 0.29.0 to 0.37.0 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.29.0...v0.37.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 0370d5d..93b4961 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ url = "2.2.2" base64 = "0.22.0" rand = "0.8.4" # subxt dependencies -subxt = "0.29.0" +subxt = "0.37.0" async-std = { version = "1.11.0", features = ["attributes", "tokio1"] } env_logger = "0.11.3" futures = "0.3.13"