|
@@ -105,13 +105,13 @@ clipboard-crate = ["clipboard"]
|
|
chbs = "0.0.8"
|
|
chbs = "0.0.8"
|
|
chrono = "0.4"
|
|
chrono = "0.4"
|
|
clap = "2.33"
|
|
clap = "2.33"
|
|
-colored = "1.8"
|
|
|
|
-derive_builder = "0.8"
|
|
|
|
|
|
+colored = "1.9"
|
|
|
|
+derive_builder = "0.9"
|
|
directories = "2.0"
|
|
directories = "2.0"
|
|
failure = "0.1"
|
|
failure = "0.1"
|
|
ffsend-api = { version = "0.4.1", default-features = false }
|
|
ffsend-api = { version = "0.4.1", default-features = false }
|
|
fs2 = "0.4"
|
|
fs2 = "0.4"
|
|
-lazy_static = "1.0"
|
|
|
|
|
|
+lazy_static = "1.4"
|
|
open = "1"
|
|
open = "1"
|
|
openssl-probe = "0.1"
|
|
openssl-probe = "0.1"
|
|
pathdiff = "0.1"
|
|
pathdiff = "0.1"
|
|
@@ -129,7 +129,7 @@ urlshortener = { version = "2.0", default-features = false, optional = true }
|
|
version-compare = "0.0.10"
|
|
version-compare = "0.0.10"
|
|
|
|
|
|
[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 = "2.0", optional = true }
|
|
|
|
|
|
+which = { version = "3.1", optional = true }
|
|
|
|
|
|
[target.'cfg(not(any(target_os = "linux", target_os = "freebsd", target_os = "dragonfly", target_os = "openbsd", target_os = "netbsd")))'.dependencies]
|
|
[target.'cfg(not(any(target_os = "linux", target_os = "freebsd", target_os = "dragonfly", target_os = "openbsd", target_os = "netbsd")))'.dependencies]
|
|
# Aliased to clip to prevent name collision with clipboard feature
|
|
# Aliased to clip to prevent name collision with clipboard feature
|