From da1748d9a8abeb3ec209ab37fb00cdfa158d197a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Duarte?= Date: Sat, 2 Nov 2024 16:38:25 +0000 Subject: [PATCH] Upgrade subxt to 0.38 (#271) --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ddf6985b0..09f88723d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,8 +45,8 @@ sha2 = { version = "0.10.2", default-features = false } hex = "0.4" sp-core = "31.0.0" libp2p = { version = "0.52" } -subxt = { version = "0.37", features = ["substrate-compat"] } -subxt-signer = { version = "0.37", features = ["subxt"] } +subxt = { version = "0.38", features = ["substrate-compat"] } +subxt-signer = { version = "0.38", features = ["subxt"] } tracing = "0.1.35" kube = "0.87.1" k8s-openapi = "0.20.0"