feat: v1.2.3

This commit is contained in:
2025-08-24 16:16:16 +08:00
parent bbc4cc0c33
commit c629e179b3
2 changed files with 44 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "swift-secure-enclave-tool-rs"
version = "1.2.2"
version = "1.2.3"
edition = "2024"
authors = ["Hatter Jiang"]
repository = "https://git.hatter.ink/hatter/swift-secure-enclave-tool-rs"
@@ -12,6 +12,6 @@ categories = ["cryptography"]
[dependencies]
hex = "0.4.3"
base64 = "0.22.1"
rust_util = "0.6.47"
rust_util = "0.6.49"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"