From 1d905e28f45cd2ff89f5812c26ab54f9aad5938c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 13:30:55 +0100 Subject: [PATCH] build(deps): bump termcolor from 1.3.0 to 1.4.0 (#30736) Bumps [termcolor](https://github.com/BurntSushi/termcolor) from 1.3.0 to 1.4.0. - [Commits](https://github.com/BurntSushi/termcolor/compare/1.3.0...1.4.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 e84cdb7c407..3f6f024f2e5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5911,9 +5911,9 @@ dependencies = [ [[package]] name = "termcolor" -version = "1.3.0" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6093bad37da69aab9d123a8091e4be0aa4a03e4d601ec641c327398315f62b64" +checksum = "ff1bc3d3f05aff0403e8ac0d92ced918ec05b666a43f83297ccef5bea8a3d449" dependencies = [ "winapi-util", ]