chore: update dependencies

This commit is contained in:
Anna 2024-04-30 19:08:39 -04:00
parent 0c4798557f
commit 45ac1bb45e
Signed by: anna
GPG Key ID: D0943384CD9F87D1
1 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ serde_json = { version = "1", optional = true }
sqpack = { git = "https://git.anna.lgbt/anna/sqpack-rs", features = ["read", "write"], optional = true }
tempfile = { version = "3", optional = true }
thiserror = { version = "1", optional = true }
zip = { version = "0.6", default-features = false, features = ["deflate-zlib"], optional = true }
zip = { version = "1", default-features = false, features = ["deflate-zlib"], optional = true }
[dev-dependencies]
anyhow = "1"
@ -45,7 +45,7 @@ criterion = "0.5"
data-encoding = "2"
sha3 = "0.10"
tempfile = "3"
zip = { version = "0.6", default-features = false, features = ["deflate-zlib"] }
zip = { version = "1", default-features = false, features = ["deflate-zlib"] }
[[bench]]
name = "extract"