deps: cargo update
This commit is contained in:
+3
-3
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user