chore: update subxt
... | ... | @@ -9,14 +9,14 @@ version = "0.1.0" |
[dependencies] | ||
anyhow = "1.0" | ||
clap = { version = "3.0", features = ["derive"] } | ||
codec = { package = "parity-scale-codec", version = "3.1.5" } | ||
env_logger = "0.9.0" | ||
graphql_client = { version = "0.11.0", features = ["reqwest"] } | ||
hex = "0.4.3" | ||
logs = "0.5" | ||
codec = { package = "parity-scale-codec", version = "3.1.5" } | ||
reqwest = "0.11.11" | ||
serde = { version = "1.0", features = ["derive"] } | ||
serde_json = "1.0.64" | ||
sp-core = { git = "https://github.com/duniter/substrate", branch = "duniter-substrate-v0.9.23" } | ||
subxt = { git = 'https://github.com/duniter/subxt.git', branch = 'duniter-substrate-v0.9.23' } | ||
tokio = { version = "1.15.0", features = ["macros"] } | ||
serde_json = "1.0.87" | ||
sp-core = { git = "https://github.com/duniter/substrate", branch = "duniter-substrate-v0.9.26" } | ||
subxt = { git = "https://github.com/duniter/subxt.git", branch = "duniter-substrate-v0.9.26" } | ||
tokio = { version = "1.21.1", features = ["macros"] } |
No preview for this file type
Please register or sign in to comment