Skip to content

Commit

Permalink
fix(dependencies): update rust crate termimad to v0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 5, 2021
1 parent 2b723d1 commit d96156a
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
Expand Up @@ -25,5 +25,5 @@ rustyline-derive = { version = "=0.5.0", optional = true }
stencila = { path = "../rust" }
structopt = { version = "=0.3.22", features = ["wrap_help"] }
syntect = { version = "=4.6.0", optional = true }
termimad = { version = "=0.15.0", optional = true }
termimad = { version = "=0.16.0", optional = true }
webbrowser = { version = "=0.5.5", optional = true }

0 comments on commit d96156a

Please sign in to comment.