fix: make zip-rs build on nightly compiler

- update dependencies for the compatibility with the nightly compiler

Tested:
- No
This commit is contained in:
Alexander Zaitsev 2022-01-22 17:59:25 +03:00
parent 06b41010ea
commit 009d0cc0b4

View file

@ -15,8 +15,8 @@ flate2 = { version = "1.0.0", default-features = false, optional = true }
time = { version = "0.3", features = ["formatting", "macros" ], optional = true }
byteorder = "1.3"
bzip2 = { version = "0.4", optional = true }
crc32fast = "1.0"
thiserror = "1.0"
crc32fast = "1.1.1"
thiserror = "1.0.7"
[dev-dependencies]
bencher = "0.1"