Skip to content
Snippets Groups Projects
Commit 51ba001a authored by Hugo Trentesaux's avatar Hugo Trentesaux
Browse files

also upgrade in cargo.toml

parent bdffe9f8
No related branches found
No related tags found
No related merge requests found
......@@ -26,20 +26,20 @@ sp-runtime = { git = "https://github.com/duniter/duniter-polkadot-sdk.git", bran
# crates.io dependencies
anyhow = "^1.0"
clap = { version = "^4.5.4", features = ["derive"] }
clap = { version = "^4.5.19", features = ["derive"] }
codec = { package = "parity-scale-codec", version = "^3.6.12" }
env_logger = "^0.10"
futures = "^0.3.30"
graphql_client = { version = "^0.13.0", features = ["reqwest-rustls"] }
hex = "^0.4.3"
log = "^0.4.21"
log = "^0.4.22"
reqwest = { version = "^0.11.27", default-features = false, features = [
"rustls-tls",
] }
rpassword = "^7.3.1"
serde = { version = "^1.0", features = ["derive"] }
serde_json = "^1.0.117"
tokio = { version = "^1.37.0", features = ["macros"] }
serde_json = "^1.0.128"
tokio = { version = "^1.40.0", features = ["macros"] }
confy = "^0.5.1"
bs58 = "^0.5.1"
inquire = "^0.6.2"
......
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