Skip to content

Commit

Permalink
Merge pull request #75 from Icelk/dependabot/cargo/colored-3.0
Browse files Browse the repository at this point in the history
build(deps): update colored requirement from 2.0 to 3.0
  • Loading branch information
Icelk authored Jan 8, 2025
2 parents 52a5f6a + deffa79 commit 5c7939e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chute/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ path = "src/main.rs"
required-features = ["bin"]

[dependencies]
colored = "2.0"
colored = "3.0"
pulldown-cmark = { version = "0.12", default-features = false, features = ["simd", "html"] }
notify = "7"
unicode_categories = "0.1"
Expand Down

0 comments on commit 5c7939e

Please sign in to comment.