Update idevice

This commit is contained in:
nab138
2025-11-01 21:39:21 -04:00
parent eae8fc5e86
commit 5f5b4eb7c0
2 changed files with 61 additions and 161 deletions

View File

@@ -3,7 +3,7 @@ name = "isideload"
description = "Sideload iOS/iPadOS applications"
license = "MPL-2.0"
authors = ["Nicholas Sharp <nab@nabdev.me>"]
version = "0.1.10"
version = "0.1.11"
edition = "2024"
repository = "https://github.com/nab138/isideload"
documentation = "https://docs.rs/isideload"
@@ -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.42", features = ["afc", "installation_proxy", "debug_proxy", "rsd", "tunnel_tcp_stack", "heartbeat"] }
idevice = { version = "0.1.45", features = ["afc", "installation_proxy"] }
openssl = "0.10"
zsign-rust = "0.1.6"
thiserror = "2"