From b4882894349ea6923d93ced64c5931ddc9adb114 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 21:11:12 +0000 Subject: [PATCH] Update Rust crate owo-colors to v4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0457b0b..b4d34bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ mockall = "0.12.1" newline-converter = "0.3.0" newtype-uuid = { version = "1.0.1", features = ["schemars08", "serde", "v4"] } oauth2 = "4.4.2" -owo-colors = "3.5.0" +owo-colors = "4.0.0" partial-struct = { git = "https://github.com/oxidecomputer/partial-struct" } proc-macro2 = "1" progenitor = { git = "https://github.com/oxidecomputer/progenitor", branch = "print-example" }