Skip to content

Commit c0bb8ef

Browse files
fix: upgrade indicatif to 0.18 to resolve RUSTSEC-2025-0119 (#474)
Upgrade indicatif from 0.17 to 0.18 which replaces the unmaintained number_prefix crate with unit-prefix, resolving the security advisory.
1 parent 6a794e6 commit c0bb8ef

File tree

2 files changed

+25
-12
lines changed

2 files changed

+25
-12
lines changed

Cargo.lock

Lines changed: 24 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/redisctl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dialoguer = "0.11"
4141
colored = "2.1"
4242
tabled = { version = "0.17", features = ["ansi"] }
4343
terminal_size = "0.4"
44-
indicatif = "0.17"
44+
indicatif = "0.18"
4545
unicode-segmentation = "1.12"
4646
tar = { workspace = true }
4747
flate2 = { workspace = true }

0 commit comments

Comments
 (0)