Skip to content

Commit

Permalink
fix(dependencies): update rust crate rustyline to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 5, 2021
1 parent 2b723d1 commit 92ca10c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 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
Expand Up @@ -20,7 +20,7 @@ atty = { version = "=0.2.14", optional = true }
color-eyre = { version = "=0.5.11", optional = true }
exitcode = "=1.1.2"
linya = { version = "=0.2.1", optional = true }
rustyline = { version = "=8.2.0", optional = true }
rustyline = { version = "=9.0.0", optional = true }
rustyline-derive = { version = "=0.5.0", optional = true }
stencila = { path = "../rust" }
structopt = { version = "=0.3.22", features = ["wrap_help"] }
Expand Down

0 comments on commit 92ca10c

Please sign in to comment.