From 6d33d570dee9ef9f802212c0a3606b4ca19e981d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 19:02:07 +0200 Subject: [PATCH] build(deps): bump termcolor from 1.1.3 to 1.3.0 (#30391) Bumps [termcolor](https://github.com/BurntSushi/termcolor) from 1.1.3 to 1.3.0. - [Commits](https://github.com/BurntSushi/termcolor/compare/1.1.3...1.3.0) --- updated-dependencies: - dependency-name: termcolor dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4255f7f8d43..5db57119c43 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6042,9 +6042,9 @@ dependencies = [ [[package]] name = "termcolor" -version = "1.1.3" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755" +checksum = "6093bad37da69aab9d123a8091e4be0aa4a03e4d601ec641c327398315f62b64" dependencies = [ "winapi-util", ]