Skip to content

Commit eca3872

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 eca3872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)