diff --git a/Cargo.lock b/Cargo.lock index b369967..1ff4ec9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1096,9 +1096,9 @@ checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad" [[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 a73c6ab..fada389 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ color-eyre = "0.6.5" crossterm = { version = "0.29.0", features = ["event-stream"] } eyre = "0.6.12" futures = { version = "0.3.31", default-features = false, features = ["std", "async-await"] } -owo-colors = "4.2.2" +owo-colors = "4.2.3" regex = "1.11.2" reqwest = { version = "0.12.23", default-features = false, features = ["charset", "http2", "macos-system-configuration", "rustls-tls", "json", "deflate", "gzip", "brotli", "zstd"] } serde = { version = "1.0.226", features = ["derive"] }