Bump colored from 3.0.0 to 3.1.1
- ID
bfc9e9e- date
2026-01-19 09:53:00+00:00- author
dependabot <https://github.com/dependabot>- parent
1af8323- message
Bump colored from 3.0.0 to 3.1.1 Bumps [colored](https://github.com/mackwic/colored) from 3.0.0 to 3.1.1. - [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/v3.0.0...v3.1.1) --- updated-dependencies: - dependency-name: colored dependency-version: 3.1.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>- changed files
2 files, 3 additions, 3 deletions
Changed files
Cargo.lock (11082) → Cargo.lock (11082)
diff --git a/Cargo.lock b/Cargo.lock
index 71a366d..87e164c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -117,9 +117,9 @@ checksum = "0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422"
[[package]]
name = "colored"
-version = "3.0.0"
+version = "3.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "fde0e0ec90c9dfb3b4b1a0891a7dcd0e2bffde2f7efed5fe7c9bb00e5bfb915e"
+checksum = "faf9468729b8cbcea668e36183cb69d317348c2e08e994829fb56ebfdfbaac34"
dependencies = [
"windows-sys 0.59.0",
]
Cargo.toml (200) → Cargo.toml (200)
diff --git a/Cargo.toml b/Cargo.toml
index 4db1fc4..b68765e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,7 +5,7 @@ edition = "2021"
[dependencies]
clap = { version = "4.5.54", features = ["derive"] }
-colored = "3.0.0"
+colored = "3.1.1"
num-format = "0.4.4"
tempfile = "3"
walkdir = "2"