diff --git a/Cargo.lock b/Cargo.lock
index ad062d2d6..4713886be 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2560,9 +2560,9 @@ dependencies = [
 
 [[package]]
 name = "owo-colors"
-version = "4.2.0"
+version = "4.2.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1036865bb9422d3300cf723f657c2851d0e9ab12567854b1f4eba3d77decf564"
+checksum = "26995317201fa17f3656c36716aed4a7c81743a9634ac4c99c0eeda495db0cec"
 
 [[package]]
 name = "parking_lot"
diff --git a/Cargo.toml b/Cargo.toml
index f40b7701a..9507eb070 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.0"
+owo-colors = "4.2.1"
 anyhow = "1.0"
 clap = { version = "4.5.34", features = ["derive"] }
 image = { version = "0.25.5", default-features = false, features = [