Skip to content

Commit

Permalink
Update dependencies, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkdp committed Nov 29, 2023
1 parent 542ca9d commit 9e4e7cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ keywords = [
"color"
]
license = "MIT/Apache-2.0"
version = "0.15.0"
version = "0.16.0"
readme = "README.md"
edition = "2021"
authors = ["David Peter <[email protected]>"]
Expand All @@ -25,7 +25,7 @@ gnu_legacy = ["nu-ansi-term/gnu_legacy"]
[dependencies]
ansi_term = { version = "0.12", optional = true }
nu-ansi-term = { version = "0.49", optional = true }
crossterm = { version = "0.26", optional = true }
crossterm = { version = "0.27", optional = true }

[dev-dependencies]
tempfile = "^3"
Expand Down

0 comments on commit 9e4e7cc

Please sign in to comment.