Update idevice

This commit is contained in:
nab138
2025-08-24 23:33:35 -04:00
parent f821e45647
commit 34695cec2e
3 changed files with 10 additions and 37 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.6"
version = "0.1.7"
edition = "2024"
repository = "https://github.com/nab138/isideload"
documentation = "https://docs.rs/isideload"
@@ -23,8 +23,7 @@ uuid = { version = "1.17.0", features = ["v4"] }
zip = "4.3"
hex = "0.4"
sha1 = "0.10"
idevice = { version = "0.1.39", features = ["afc", "installation_proxy"] }
idevice = { version = "0.1.40", features = ["afc", "installation_proxy"] }
openssl = "0.10"
futures = "0.3"
zsign-rust = "0.1.6"
thiserror = "2"