Skip to content

Commit

Permalink
Update rustyline
Browse files Browse the repository at this point in the history
  • Loading branch information
darconeous committed Jul 8, 2023
1 parent ae2c16f commit 3503c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ k256 = { version = "0.13", features = ["ecdh","ecdsa"]}
# Only needed for the binary.
rpassword = { version = "7", optional = true }
shellwords = { version = "1.0.0", optional = true }
rustyline = { version = "11", features = ["derive"], optional = true }
rustyline = { version = "12", features = ["derive"], optional = true }
mnemonic = { version = "1", optional = true }
clap = { version = "4.3", features = ["derive"], optional = true }

Expand Down

0 comments on commit 3503c47

Please sign in to comment.