mirror of
https://github.com/timvisee/ffsend.git
synced 2025-10-03 01:29:16 +02:00
Update Cargo.toml version number constraints and Cargo.lock
This commit is contained in:
parent
a261afe749
commit
9299ec04eb
2 changed files with 92 additions and 93 deletions
|
@ -119,13 +119,13 @@ pbr = "1"
|
|||
prettytable-rs = "0.8"
|
||||
qr2term = { version = "0.1", optional = true }
|
||||
regex = "1.3"
|
||||
rpassword = "4.0"
|
||||
serde = "1.0"
|
||||
serde_derive = "1.0"
|
||||
rpassword = "4"
|
||||
serde = "1"
|
||||
serde_derive = "1"
|
||||
tar = { version = "0.4", optional = true }
|
||||
tempfile = "3"
|
||||
toml = "0.5"
|
||||
urlshortener = { version = "2.0", optional = true }
|
||||
urlshortener = { version = "2", 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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue