You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
623 B
34 lines
623 B
--- zip-0.6.6/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
+++ zip-0.6.6/Cargo.toml 2024-09-19T17:54:06.895145+00:00
|
|
@@ -50,7 +50,7 @@
|
|
optional = true
|
|
|
|
[dependencies.constant_time_eq]
|
|
-version = "0.1.5"
|
|
+version = "0.3"
|
|
optional = true
|
|
|
|
[dependencies.crc32fast]
|
|
@@ -67,7 +67,7 @@
|
|
optional = true
|
|
|
|
[dependencies.pbkdf2]
|
|
-version = "0.11.0"
|
|
+version = "0.12.0"
|
|
optional = true
|
|
|
|
[dependencies.sha1]
|
|
@@ -81,11 +81,8 @@
|
|
default-features = false
|
|
|
|
[dependencies.zstd]
|
|
-version = "0.11.2"
|
|
+version = "0.13"
|
|
optional = true
|
|
-
|
|
-[dev-dependencies.bencher]
|
|
-version = "0.1.5"
|
|
|
|
[dev-dependencies.getrandom]
|
|
version = "0.2.5"
|