From 82dcff31f51cd9a9972de789dd12cbe6be407dc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 01:06:00 +0000 Subject: [PATCH] chore(deps): bump the patch group with 2 updates Bumps the patch group with 2 updates: [termcolor](https://github.com/BurntSushi/termcolor) and [winnow](https://github.com/winnow-rs/winnow). Updates `termcolor` from 1.4.0 to 1.4.1 - [Commits](https://github.com/BurntSushi/termcolor/compare/1.4.0...1.4.1) Updates `winnow` from 0.5.33 to 0.5.34 - [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md) - [Commits](https://github.com/winnow-rs/winnow/compare/v0.5.33...v0.5.34) --- updated-dependencies: - dependency-name: termcolor dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch - dependency-name: winnow dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index de8e00a7..6f81c68f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3771,9 +3771,9 @@ dependencies = [ [[package]] name = "termcolor" -version = "1.4.0" +version = "1.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff1bc3d3f05aff0403e8ac0d92ced918ec05b666a43f83297ccef5bea8a3d449" +checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" dependencies = [ "winapi-util", ] @@ -5587,9 +5587,9 @@ checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04" [[package]] name = "winnow" -version = "0.5.33" +version = "0.5.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7520bbdec7211caa7c4e682eb1fbe07abe20cee6756b6e00f537c82c11816aa" +checksum = "b7cf47b659b318dccbd69cc4797a39ae128f533dce7902a1096044d1967b9c16" dependencies = [ "memchr", ]