From e6ddb16305b2fa28ddb6376fc722ad67433897ee Mon Sep 17 00:00:00 2001 From: Fredrik Enestad Date: Wed, 8 Jun 2022 10:15:16 +0200 Subject: [PATCH] bump zip to get a newer version of time --- onnxruntime-sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/onnxruntime-sys/Cargo.toml b/onnxruntime-sys/Cargo.toml index 942ca74c..5fff8db1 100644 --- a/onnxruntime-sys/Cargo.toml +++ b/onnxruntime-sys/Cargo.toml @@ -21,7 +21,7 @@ bindgen = { version = "0.59", optional = true } ureq = "2.1" # Used on Windows -zip = "0.5" +zip = "0.6" # Used on unix flate2 = "1.0"