Skip to content

Commit

Permalink
misc: update dependency versions in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
71 committed Feb 2, 2024
1 parent 26f0ea5 commit f3e80eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ uint = { version = "0.9", default-features = false }
pbkdf2 = { version = "0.12", default-features = false, features = ["hmac"] }
sha2 = { version = "0.10", default-features = false }

clap = { version = "4.0", optional = true, features = ["derive"] }
rpassword = { version = "7.1", optional = true }
clap = { version = "4.4", optional = true, features = ["derive"] }
rpassword = { version = "7.3", optional = true }

[features]
default = [ "clap", "rpassword", "std" ]
Expand Down

0 comments on commit f3e80eb

Please sign in to comment.