feat: v1.7.15, update dependencies

This commit is contained in:
2024-11-15 23:16:00 +08:00
parent 228c69731a
commit d6e1f96207
4 changed files with 110 additions and 97 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "tiny-encrypt"
version = "1.7.14"
version = "1.7.15"
edition = "2021"
license = "MIT"
description = "A simple and tiny file encrypt tool"
@@ -17,7 +17,7 @@ secure-enclave = ["macos", "swift-rs"]
[dependencies]
aes-gcm-stream = "0.2"
base64 = "0.21"
base64 = "0.22"
chacha20-poly1305-stream = "0.1"
chrono = "0.4"
clap = { version = "4.4", features = ["derive"] }
@@ -35,21 +35,21 @@ rpassword = "7.3"
rsa = { version = "0.9", features = ["pem"] }
rust-crypto = "0.2"
rust_util = "0.6"
security-framework = { version = "2.9", features = ["OSX_10_15"], optional = true }
security-framework = { version = "3.0", features = ["OSX_10_15"], optional = true }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
simpledateformat = "0.1"
tabled = "0.15"
tabled = "0.16"
x25519-dalek = { version = "2.0", features = ["static_secrets", "getrandom"] }
x509-parser = "0.15"
x509-parser = "0.16"
yubikey = { version = "0.8", features = ["untested"], optional = true }
zeroize = "1.7"
swift-rs = { path = "swift-rs", optional = true }
spki = "0.7"
pqcrypto-kyber = "0.8"
pqcrypto-traits = "0.3"
pinentry = "0.5"
secrecy = "0.8"
pinentry = "0.6"
secrecy = "0.10"
dialoguer = "0.11"
ctrlc = "3.4"