From a8bf6930487745301ac284e25f6c6333253e30d3 Mon Sep 17 00:00:00 2001 From: uncor3 Date: Mon, 8 Jun 2026 21:07:36 +0000 Subject: [PATCH] feat(dependencies): update ipatool to version 0.1.2 and add base64 dependency --- Cargo.lock | 5 +++-- Cargo.toml | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5bf5771..80eb840 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 3e48e97..6b5af05 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"