Skip to content

Commit

Permalink
bump owo-colors dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
o2sh committed Dec 24, 2024
1 parent 43958f6 commit 2ddb666
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ repository = "https://github.com/o2sh/onefetch"
members = ["ascii", "image", "manifest"]

[workspace.dependencies]
owo-colors = "3.5.0"
owo-colors = "4.1.0"
anyhow = "1.0"
clap = { version = "4.5.23", features = ["derive"] }
image = { version = "0.25.2", default-features = false, features = [
"color_quant",
"jpeg",
"png",
"webp"
"webp",
] }
strum = { version = "0.26.3", features = ["derive"] }

Expand Down

0 comments on commit 2ddb666

Please sign in to comment.