diff --git a/cli/Cargo.toml b/cli/Cargo.toml index f79d32f..d91b845 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -14,13 +14,13 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" tokio = { version = "1.35", features = ["full"] } dirs = "6.0" -dialoguer = "0.11" +dialoguer = "0.12" rsa = "0.9" -base64 = "0.21" -rand = "0.8" -sha2 = "0.10" +base64 = "0.22" +rand = "0.10" +sha2 = "0.11" colored = "3.0" -indicatif = "0.17" +indicatif = "0.18" chrono = { version = "0.4", features = ["serde"] } rustyline = { version = "18.0", features = ["derive"] } ssh-key = { version = "0.6", features = ["ed25519", "rand_core"] }