Skip to content

Commit

Permalink
Update to rustyline 14
Browse files Browse the repository at this point in the history
  • Loading branch information
printfn committed Mar 7, 2024
1 parent b043742 commit 05d1905
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 30 deletions.
54 changes: 25 additions & 29 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ fend-core.workspace = true
home = "0.5.9"
native-tls = { version = "0.2.11", optional = true }
rand = { version = "0.8.5", default-features = false, features = ["std", "std_rng"] }
rustyline = { version = "13.0.0", default-features = false, features = ["with-file-history", "custom-bindings"] }
rustyline = { version = "14.0.0", default-features = false, features = ["with-file-history", "custom-bindings"] }
serde = { version = "1.0.197", default-features = false }
toml = { version = "0.8.10", default-features = false, features = ["parse"] }
ureq = { version = "2.9.6", default-features = false, optional = true }
Expand Down

0 comments on commit 05d1905

Please sign in to comment.