feat: updates

This commit is contained in:
2024-01-13 20:43:04 +08:00
parent e31f6d49b7
commit 62feb2e246
2 changed files with 16 additions and 16 deletions

12
Cargo.lock generated
View File

@@ -1083,9 +1083,9 @@ dependencies = [
[[package]] [[package]]
name = "papergrid" name = "papergrid"
version = "0.10.0" version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2ccbe15f2b6db62f9a9871642746427e297b0ceb85f9a7f1ee5ff47d184d0c8" checksum = "9ad43c07024ef767f9160710b3a6773976194758c7919b17e63b863db0bdf7fb"
dependencies = [ dependencies = [
"bytecount", "bytecount",
"fnv", "fnv",
@@ -1729,9 +1729,9 @@ dependencies = [
[[package]] [[package]]
name = "tabled" name = "tabled"
version = "0.14.0" version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfe9c3632da101aba5131ed63f9eed38665f8b3c68703a6bb18124835c1a5d22" checksum = "4c998b0c8b921495196a48aabaf1901ff28be0760136e31604f7967b0792050e"
dependencies = [ dependencies = [
"papergrid", "papergrid",
"tabled_derive", "tabled_derive",
@@ -1740,9 +1740,9 @@ dependencies = [
[[package]] [[package]]
name = "tabled_derive" name = "tabled_derive"
version = "0.6.0" version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99f688a08b54f4f02f0a3c382aefdb7884d3d69609f785bd253dc033243e3fe4" checksum = "4c138f99377e5d653a371cdad263615634cfc8467685dfe8e73e2b8e98f44b17"
dependencies = [ dependencies = [
"heck", "heck",
"proc-macro-error", "proc-macro-error",

View File

@@ -18,7 +18,7 @@ secure-enclave = ["macos", "swift-rs"]
[dependencies] [dependencies]
aes-gcm-stream = "0.2" aes-gcm-stream = "0.2"
base64 = "0.21" base64 = "0.21"
chacha20-poly1305-stream = "0.1.0" chacha20-poly1305-stream = "0.1"
chrono = "0.4" chrono = "0.4"
clap = { version = "4.4", features = ["derive"] } clap = { version = "4.4", features = ["derive"] }
flate2 = "1.0" flate2 = "1.0"
@@ -35,23 +35,23 @@ rpassword = "7.3"
rsa = { version = "0.9", features = ["pem"] } rsa = { version = "0.9", features = ["pem"] }
rust-crypto = "0.2" rust-crypto = "0.2"
rust_util = "0.6" rust_util = "0.6"
security-framework = { version = "2.9.2", features = ["OSX_10_15"], optional = true } security-framework = { version = "2.9", features = ["OSX_10_15"], optional = true }
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0" serde_json = "1.0"
simpledateformat = "0.1" simpledateformat = "0.1"
tabled = "0.14" tabled = "0.15"
x25519-dalek = { version = "2.0", features = ["static_secrets", "getrandom"] } x25519-dalek = { version = "2.0", features = ["static_secrets", "getrandom"] }
x509-parser = "0.15" x509-parser = "0.15"
yubikey = { version = "0.8", features = ["untested"], optional = true } yubikey = { version = "0.8", features = ["untested"], optional = true }
zeroize = "1.7" zeroize = "1.7"
swift-rs = { path = "swift-rs", optional = true } swift-rs = { path = "swift-rs", optional = true }
spki = "0.7.3" spki = "0.7"
pqcrypto-kyber = "0.8.0" pqcrypto-kyber = "0.8"
pqcrypto-traits = "0.3.5" pqcrypto-traits = "0.3"
pinentry = "0.5.0" pinentry = "0.5"
secrecy = "0.8.0" secrecy = "0.8"
dialoguer = "0.11.0" dialoguer = "0.11"
ctrlc = "3.4.2" ctrlc = "3.4"
[build-dependencies] [build-dependencies]
swift-rs = { path = "swift-rs", features = ["build"], optional = true } swift-rs = { path = "swift-rs", features = ["build"], optional = true }