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"