diff --git a/Cargo.toml b/Cargo.toml index 2e89f82..dfc280e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ protomask-metrics = { version = "^0.1.0", path = "libs/protomask-metrics" } # External Dependencies tokio = { version = "1.29.1", features = ["macros", "rt-multi-thread"] } -owo-colors = { version = "3.5.0", features = ["supports-colors"] } +owo-colors = { version = "4.0.0", features = ["supports-colors"] } clap = { version = "4.3.11", features = ["derive"] } ipnet = { version = "2.8.0", features = ["serde"] } puffin_http = { version = "0.13.0", optional = true }