From 5af3ccc58d516719cb567df4fa3149ca87b23de4 Mon Sep 17 00:00:00 2001 From: nab138 Date: Tue, 12 Aug 2025 19:41:55 -0400 Subject: [PATCH] Update zsign-rust --- isideload/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isideload/Cargo.toml b/isideload/Cargo.toml index 9f482a5..1476700 100644 --- a/isideload/Cargo.toml +++ b/isideload/Cargo.toml @@ -26,5 +26,5 @@ sha1 = "0.10" idevice = { version = "0.1.37", features = ["afc", "installation_proxy"] } openssl = "0.10" futures = "0.3" -zsign-rust = "0.1.3" +zsign-rust = "0.1.4" thiserror = "2"