From 9c8aae0164c1e31da9d3ca94d6829849e9d96781 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Sat, 2 Apr 2022 16:30:57 +0200 Subject: Bump deps --- Cargo.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 6a2ff21..a50136e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ strum = "0.24" strum_macros = "0.24" sha2 = "0.10" hex = "0.4" -zip = { version = "0.6", default-features = false } +zip = { version = "0.6.1", default-features = false } qrcodegen = "1" mime = "0.3" httparse = "1" @@ -56,9 +56,6 @@ rustls-pemfile = { version = "0.3", optional = true } socket2 = "0.4" get_if_addrs = "0.5" -[patch.crates-io] -zip = { git="https://github.com/zip-rs/zip", branch="master" } - [features] default = ["tls"] # This feature allows us to use rustls only on architectures supported by ring. -- cgit v1.2.3