From 2e0fe9a514e048573df5665fbb3716c94966ca73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 15:45:51 +0000 Subject: [PATCH] Bump anstream from 0.6.14 to 0.6.15 Bumps [anstream](https://github.com/rust-cli/anstyle) from 0.6.14 to 0.6.15. - [Commits](https://github.com/rust-cli/anstyle/compare/anstream-v0.6.14...anstream-v0.6.15) --- updated-dependencies: - dependency-name: anstream dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4e5b8b7a7..5247e9132 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -49,9 +49,9 @@ dependencies = [ [[package]] name = "anstream" -version = "0.6.14" +version = "0.6.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b" +checksum = "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526" dependencies = [ "anstyle", "anstyle-parse", diff --git a/Cargo.toml b/Cargo.toml index 109a7fb29..686727ad0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ futures = "0.3" rlimit = "0.10.1" log = "0.4.22" env_logger = "0.11.5" -anstream = "=0.6.14" +anstream = "=0.6.15" dirs = "5.0.1" gcd = "2.0.1" rand = "0.8.5"