From efd1aee2bebb3e1e1c93c84d03208785968b19d6 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 03:12:58 +0000 Subject: [PATCH] Update Rust crate anstyle to 1.0.13 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 50b188d..5c4f37d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,5 +50,5 @@ quote = "1.0.40" prettyplease = "0.2" syn = "2.0" sha2 = "0.10.9" -anstyle = "1.0.11" +anstyle = "1.0.13" base16ct = { version = "0.3.0", features = ["alloc"] }