Browse Source

bump owo-colors dependency

pull/1500/merge
o2sh 1 year ago
parent
commit
2ddb6665d2
No known key found for this signature in database
GPG Key ID: E68B161DA72A5D7C
  1. 4
      Cargo.lock
  2. 4
      Cargo.toml

4
Cargo.lock generated

@ -2764,9 +2764,9 @@ dependencies = [ @@ -2764,9 +2764,9 @@ dependencies = [
[[package]]
name = "owo-colors"
version = "3.5.0"
version = "4.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f"
checksum = "fb37767f6569cd834a413442455e0f066d0d522de8630436e2a1761d9726ba56"
[[package]]
name = "parking_lot"

4
Cargo.toml

@ -9,14 +9,14 @@ repository = "https://github.com/o2sh/onefetch" @@ -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"] }

Loading…
Cancel
Save