Skip to content

Commit

Permalink
Merge pull request #999 from foresterre/dependabot/cargo/owo-colors-5…
Browse files Browse the repository at this point in the history
….0.0

build(deps): bump owo-colors from 4.0.0 to 5.0.0
  • Loading branch information
foresterre authored Sep 10, 2024
2 parents 14097be + 1b30c8f commit 290f357
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -26,7 +26,7 @@ clap = { version = "4.5.17", features = ["derive"] } # parse CLI arguments
dirs = "5.0.1" # common directories
indicatif = "0.17.8" # UI
once_cell = "1.19.0" # lazy data structures and thunking
owo-colors = "4.0.0" # color support for the terminal
owo-colors = "5.0.0" # color support for the terminal
petgraph = "0.6.5" # graph data structures
rust-releases = { version = "0.28.0", default-features = false, features = ["rust-changelog"] } # get the available rust versions
serde = { version = "1.0", features = ["derive"] } # serialization and deserialization
Expand Down

0 comments on commit 290f357

Please sign in to comment.