Bump ns_keyed_archive

This commit is contained in:
Jackson Coxson
2025-03-14 22:59:43 -06:00
parent e8225b03bc
commit c3395b032a
2 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
name = "idevice"
description = "A Rust library to interact with services on iOS devices."
authors = ["Jackson Coxson"]
version = "0.1.22"
version = "0.1.23"
edition = "2021"
license = "MIT"
documentation = "https://docs.rs/idevice"
@@ -16,7 +16,7 @@ tokio-openssl = { version = "0.6" }
plist = { version = "1.7" }
serde = { version = "1", features = ["derive"] }
ns-keyed-archive = { version = "0.1.2", optional = true }
ns-keyed-archive = { version = "0.1.3", optional = true }
thiserror = { version = "2" }
log = { version = "0.4" }