Merge pull request #75 from alexwlchan/dependabot/cargo/colored-3.1.1
- ID
64f7fcd- date
2026-01-19 20:51:46+00:00- author
Alex Chan <alex@alexwlchan.net>- parents
1af8323,bfc9e9e- message
Merge pull request #75 from alexwlchan/dependabot/cargo/colored-3.1.1 Bump colored from 3.0.0 to 3.1.1- 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"