Skip to content

Commit

Permalink
Upgrade subxt to 0.38 (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmg-duarte authored Nov 2, 2024
1 parent bb13a71 commit da1748d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit da1748d

Please sign in to comment.