mirror of
https://github.com/timvisee/ffsend.git
synced 2025-10-03 09:39:15 +02:00
Update dependencies
This commit is contained in:
parent
3fd00cfdc3
commit
70710c14ed
2 changed files with 292 additions and 276 deletions
560
Cargo.lock
generated
560
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -111,9 +111,9 @@ clipboard-crate = ["clipboard"]
|
||||||
chbs = "0.0.10"
|
chbs = "0.0.10"
|
||||||
chrono = "0.4"
|
chrono = "0.4"
|
||||||
clap = "2.33"
|
clap = "2.33"
|
||||||
colored = "1.9"
|
colored = "2.0"
|
||||||
derive_builder = "0.9"
|
derive_builder = "0.9"
|
||||||
directories = "2.0"
|
directories = "3.0"
|
||||||
failure = "0.1"
|
failure = "0.1"
|
||||||
ffsend-api = { version = "0.6", default-features = false }
|
ffsend-api = { version = "0.6", default-features = false }
|
||||||
fs2 = "0.4"
|
fs2 = "0.4"
|
||||||
|
@ -126,14 +126,14 @@ prettytable-rs = "0.8"
|
||||||
qr2term = { version = "0.2", optional = true }
|
qr2term = { version = "0.2", optional = true }
|
||||||
rand = "0.7"
|
rand = "0.7"
|
||||||
regex = "1.3"
|
regex = "1.3"
|
||||||
rpassword = "4"
|
rpassword = "5"
|
||||||
serde = "1"
|
serde = "1"
|
||||||
serde_derive = "1"
|
serde_derive = "1"
|
||||||
tar = { version = "0.4", optional = true }
|
tar = { version = "0.4", optional = true }
|
||||||
tempfile = "3"
|
tempfile = "3"
|
||||||
toml = "0.5"
|
toml = "0.5"
|
||||||
urlshortener = { version = "3", optional = true }
|
urlshortener = { version = "3", optional = true }
|
||||||
version-compare = "0.0.10"
|
version-compare = "0.0.11"
|
||||||
|
|
||||||
[target.'cfg(any(target_os = "linux", target_os = "freebsd", target_os = "dragonfly", target_os = "openbsd", target_os = "netbsd"))'.dependencies]
|
[target.'cfg(any(target_os = "linux", target_os = "freebsd", target_os = "dragonfly", target_os = "openbsd", target_os = "netbsd"))'.dependencies]
|
||||||
which = { version = "4.0", optional = true }
|
which = { version = "4.0", optional = true }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue