Skip to content

Commit 2ddb666

Browse files
committed
bump owo-colors dependency
1 parent 43958f6 commit 2ddb666

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ repository = "https://github.com/o2sh/onefetch"
99
members = ["ascii", "image", "manifest"]
1010

1111
[workspace.dependencies]
12-
owo-colors = "3.5.0"
12+
owo-colors = "4.1.0"
1313
anyhow = "1.0"
1414
clap = { version = "4.5.23", features = ["derive"] }
1515
image = { version = "0.25.2", default-features = false, features = [
1616
"color_quant",
1717
"jpeg",
1818
"png",
19-
"webp"
19+
"webp",
2020
] }
2121
strum = { version = "0.26.3", features = ["derive"] }
2222

0 commit comments

Comments
 (0)