mirror of
https://github.com/iDescriptor/iDescriptor.git
synced 2026-06-21 19:35:49 +08:00
feat(dependencies): update ipatool to version 0.1.2 and add base64 dependency
This commit is contained in:
Generated
+3
-2
@@ -1309,6 +1309,7 @@ name = "idescriptor"
|
||||
version = "0.5.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"base64 0.22.1",
|
||||
"cc",
|
||||
"cmake",
|
||||
"cpp",
|
||||
@@ -1441,9 +1442,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "ipatool"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9a31e8e647891da3394cfe231ffdfc37b1d95b7aa056f99cc2d375434c9d5199"
|
||||
checksum = "12e371ec7c90f641490de5a2d0634f06cf852d72a086f55e4d049850dbb6e807"
|
||||
dependencies = [
|
||||
"bytes",
|
||||
"cookie_store",
|
||||
|
||||
+2
-1
@@ -19,7 +19,7 @@ rusqlite = { version = "0.39.0", features = ["bundled"] }
|
||||
filetime = "0.2.27"
|
||||
priority-queue = "2.7.0"
|
||||
anyhow = "1.0.102"
|
||||
ipatool = { version = "0.1.1", default-features = false }
|
||||
ipatool = { version = "0.1.2", default-features = false }
|
||||
cpp = "0.5.11"
|
||||
cstr = "0.2.12"
|
||||
qmetaobject = "0.2.10"
|
||||
@@ -28,6 +28,7 @@ simplelog = "0.12.2"
|
||||
url = "2.5.8"
|
||||
oneshot = "0.2.1"
|
||||
macros = { path = "lib/macros"}
|
||||
base64 = "0.22.1"
|
||||
|
||||
[build-dependencies]
|
||||
cc = "1.2.61"
|
||||
|
||||
Reference in New Issue
Block a user