Skip to content

Commit

Permalink
fix(dependencies): update rust crate linya to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 13, 2021
1 parent ffe8d95 commit a99911f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -18,7 +18,7 @@ default = ["feedback", "pretty", "view", "interact"]
ansi_term = { version = "0.12.1", optional = true }
color-eyre = { version = "0.5.11", optional = true }
exitcode = "1.1.2"
linya = { version = "0.2.0", optional = true }
linya = { version = "0.2.1", optional = true }
rust-embed = { version = "5.9.0", features = ["compression"], optional = true }
rustyline = { version = "8.2.0", optional = true }
rustyline-derive = { version = "0.4.0", optional = true }
Expand Down

0 comments on commit a99911f

Please sign in to comment.