From af67543764216e951cfd8fd4e92aff3033acd071 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 21:41:05 +0000 Subject: [PATCH] build(deps): bump anstyle from 1.0.13 to 1.0.14 in the cargo group Bumps the cargo group with 1 update: [anstyle](https://github.com/rust-cli/anstyle). Updates `anstyle` from 1.0.13 to 1.0.14 - [Commits](https://github.com/rust-cli/anstyle/compare/v1.0.13...v1.0.14) --- updated-dependencies: - dependency-name: anstyle dependency-version: 1.0.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo ... Signed-off-by: dependabot[bot] --- Cargo.lock | Bin 71863 -> 71863 bytes Cargo.toml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index f9e4b7d14fa02e404859517910063b9a41506086..e9ae91b85902bfe12023de30842b907895b7c4bd 100644 GIT binary patch delta 91 zcmdnKk!AZvmJOb)lOLWAaIiEnNHR_|NKP~}FitT{O-xBOHApnEFfmIsN=!>jOEFDN uGc`}NOiN8nHcB=~HA+o3N;Nb|vjnO%H#0CWn7q(by!iv`_7AL#$Atj46CVix delta 91 zcmdnKk!AZvmJOb)lNFf*983)@jgpfSEes6I(hSp5Ow!DajLl6A&C*N^(h?0VjFXZK v%+oB=l2X!AQxX#m42;cEQcY76Et3qAOiWYFEhaBC6>t8)y8Qzy<8dJX4)h$> diff --git a/Cargo.toml b/Cargo.toml index 1ae5b95ca..dca1a1072 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -78,7 +78,7 @@ overflow-checks = true [workspace.dependencies] ansi_colours = "1.2.3" -anstyle = "1.0.13" +anstyle = "1.0.14" anyhow = "1.0.102" bstr = "1.12.1" cc = "1.2.56"