chore: upgrade to duniter substrate 0.9.32
Showing
- Cargo.lock 444 additions, 383 deletionsCargo.lock
- Cargo.toml 3 additions, 3 deletionsCargo.toml
- src/cache.rs 1 addition, 1 deletionsrc/cache.rs
- src/commands/expire.rs 5 additions, 5 deletionssrc/commands/expire.rs
- src/commands/net_test.rs 7 additions, 4 deletionssrc/commands/net_test.rs
- src/main.rs 1 addition, 2 deletionssrc/main.rs
This diff is collapsed.
... | ... | @@ -12,12 +12,12 @@ clap = { version = "4.0", features = ["derive"] } |
codec = { package = "parity-scale-codec", version = "3.1.5" } | ||
env_logger = "0.10" | ||
futures = "0.3.25" | ||
graphql_client = { version = "0.11.0", features = ["reqwest"] } | ||
graphql_client = { version = "0.12.0", features = ["reqwest"] } | ||
hex = "0.4.3" | ||
logs = "0.7" | ||
reqwest = "0.11.13" | ||
serde = { version = "1.0", features = ["derive"] } | ||
serde_json = "1.0.89" | ||
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" } | ||
sp-core = { git = "https://github.com/duniter/substrate", branch = "duniter-substrate-v0.9.32" } | ||
subxt = { git = "https://github.com/duniter/subxt.git", branch = "duniter-substrate-v0.9.32" } | ||
tokio = { version = "1.23.0", features = ["macros"] } |
Please register or sign in to comment