diff --git a/Cargo.toml b/Cargo.toml index 913c1fa..8cdee0b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,14 +18,14 @@ derivative = "2.1" serde = {version = "1.0", features = ["rc"]} serde_derive = "1.0" chrono = "0.4" -itertools = "0.11" +itertools = "0.12" sha2 = "0.10" -zip = "0.6" +zip = { git = "https://github.com/lolpro11/zip" } thiserror = "1" rgb = "0.8" futures = { version = "0.3", optional = true } -reqwest = { version = "0.11", optional = true, features = ["blocking"]} +reqwest = { version = "0.11", optional = true, default-features = false, features = ["blocking", "rustls-tls"]} [dev-dependencies] serde_json = "1.0"