Update ffsend-api to 0.6.3 for increased limits

This commit is contained in:
timvisee 2020-10-16 14:33:46 +02:00
parent ed34588184
commit 87816a58e2
No known key found for this signature in database
GPG key ID: B8DB720BC383E172
2 changed files with 1002 additions and 1004 deletions

2002
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
[package]
name = "ffsend"
version = "0.2.67"
version = "0.2.68"
authors = ["Tim Visee <3a4fb3964f@sinenomine.email>"]
license = "GPL-3.0"
readme = "README.md"
@ -115,7 +115,7 @@ colored = "2.0"
derive_builder = "0.9"
directories = "3.0"
failure = "0.1"
ffsend-api = { version = "0.6", default-features = false }
ffsend-api = { version = "0.6.3", default-features = false }
fs2 = "0.4"
lazy_static = "1.4"
open = "1"