Lireer
d7f0a182b6
Merge remote-tracking branch 'zip-rs/zip/master'
2022-01-25 17:48:45 +01:00
Plecra
37fb0c5df1
Update Cargo.toml
2022-01-23 17:39:27 +00:00
Alexander Zaitsev
0b82d905b3
feat: add Zstandard compression
...
- add dependency on zstd crate
- add zstd feature to Cargo.toml
- update README
- update example with Zstd
- add Zstd support to the library
Notes:
- This work is mainly based on this original PR: https://github.com/zip-rs/zip/pull/240
Tested:
- During the development of the original PR
2022-01-23 14:49:48 +03:00
Alexander Zaitsev
f69ac34045
Merge branch 'master' into use-getrandom
2022-01-23 02:46:40 +03:00
Alexander Zaitsev
009d0cc0b4
fix: make zip-rs build on nightly compiler
...
- update dependencies for the compatibility with the nightly compiler
Tested:
- No
2022-01-22 17:59:25 +03:00
Alexander Zaitsev
17b96ec732
Merge pull request #254 from notmandatory/update_time
...
Upgrade time dependency to "0.3"
2022-01-22 16:30:57 +03:00
Steve Myers
2f71810c07
Upgrade time dependency to "0.3"
...
Versions of time crate prior to 0.2.23 fail audit due to RUSTSEC-2020-0071.
Crate: time
Version: 0.1.43
Title: Potential segfault in the time crate
Date: 2020-11-18
ID: RUSTSEC-2020-0071
URL: https://rustsec.org/advisories/RUSTSEC-2020-0071
Solution: Upgrade to >=0.2.23
2021-10-21 21:31:37 -07:00
Emmanuel Gil Peyrot
b031ab75bd
Use getrandom instead of rand for benches
...
The current code didn’t build, and this one includes fewer dependencies
than the full rand set of crates.
2021-09-06 23:42:14 +02:00
Lireer
46f65d4d49
add aes-crypto feature to default and update README
2021-08-06 12:42:35 +02:00
Lireer
09ad713d20
update crypto dependencies
2021-08-06 12:40:57 +02:00
Lireer
354993d906
feature gate aes decryption
2021-08-05 21:06:47 +02:00
Lireer
e69df5cf64
finalize aes decryption
2021-08-04 20:08:12 +02:00
Lireer
852ab625fb
initial aes reader
2021-08-04 19:02:22 +02:00
Marc Brinkmann
b3ec81335f
Remove arrayvec
dependency
2021-08-02 19:47:47 +02:00
Marc Brinkmann
a265ba7fa5
Create initial aes_ctr
module
2021-08-02 19:42:49 +02:00
Dirk Stolle
66d0283254
chore: bump rand to 0.8
...
The Minimum Supported Rust Version of rand 0.8 is 1.36, which is
exactly the MSRV of zip. Therefore, this should be safe to bump.
2021-07-06 00:28:55 +02:00
Marli Frost
7edf2489d5
release 0.5.13
2021-06-04 19:41:03 +01:00
Marli Frost
3fd44ffd5d
Merge pull request #200 from qu1x/support-extra-field
2021-05-11 11:18:17 +01:00
Marli Frost
8ecbdb1870
chore: update to bzip 0.4
2021-04-19 12:29:19 +01:00
Marli Frost
88e6f87884
chore: release 0.5.12
2021-04-16 16:59:20 +01:00
Plecra
2d99f88870
Merge pull request #222 from mbrubeck/flate2
...
Allow flate2 >1.0.14
2021-04-16 16:58:37 +01:00
Marli Frost
08adaa5fbf
publish 0.5.11
2021-03-01 12:06:16 +00:00
Dirk Stolle
2b126be60b
fix repository URL in Cargo.toml
2021-02-14 19:31:10 +01:00
Marli Frost
5420f8aa3d
docs: update Cargo.toml for new project
2021-02-14 12:32:05 +00:00
Matt Brubeck
c0ef84dd4e
Allow flate2 >1.0.14
...
flate2 was pinned to versions <= 1.0.14 in #175 , because flate2 updated
to a new version of miniz_oxide which increased its MSRV (#170 ,
Frommi/miniz_oxide#85 ).
This was fixed in Frommi/miniz_oxide#95 , so all published versions of
flate2 can once agoin be built with Rust 1.34.0.
2021-02-11 11:18:29 -08:00
Rouven Spreckels
e42c021448
Merge branch 'master' into support-extra-field
2021-02-04 11:40:38 +01:00
Marli Frost
229fe94bdf
chore: publish 0.5.9
2020-12-06 23:37:48 +00:00
Rouven Spreckels
9397773a32
Add ZIP64 write support.
2020-10-03 11:05:23 +02:00
Marli Frost
9884c68315
chore: Publish 0.5.8
2020-09-10 11:44:48 +01:00
Marli Frost
d4b93b6895
chore: publish 0.5.7
2020-09-04 19:13:27 +01:00
Plecra
2963addaaa
docs: Explain version limits
2020-07-10 11:36:49 +01:00
Marli Frost
52c8dfed56
chore: pin the flate2 version for now
2020-07-08 12:38:32 +01:00
Michel Alexandre Salim
618a25d372
Bump walkdir dependency
...
Walkdir 2.3.1 is out; the zip crate works fine with the new version:
https://crates.io/crates/walkdir
https://koji.fedoraproject.org/koji/buildinfo?buildID=1534463
Signed-off-by: Michel Alexandre Salim <michel@michel-slm.name>
2020-06-28 09:36:59 -07:00
dependabot-preview[bot]
ecea08863b
Update rand requirement from 0.4 to 0.7
...
Updates the requirements on [rand](https://github.com/rust-random/rand ) to permit the latest version.
- [Release notes](https://github.com/rust-random/rand/releases )
- [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-random/rand/compare/rand_core-0.4.0...0.7.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-26 15:45:16 +00:00
Marli Frost
7ff565aacb
feat: loosen byteorder version requirement
2020-06-17 17:11:36 +01:00
Marli Frost
9ed6904383
refactor: replace the podio crate with byteorder
2020-06-16 18:59:13 +01:00
Ryan Levick
cefa8cd2f2
Merge pull request #135 from stchris/use-thiserror
...
Use thiserror's Derive macro
2020-06-15 14:22:58 +02:00
Christian Stefanescu
18bece201c
Use thiserror's Derive macro
2020-06-15 10:16:36 +02:00
Mathijs van de Nes
a973913ebd
Bump version
2020-06-13 17:26:28 +02:00
Mathijs van de Nes
85153ecd4b
Bump version
2020-03-01 13:50:57 +01:00
Mathijs van de Nes
59ef020918
Bump version
2020-01-06 22:28:38 +01:00
Lachezar Lechev
29517e9a6b
run cargo fix --edition-idioms
and manually fix other things
2019-11-11 09:20:31 +02:00
Mathijs van de Nes
a872278429
Bump version
2019-08-14 20:47:45 +02:00
jonpas
c82a635c5c
Default deflate to flate2/rust_backend (miniz_oxide)
2019-06-20 16:29:16 +02:00
jonpas
14f77b390a
Use deflate as feature name
2019-06-17 21:36:38 +02:00
jonpas
b171b915f8
Switch to flate2
2019-06-14 15:25:00 +02:00
Mathijs van de Nes
cdbdc008fc
Allow a Path to be used as a file/directory name
...
Instead of using string directly, also accept a Path object. This moves
the responsibility from using the correct path separator and not using
invalid path components to this library.
2019-04-06 16:30:02 +02:00
Mathijs van de Nes
d1a0a7d472
Require at libflate >= 0.1.21
...
libflate 0.1.21 fixes an issue in which certain deflate streams where
unreadable by Windows.
Resolves #99
2019-03-10 14:07:36 +01:00
Mathijs van de Nes
3d61d9cd8a
Publish version 0.5.0
...
Changes include:
* Switched to a different deflate (de)compressor
* New DateTime api, removing default dependencies on time and msdos_time
2018-11-17 12:10:31 +01:00
Mathijs van de Nes
f94d4b7a78
Change date api
...
Remove msdos_time dependency, and introduce simplified DateTime object.
This object does bounds checking to see if dates are representable in
msdos.
2018-11-17 10:26:25 +01:00