Switch to ring for idevice

This commit is contained in:
nab138
2025-11-07 16:56:53 -05:00
parent 309c1cdb68
commit 2e5fbbf035
2 changed files with 36 additions and 109 deletions

View File

@@ -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"] }
idevice = { version = "0.1.46", features = ["afc", "installation_proxy", "ring"], default-features = false }
openssl = "0.10"
zsign-rust = "0.1.6"
thiserror = "2"