Update dependencies
This commit is contained in:
parent
20c69011ab
commit
091fd35410
2 changed files with 184 additions and 237 deletions
418
Cargo.lock
generated
418
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -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 }
|
||||
|
|
Loading…
Reference in a new issue