From 5e0566ec4e88422b997a55c89dd8bc512f61e1aa Mon Sep 17 00:00:00 2001 From: Ed Page Date: Tue, 13 Feb 2024 14:45:16 -0600 Subject: [PATCH] chore: Update anstyle --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bb0de81..ef7ec2b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -27,9 +27,9 @@ dependencies = [ [[package]] name = "anstyle" -version = "1.0.4" +version = "1.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87" +checksum = "8901269c6307e8d93993578286ac0edf7f195079ffff5ebdeea6a59ffb7e36bc" [[package]] name = "anstyle-parse" diff --git a/Cargo.toml b/Cargo.toml index 97ffdd6..6582377 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ log = { version = "0.4.8", features = ["std"] } env_filter = { version = "0.1.0", path = "crates/env_filter", default-features = false } humantime = { version = "2.0.0", optional = true } anstream = { version = "0.6.11", default-features = false, features = ["wincon"], optional = true } -anstyle = { version = "1.0.4", optional = true } +anstyle = { version = "1.0.6", optional = true } [[test]] name = "regexp_filter"