From 51ba001a14159cbcef8ba3bcd78a97e34227a6f8 Mon Sep 17 00:00:00 2001 From: Hugo Trentesaux <hugo@trentesaux.fr> Date: Thu, 3 Oct 2024 16:15:52 +0200 Subject: [PATCH] also upgrade in cargo.toml --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 509c698..45a72ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" -- GitLab