Skip to content

Commit 6a03ef4

Browse files
committed
fix(deps): update config to 0.15.19 and indicatif to 0.18 to resolve security advisories
- Updates config from 0.15 to 0.15.19 to resolve json5 unmaintained advisory (RUSTSEC-2025-0120) - Updates indicatif from 0.17 to 0.18 to resolve number_prefix unmaintained advisory (RUSTSEC-2025-0119) - All tests passing - No breaking API changes
1 parent ff4f845 commit 6a03ef4

File tree

3 files changed

+43
-34
lines changed

3 files changed

+43
-34
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ base64 = "0.22"
7373
chrono = { version = "0.4", features = ["serde"] }
7474

7575
# Configuration
76-
config = "0.15"
76+
config = "0.15.19"
7777
toml = "0.9"
7878
directories = "6.0"
7979

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)