mirror of
https://github.com/jkcoxson/idevice.git
synced 2026-03-02 14:36:16 +01:00
Bump dependencies
This commit is contained in:
@@ -11,26 +11,26 @@ keywords = ["lockdownd", "ios"]
|
||||
|
||||
|
||||
[dependencies]
|
||||
tokio = { version = "1.43", features = ["io-util"] }
|
||||
tokio = { version = "1", features = ["io-util"] }
|
||||
tokio-rustls = { version = "0.26", default-features = false }
|
||||
rustls = { version = "0.23", default-features = false, features = [
|
||||
"std",
|
||||
"tls12",
|
||||
] }
|
||||
crossfire = { version = "2.0", optional = true } # TODO: update to 2.1 when it comes out
|
||||
crossfire = { version = "2.1", optional = true }
|
||||
|
||||
plist = { version = "1.7" }
|
||||
plist = { version = "1.8" }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
ns-keyed-archive = { version = "0.1.3", optional = true }
|
||||
ns-keyed-archive = { version = "0.1.4", optional = true }
|
||||
|
||||
thiserror = { version = "2" }
|
||||
log = { version = "0.4" }
|
||||
env_logger = { version = "0.11" }
|
||||
base64 = { version = "0.22" }
|
||||
|
||||
indexmap = { version = "2.7", features = ["serde"], optional = true }
|
||||
uuid = { version = "1.12", features = ["serde", "v4"], optional = true }
|
||||
chrono = { version = "0.4.40", optional = true, default-features = false, features = [
|
||||
indexmap = { version = "2.11", features = ["serde"], optional = true }
|
||||
uuid = { version = "1.18", features = ["serde", "v4"], optional = true }
|
||||
chrono = { version = "0.4", optional = true, default-features = false, features = [
|
||||
"serde",
|
||||
] }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user