upgrade to new libjens to work with new api
This commit is contained in:
parent
506fa02cd4
commit
6e3086c460
1 changed files with 14 additions and 14 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "cli"
|
||||
version = "0.1.6"
|
||||
version = "1.0.0"
|
||||
authors = ["LordMZTE <lord@mzte.de>"]
|
||||
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"
|
||||
|
|
Loading…
Reference in a new issue