From 78189bea1616941bb748c7b3cb2b40a65e54e45b Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 03:27:01 +0000 Subject: [PATCH] Update Rust crate anstyle to 1.0.14 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9098ba7..5ddd743 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -43,9 +43,9 @@ dependencies = [ [[package]] name = "anstyle" -version = "1.0.13" +version = "1.0.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78" +checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000" [[package]] name = "anstyle-parse" diff --git a/Cargo.toml b/Cargo.toml index 39c3c91..22ecf67 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,5 +50,5 @@ quote = "1.0.45" prettyplease = "0.2" syn = "2.0" sha2 = "0.10.9" -anstyle = "1.0.13" +anstyle = "1.0.14" base16ct = { version = "1.0.0", features = ["alloc"] }