feat: v0.3.3, optimize code

This commit is contained in:
2023-10-15 11:29:31 +08:00
parent 2624b0fa64
commit b268d88e3c
5 changed files with 58 additions and 54 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "tiny-encrypt"
version = "0.3.2"
version = "0.3.3"
edition = "2021"
license = "MIT"
description = "A simple and tiny file encrypt tool"
@@ -11,9 +11,9 @@ description = "A simple and tiny file encrypt tool"
aes-gcm-stream = "0.2"
base64 = "0.21"
chrono = "0.4"
clap = { version = "4.1", features = ["derive"] }
clap = { version = "4.4", features = ["derive"] }
flate2 = "1.0"
fs-set-times = "0.20.0"
fs-set-times = "0.20"
hex = "0.4"
openpgp-card = "0.3"
openpgp-card-pcsc = "0.3"