Skip to content

Commit

Permalink
chore: Update version requirements (#3187)
Browse files Browse the repository at this point in the history
Bump `termcolor` and `trybuild`
  • Loading branch information
ilslv committed Dec 16, 2021
1 parent fd38d24 commit 74d1c08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Expand Up @@ -121,7 +121,7 @@ os_str_bytes = "6.0"
strsim = { version = "0.10", optional = true }
yaml-rust = { version = "0.4.1", optional = true }
atty = { version = "0.2", optional = true }
termcolor = { version = "1.1", optional = true }
termcolor = { version = "1.1.1", optional = true }
terminal_size = { version = "0.1.12", optional = true }
lazy_static = { version = "1", optional = true }
regex = { version = "1.0", optional = true }
Expand All @@ -131,10 +131,10 @@ backtrace = { version = "0.3", optional = true }
regex = "1.0"
lazy_static = "1"
criterion = "0.3.2"
trybuild = "1.0"
trybuild = "1.0.18"
rustversion = "1"
# Cutting out `filesystem` feature
trycmd = { version = "0.8.2", default-features = false, features = ["color-auto", "diff", "examples"] }
trycmd = { version = "0.8.3", default-features = false, features = ["color-auto", "diff", "examples"] }

[[example]]
name = "demo"
Expand Down

0 comments on commit 74d1c08

Please sign in to comment.