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]
|
[package]
|
||||||
name = "cli"
|
name = "cli"
|
||||||
version = "0.1.6"
|
version = "1.0.0"
|
||||||
authors = ["LordMZTE <lord@mzte.de>"]
|
authors = ["LordMZTE <lord@mzte.de>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "GPL-3.0"
|
license = "GPL-3.0"
|
||||||
|
@ -17,20 +17,20 @@ path = "src/main.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
||||||
anyhow = "1.0.34"
|
anyhow = "1.0.52"
|
||||||
chrono = "0.4.19"
|
chrono = "0.4.19"
|
||||||
clap = "2.33.3"
|
clap = "2.34.0"
|
||||||
env_logger = "0.8.2"
|
env_logger = "0.9.0"
|
||||||
fuzzy-matcher = "0.3.7"
|
fuzzy-matcher = "0.3.7"
|
||||||
indicatif = "0.16.2"
|
indicatif = "0.16.2"
|
||||||
libjens = { git = "https://tilera.xyz/git/LordMZTE/libjens.git", rev = "d4a8b3" }
|
libjens = { git = "https://tilera.xyz/git/LordMZTE/libjens.git", rev = "1.0.0" }
|
||||||
log = "0.4.11"
|
log = "0.4.14"
|
||||||
opener = "0.4.1"
|
opener = "0.5.0"
|
||||||
reqwest = { version = "0.11", features = ["stream", "multipart"] }
|
reqwest = { version = "0.11.8", features = ["stream", "multipart"] }
|
||||||
serde_json = "1.0.60"
|
serde_json = "1.0.73"
|
||||||
structopt = "0.3.21"
|
structopt = "0.3.25"
|
||||||
term-table = "1.3.0"
|
term-table = "1.3.2"
|
||||||
term_size = "0.3.2"
|
term_size = "0.3.2"
|
||||||
tokio = { version = "1.7.0", features = ["macros", "fs", "process", "rt-multi-thread"] }
|
tokio = { version = "1.15.0", features = ["macros", "fs", "process", "rt-multi-thread"] }
|
||||||
tokio-util = { version = "0.6.7", features = ["codec"] }
|
tokio-util = { version = "0.6.9", features = ["codec"] }
|
||||||
url = "2.2.0"
|
url = "2.2.2"
|
||||||
|
|
Loading…
Reference in a new issue