Skip to content

Commit f35c87a

Browse files
authored
Merge pull request #72 from brian14708/dependabot/cargo/zip-7.0.0
Update zip requirement from 6.0.0 to 7.0.0
2 parents 5cc0a42 + 5d4e88b commit f35c87a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsar-rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ protobuf = "3.1.0"
1515
sha1 = "0.10.1"
1616
smallvec = "1.9.0"
1717
thiserror = "2.0.1"
18-
zip = { version = "6.0.0", default-features = false, features = ["deflate"] }
18+
zip = { version = "7.0.0", default-features = false, features = ["deflate"] }
1919
zstd = "0.13.0"
2020

2121
[target.'cfg(windows)'.dependencies]

0 commit comments

Comments
 (0)