From c88d8e8f7f11b4b87bbafe7087bc34728c8aac41 Mon Sep 17 00:00:00 2001 From: nab138 Date: Mon, 29 Dec 2025 11:31:40 -0500 Subject: [PATCH] bump idevice version --- isideload/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isideload/Cargo.toml b/isideload/Cargo.toml index cc005ad..c2edaa2 100644 --- a/isideload/Cargo.toml +++ b/isideload/Cargo.toml @@ -23,7 +23,7 @@ uuid = { version = "1.17.0", features = ["v4"] } zip = { version = "4.3", default-features = false, features = ["deflate"] } hex = "0.4" sha1 = "0.10" -idevice = { version = "0.1.46", features = ["afc", "installation_proxy", "ring"], default-features = false } +idevice = { version = "0.1.51", features = ["afc", "installation_proxy", "ring"], default-features = false } openssl = "0.10" zsign-rust = "0.1.7" thiserror = "2"