Skip to content

Commit

Permalink
fix(dependencies): update rust crate termimad to 0.19.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 5, 2021
1 parent 208c801 commit 28219a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/cli-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ serde_json = "1.0.72"
serde_yaml = { version = "0.8.21", optional = true }
structopt = { version = "0.3.25", features = ["wrap_help"] }
syntect = { version = "4.6.0", optional = true }
termimad = { version = "0.19.2", optional = true }
termimad = { version = "0.19.3", optional = true }
tracing = { version = "0.1.29", optional = true }
urlencoding = { version = "2.1.0", optional = true }

0 comments on commit 28219a1

Please sign in to comment.