From 009d0cc0b4a0b4720d66cea07b6a1123d0f2f8b6 Mon Sep 17 00:00:00 2001 From: Alexander Zaitsev Date: Sat, 22 Jan 2022 17:59:25 +0300 Subject: [PATCH] fix: make zip-rs build on nightly compiler - update dependencies for the compatibility with the nightly compiler Tested: - No --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1d26b451..c9cc8c7e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"