Skip to content

Commit

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

build(deps): bump owo-colors from 3.5.0 to 4.0.0
  • Loading branch information
foresterre authored Dec 21, 2023
2 parents 6ce5fa7 + 7fd63fe commit 3a8dea3
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.4.10", features = ["derive"] } # parse CLI arguments
dirs = "5.0.1" # common directories
indicatif = "=0.17.7" # UI
once_cell = "1.18.0" # lazy data structures and thunking
owo-colors = "3.5.0" # color support for the terminal
owo-colors = "4.0.0" # color support for the terminal
petgraph = "0.6.4" # graph data structures
rust-releases = { version = "0.27.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 3a8dea3

Please sign in to comment.