mirror of
https://github.com/nab138/isideload.git
synced 2026-03-02 06:26:16 +01:00
Bump icloud_auth version
This commit is contained in:
10
Cargo.lock
generated
10
Cargo.lock
generated
@@ -1152,7 +1152,7 @@ checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "isideload"
|
name = "isideload"
|
||||||
version = "0.1.13"
|
version = "0.1.14"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"hex",
|
"hex",
|
||||||
"idevice",
|
"idevice",
|
||||||
@@ -1345,9 +1345,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "nab138_icloud_auth"
|
name = "nab138_icloud_auth"
|
||||||
version = "0.1.3"
|
version = "0.1.4"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "dfd1af0cb498075f8ca43cc6ca6ed38e4ba03ffb2be7c7dc59b67d38aadb98d4"
|
checksum = "c9b132227d7e97a5195a2789bed0bf466f59ef5c50d653a93f83723cd2b122d8"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aes",
|
"aes",
|
||||||
"base64 0.22.1",
|
"base64 0.22.1",
|
||||||
@@ -1373,9 +1373,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "nab138_omnisette"
|
name = "nab138_omnisette"
|
||||||
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 = "c76b94e0fd82f63cae59a3b7973177469badd3c24f39d04c1d648d8ccf214ace"
|
checksum = "e72297f17b8e5de5af9c3408edee92f62d777a280cd4a991dadaabc9a91f71d9"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"async-trait",
|
"async-trait",
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ name = "isideload"
|
|||||||
description = "Sideload iOS/iPadOS applications"
|
description = "Sideload iOS/iPadOS applications"
|
||||||
license = "MPL-2.0"
|
license = "MPL-2.0"
|
||||||
authors = ["Nicholas Sharp <nab@nabdev.me>"]
|
authors = ["Nicholas Sharp <nab@nabdev.me>"]
|
||||||
version = "0.1.13"
|
version = "0.1.14"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
repository = "https://github.com/nab138/isideload"
|
repository = "https://github.com/nab138/isideload"
|
||||||
documentation = "https://docs.rs/isideload"
|
documentation = "https://docs.rs/isideload"
|
||||||
@@ -18,7 +18,7 @@ vendored-botan = ["icloud_auth/vendored-botan"]
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
serde = { version = "1", features = ["derive"] }
|
serde = { version = "1", features = ["derive"] }
|
||||||
plist = { version = "1.7" }
|
plist = { version = "1.7" }
|
||||||
icloud_auth = { version = "0.1.3", package = "nab138_icloud_auth"}
|
icloud_auth = { version = "0.1.4", package = "nab138_icloud_auth"}
|
||||||
uuid = { version = "1.17.0", features = ["v4"] }
|
uuid = { version = "1.17.0", features = ["v4"] }
|
||||||
zip = { version = "4.3", default-features = false, features = ["deflate"] }
|
zip = { version = "4.3", default-features = false, features = ["deflate"] }
|
||||||
hex = "0.4"
|
hex = "0.4"
|
||||||
|
|||||||
Reference in New Issue
Block a user