From d84323902bd35d2884bd31d0013d8468dca3604a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 04:06:43 +0000 Subject: [PATCH] deps(deps): update colored requirement from 2 to 3 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.0.0...v3.1.1) --- updated-dependencies: - dependency-name: colored dependency-version: 3.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 42d66f9..9ef9f6e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,5 +19,5 @@ path = "src/main.rs" aeo-protocol = { version = "0.1", default-features = false, features = ["client"] } anyhow = "1" clap = { version = "4", features = ["derive"] } -colored = "2" +colored = "3" serde_json = "1"