Skip to content

Commit 622ccd7

Browse files
Update async_zip dev-dependency to 0.0.18
https://github.com/Majored/rs-async-zip/releases/tag/v0.0.18
1 parent c2a1b5a commit 622ccd7

File tree

2 files changed

+30
-10
lines changed

2 files changed

+30
-10
lines changed

Cargo.lock

Lines changed: 29 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ tracing = "0.1.40"
2626
axum = { version = "0.7.5", default-features = false, features = ["tokio", "http1"] }
2727
tokio = { version = "1.33.0", default-features = false, features = ["macros", "test-util"] }
2828
tower-http = { version = "0.6.1", default-features = false, features = ["fs"] }
29-
async_zip = { version = "0.0.17", default-features = false, features = ["tokio"] }
29+
async_zip = { version = "0.0.18", default-features = false, features = ["tokio"] }
3030
assert_matches = "1.5.0"
3131
rstest = { version = "0.23.0" }
3232
url = { version = "2.4.1" }

0 commit comments

Comments
 (0)