Update to subxt 0.29

This commit is contained in:
Luke Parker
2023-07-18 23:01:51 -04:00
parent 64402914ba
commit 1b57d655ed
5 changed files with 130 additions and 108 deletions

View File

@@ -22,7 +22,7 @@ scale-info = { version = "2", optional = true }
serai-runtime = { path = "../runtime", version = "0.1" }
sp-core = { git = "https://github.com/serai-dex/substrate" }
subxt = { version = "0.28", default-features = false, features = ["jsonrpsee-ws"], optional = true }
subxt = { version = "0.29", default-features = false, features = ["jsonrpsee-ws"], optional = true }
bitcoin = { version = "0.30", optional = true }