Skip to content

Commit

Permalink
Merge pull request #297 from sanders41/dependabot/cargo/colored-3.0.0
Browse files Browse the repository at this point in the history
Bump colored from 2.2.0 to 3.0.0
  • Loading branch information
sanders41 authored Jan 19, 2025
2 parents b15f75d + bf738a3 commit 851d7da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ license = "MIT"
[dependencies]
anyhow = "1.0.95"
clap = { version = "4.5.23", features = ["color", "suggestions", "derive"] }
colored = "2.2.0"
colored = "3.0.0"
pager = "0.16.1"
reqwest = { version = "0.12.12", features = ["blocking", "json"] }
serde = { version = "1.0.217", features = ["derive"] }
Expand Down

0 comments on commit 851d7da

Please sign in to comment.