feaat: v1.9.13, add temporary key for simple encrypt

This commit is contained in:
2025-09-14 15:29:07 +08:00
parent c8175e2654
commit 75ed193d86
8 changed files with 121 additions and 7 deletions

3
Cargo.lock generated
View File

@@ -2008,7 +2008,7 @@ dependencies = [
[[package]]
name = "tiny-encrypt"
version = "1.9.12"
version = "1.9.13"
dependencies = [
"aes-gcm-stream",
"base64 0.22.1",
@@ -2027,6 +2027,7 @@ dependencies = [
"openpgp-card-pcsc",
"p256",
"p384",
"percent-encoding",
"pinentry",
"pqcrypto-kyber",
"pqcrypto-traits",