From 85e4cbd85869e6851e6f5084b7785c81aa145fcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 16:03:12 +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] --- examples/delta/Cargo.toml | 2 +- examples/full/Cargo.toml | 2 +- examples/iceberg/Cargo.toml | 2 +- examples/parquet/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/delta/Cargo.toml b/examples/delta/Cargo.toml index 027630e..2eb54bc 100644 --- a/examples/delta/Cargo.toml +++ b/examples/delta/Cargo.toml @@ -7,7 +7,7 @@ publish = false [dependencies] chrono = "0.4.38" clap = { version = "4.5.4", features = ["derive", "default"] } -colored = "2.1.0" +colored = "3.0.0" env_logger = "0.11.3" log = "0.4.21" diff --git a/examples/full/Cargo.toml b/examples/full/Cargo.toml index ff3d22f..c4ee142 100644 --- a/examples/full/Cargo.toml +++ b/examples/full/Cargo.toml @@ -20,7 +20,7 @@ bench = false [dependencies] chrono = "0.4.38" clap = { version = "4.5.4", features = ["derive", "default"] } -colored = "2.1.0" +colored = "3.0.0" env_logger = "0.11.3" log = "0.4.21" evolution-common = { workspace = true } diff --git a/examples/iceberg/Cargo.toml b/examples/iceberg/Cargo.toml index de74897..45e5d51 100644 --- a/examples/iceberg/Cargo.toml +++ b/examples/iceberg/Cargo.toml @@ -7,7 +7,7 @@ publish = false [dependencies] chrono = "0.4.38" clap = { version = "4.5.4", features = ["derive", "default"] } -colored = "2.1.0" +colored = "3.0.0" env_logger = "0.11.3" log = "0.4.21" diff --git a/examples/parquet/Cargo.toml b/examples/parquet/Cargo.toml index 292697c..0215c6a 100644 --- a/examples/parquet/Cargo.toml +++ b/examples/parquet/Cargo.toml @@ -7,7 +7,7 @@ publish = false [dependencies] chrono = "0.4.38" clap = { version = "4.5.4", features = ["derive", "default"] } -colored = "2.1.0" +colored = "3.0.0" env_logger = "0.11.3" log = "0.4.21" evolution-common = { path = "../../crates/evolution-common", version = "1.0.0" }