chore: update deps

This commit is contained in:
sigoden
2022-07-02 11:48:47 +08:00
parent 07a7322748
commit 0a03941e05
2 changed files with 14 additions and 98 deletions

View File

@@ -21,7 +21,7 @@ serde = { version = "1", features = ["derive"] }
serde_json = "1"
futures = "0.3"
base64 = "0.13"
async_zip = { git = "https://github.com/sigoden/rs-async-zip", branch = "patch01" }
async_zip = { version = "0.0.8", default-features = false, features = ["deflate"] }
async-walkdir = "0.2"
headers = "0.3"
mime_guess = "2.0"