Skip to content

Commit

Permalink
fix(dependencies): update rust crate rustyline to 8.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 23, 2021
1 parent 53dbb11 commit 168d060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Expand Up @@ -18,7 +18,7 @@ ansi_term = { version = "0.12.1", optional = true }
color-eyre = { version = "0.5.11", optional = true }
exitcode = "1.1.2"
linya = { version = "0.1.1", optional = true }
rustyline = { version = "8.0.0", optional = true }
rustyline = { version = "8.2.0", optional = true }
rustyline-derive = { version = "0.4.0", optional = true }
stencila = { path = "../rust" }
structopt = { version = "0.3.21", features = ["wrap_help"] }
Expand Down

0 comments on commit 168d060

Please sign in to comment.