From a58f5b2cfc78f2d70e1fa5668901ba2c9afd5a7a Mon Sep 17 00:00:00 2001 From: Julien Cretin Date: Wed, 6 Mar 2024 17:32:36 +0100 Subject: [PATCH] Bump zip from 0.5 to 0.6 This should help fix #96 by bumping time from 0.1 to 0.2. --- 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"