From d231a0ad03266d27d830f017a23cd1d65f647e32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jan 2024 11:25:55 +0000 Subject: [PATCH] Update subxt requirement from 0.33 to 0.34 (#27) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a42e39d..c498029 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.33", features = ["substrate-compat"] } +subxt = { version = "0.34", features = ["substrate-compat"] } [dev-dependencies] clap = { version = "4", features = ["derive"] }