Skip to content

Commit f0f2d99

Browse files
committed
zip 1
1 parent ecc8b6d commit f0f2d99

File tree

5 files changed

+373
-96
lines changed

5 files changed

+373
-96
lines changed

Cargo.lock

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

rage/Cargo.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,13 @@ fuser = { version = "0.13", optional = true } # fuser 0.16 has MSRV 1.85
124124
libc = { version = "0.2", optional = true }
125125
tar = { version = "0.4", optional = true }
126126
time = { version = ">=0.3.7, <0.3.42", optional = true } # time 0.3.42 has MSRV 1.81
127-
zip = { version = "0.6.2", optional = true }
127+
zip = { version = "1", optional = true, default-features = false, features = [
128+
"aes-crypto",
129+
"deflate",
130+
"bzip2",
131+
"time",
132+
"zstd",
133+
] }
128134

129135
[build-dependencies]
130136
clap = { workspace = true, features = ["string", "unstable-styles"] }

0 commit comments

Comments
 (0)