diff --git a/Cargo.lock b/Cargo.lock index 60bf458b9..aea2419c1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2809,9 +2809,9 @@ dependencies = [ [[package]] name = "owo-colors" -version = "4.2.2" +version = "4.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48dd4f4a2c8405440fd0462561f0e5806bd0f77e86f51c761481bdd4018b545e" +checksum = "9c6901729fa79e91a0913333229e9ca5dc725089d1c363b2f4b4760709dc4a52" [[package]] name = "parking_lot" diff --git a/Cargo.toml b/Cargo.toml index 2f18edffa..50a0d48be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ repository = "https://github.com/o2sh/onefetch" members = ["ascii", "image", "manifest"] [workspace.dependencies] -owo-colors = "4.2.2" +owo-colors = "4.2.3" anyhow = "1.0" clap = { version = "4.5.43", features = ["derive"] } image = { version = "0.25.9", default-features = false, features = [