Skip to content
Snippets Groups Projects
Commit b44c75bd authored by Pascal Engélibert's avatar Pascal Engélibert :bicyclist:
Browse files

chore: upgrade deps

parent c171284e
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
......@@ -8,16 +8,16 @@ version = "0.1.0"
[dependencies]
anyhow = "1.0"
clap = { version = "3.0", features = ["derive"] }
clap = { version = "4.0", features = ["derive"] }
codec = { package = "parity-scale-codec", version = "3.1.5" }
env_logger = "0.9.0"
futures = "0.3.21"
env_logger = "0.10"
futures = "0.3.25"
graphql_client = { version = "0.11.0", features = ["reqwest"] }
hex = "0.4.3"
logs = "0.5"
reqwest = "0.11.11"
logs = "0.7"
reqwest = "0.11.13"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.87"
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" }
tokio = { version = "1.21.1", features = ["macros"] }
tokio = { version = "1.23.0", features = ["macros"] }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment