Update dependencies

This commit is contained in:
timvisee 2019-08-04 22:49:07 +02:00
parent 20c69011ab
commit 091fd35410
No known key found for this signature in database
GPG key ID: B8DB720BC383E172
2 changed files with 184 additions and 237 deletions

418
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -19,6 +19,7 @@ categories = [
"network-programming",
]
exclude = [
"/.github",
"/contrib",
"/pkg",
"/res",
@ -124,7 +125,7 @@ tar = { version = "0.4", optional = true }
tempfile = "3"
toml = "0.5"
urlshortener = { version = "0.10", default-features = false, optional = true }
version-compare = "0.0.8"
version-compare = "0.0.9"
[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 }