feat(dependencies): update ipatool to version 0.1.2 and add base64 dependency

This commit is contained in:
uncor3
2026-06-08 21:07:36 +00:00
parent 720222e09c
commit a8bf693048
2 changed files with 5 additions and 3 deletions
Generated
+3 -2
View File
@@ -1309,6 +1309,7 @@ name = "idescriptor"
version = "0.5.0" version = "0.5.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"base64 0.22.1",
"cc", "cc",
"cmake", "cmake",
"cpp", "cpp",
@@ -1441,9 +1442,9 @@ dependencies = [
[[package]] [[package]]
name = "ipatool" name = "ipatool"
version = "0.1.1" version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a31e8e647891da3394cfe231ffdfc37b1d95b7aa056f99cc2d375434c9d5199" checksum = "12e371ec7c90f641490de5a2d0634f06cf852d72a086f55e4d049850dbb6e807"
dependencies = [ dependencies = [
"bytes", "bytes",
"cookie_store", "cookie_store",
+2 -1
View File
@@ -19,7 +19,7 @@ rusqlite = { version = "0.39.0", features = ["bundled"] }
filetime = "0.2.27" filetime = "0.2.27"
priority-queue = "2.7.0" priority-queue = "2.7.0"
anyhow = "1.0.102" anyhow = "1.0.102"
ipatool = { version = "0.1.1", default-features = false } ipatool = { version = "0.1.2", default-features = false }
cpp = "0.5.11" cpp = "0.5.11"
cstr = "0.2.12" cstr = "0.2.12"
qmetaobject = "0.2.10" qmetaobject = "0.2.10"
@@ -28,6 +28,7 @@ simplelog = "0.12.2"
url = "2.5.8" url = "2.5.8"
oneshot = "0.2.1" oneshot = "0.2.1"
macros = { path = "lib/macros"} macros = { path = "lib/macros"}
base64 = "0.22.1"
[build-dependencies] [build-dependencies]
cc = "1.2.61" cc = "1.2.61"