From 79cd246326fda83c372f37c98a0c020afdbd714e Mon Sep 17 00:00:00 2001 From: "hash-worker[bot]" <180894564+hash-worker[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2024 00:04:51 +0000 Subject: [PATCH] Update Rust crate `anstyle` to v1.0.10 (#5555) Co-authored-by: hash-worker[bot] <180894564+hash-worker[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c01a8dc216f..6b881f2fdfb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -129,9 +129,9 @@ dependencies = [ [[package]] name = "anstyle" -version = "1.0.9" +version = "1.0.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8365de52b16c035ff4fcafe0092ba9390540e3e352870ac09933bebcaa2c8c56" +checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9" [[package]] name = "anstyle-parse" diff --git a/Cargo.toml b/Cargo.toml index 837446f969e..589c8287bbd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -141,7 +141,7 @@ tower-http = { version = "=0.6.1", features = ["trace"] } # Shared third-party dependencies ansi-to-html = { version = "=0.2.1", default-features = false } -anstyle = { version = "=1.0.9", default-features = false } +anstyle = { version = "=1.0.10", default-features = false } anstyle-yansi = { version = "=2.0.2", default-features = false } approx = { version = "=0.5.1", default-features = false } async-scoped = { version = "=0.9.0", default-features = false }