]> git.proxmox.com Git - rustc.git/blobdiff - vendor/zip/CHANGELOG.md
New upstream version 1.73.0+dfsg1
[rustc.git] / vendor / zip / CHANGELOG.md
index cd79e3913f0a054f5e4b985e060190dcfb0b03f8..96c6994fe3dc03dc0181536505874dbf0d5ae5a5 100644 (file)
@@ -1,5 +1,15 @@
 # Changelog
 
+## [0.6.6]
+### Changed
+
+- Updated `aes` dependency to `0.8.2` (https://github.com/zip-rs/zip/pull/354)
+
+## [0.6.5]
+### Changed
+
+- Added experimental [`zip::unstable::write::FileOptions::with_deprecated_encryption`] API to enable encrypting files with PKWARE encryption.
+
 ## [0.6.4]
 
 ### Changed