1
0
mirror of https://github.com/timvisee/ffsend.git synced 2025-01-31 19:51:35 +01:00

Update dependencies

This commit is contained in:
timvisee 2020-09-21 12:23:45 +02:00
parent 3fd00cfdc3
commit 70710c14ed
No known key found for this signature in database
GPG Key ID: B8DB720BC383E172
2 changed files with 292 additions and 276 deletions

560
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -111,9 +111,9 @@ clipboard-crate = ["clipboard"]
chbs = "0.0.10"
chrono = "0.4"
clap = "2.33"
colored = "1.9"
colored = "2.0"
derive_builder = "0.9"
directories = "2.0"
directories = "3.0"
failure = "0.1"
ffsend-api = { version = "0.6", default-features = false }
fs2 = "0.4"
@ -126,14 +126,14 @@ prettytable-rs = "0.8"
qr2term = { version = "0.2", optional = true }
rand = "0.7"
regex = "1.3"
rpassword = "4"
rpassword = "5"
serde = "1"
serde_derive = "1"
tar = { version = "0.4", optional = true }
tempfile = "3"
toml = "0.5"
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]
which = { version = "4.0", optional = true }