Browse Source

Update dependencies

timvisee 5 years ago
parent
commit
801b946abd
2 changed files with 168 additions and 178 deletions
  1. 164 174
      Cargo.lock
  2. 4 4
      Cargo.toml

File diff suppressed because it is too large
+ 164 - 174
Cargo.lock


+ 4 - 4
Cargo.toml

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

Some files were not shown because too many files changed in this diff