From 63113a4c879853de4a57ad2259b1458c80533699 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 14:57:40 +0000 Subject: [PATCH] build(deps): update colored requirement from 2.1.0 to 3.0.0 Updates the requirements on [colored](https://github.com/mackwic/colored) to permit the latest version. - [Release notes](https://github.com/mackwic/colored/releases) - [Changelog](https://github.com/colored-rs/colored/blob/master/CHANGELOG.md) - [Commits](https://github.com/mackwic/colored/compare/v2.1.0...v3.0.0) --- updated-dependencies: - dependency-name: colored dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- varlink_parser/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/varlink_parser/Cargo.toml b/varlink_parser/Cargo.toml index 9adb5e3..8b8808a 100644 --- a/varlink_parser/Cargo.toml +++ b/varlink_parser/Cargo.toml @@ -19,6 +19,6 @@ categories = ["parsing", "development-tools"] travis-ci = { repository = "varlink/rust" } [dependencies] -colored = "2.1.0" +colored = "3.0.0" thiserror = "2.0.3" peg = "0.6.3"