deps: cargo update

This commit is contained in:
2026-05-02 19:16:50 +02:00
parent 898697016a
commit 669f5ed073
2 changed files with 255 additions and 86 deletions
+3 -3
View File
@@ -8,16 +8,16 @@ version = "0.10.0"
argon2 = "0.5"
chacha20poly1305 = "0.10"
clap = {version = "4", features = ["derive"]}
getrandom = {version = "0.3"}
getrandom = {version = "0.4"}
protected-secrets = {package = "secrets", version = "1.3"}
zeroize = {version = "1", features = ["derive"]}
[target.'cfg(unix)'.dependencies]
libc = "0.2"
rlimit = "0.10"
rlimit = "0.11"
[target.'cfg(windows)'.dependencies]
windows-sys = {version = "0.59", features = [
windows-sys = {version = "0.61", features = [
"Win32_System_Console",
"Win32_Foundation",
"Win32_Storage_FileSystem",