Skip to content

Commit 954233c

Browse files
committed
Bump rustyline version to 9.0
1 parent e4598ca commit 954233c

File tree

2 files changed

+99
-46
lines changed

2 files changed

+99
-46
lines changed

Cargo.lock

Lines changed: 98 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ base64 = "^0.11"
2121
zeroize = { version = "<1.4.0" }
2222

2323
# Optional dependencies
24-
rustyline = { version = "6.0", optional = true }
24+
rustyline = { version = "9.0", optional = true }
2525
dirs-next = { version = "2.0", optional = true }
2626
env_logger = { version = "0.7", optional = true }
2727
clap = { version = "2.33", optional = true }

0 commit comments

Comments
 (0)