From 6e3086c4600b53c6aef47350c2b31b3dc04f0c58 Mon Sep 17 00:00:00 2001 From: LordMZTE Date: Sat, 25 Dec 2021 21:51:41 +0100 Subject: [PATCH] upgrade to new libjens to work with new api --- cli/Cargo.toml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index b23c318..a2c3933 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cli" -version = "0.1.6" +version = "1.0.0" authors = ["LordMZTE "] edition = "2018" license = "GPL-3.0" @@ -17,20 +17,20 @@ path = "src/main.rs" [dependencies] -anyhow = "1.0.34" +anyhow = "1.0.52" chrono = "0.4.19" -clap = "2.33.3" -env_logger = "0.8.2" +clap = "2.34.0" +env_logger = "0.9.0" fuzzy-matcher = "0.3.7" indicatif = "0.16.2" -libjens = { git = "https://tilera.xyz/git/LordMZTE/libjens.git", rev = "d4a8b3" } -log = "0.4.11" -opener = "0.4.1" -reqwest = { version = "0.11", features = ["stream", "multipart"] } -serde_json = "1.0.60" -structopt = "0.3.21" -term-table = "1.3.0" +libjens = { git = "https://tilera.xyz/git/LordMZTE/libjens.git", rev = "1.0.0" } +log = "0.4.14" +opener = "0.5.0" +reqwest = { version = "0.11.8", features = ["stream", "multipart"] } +serde_json = "1.0.73" +structopt = "0.3.25" +term-table = "1.3.2" term_size = "0.3.2" -tokio = { version = "1.7.0", features = ["macros", "fs", "process", "rt-multi-thread"] } -tokio-util = { version = "0.6.7", features = ["codec"] } -url = "2.2.0" +tokio = { version = "1.15.0", features = ["macros", "fs", "process", "rt-multi-thread"] } +tokio-util = { version = "0.6.9", features = ["codec"] } +url = "2.2.2"