diff --git a/Cargo.lock b/Cargo.lock index 93089db..ae2d2fc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1686,14 +1686,14 @@ dependencies = [ [[package]] name = "indicatif" -version = "0.17.11" +version = "0.18.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "183b3088984b400f4cfac3620d5e076c84da5364016b4f49473de574b2586235" +checksum = "25470f23803092da7d239834776d653104d551bc4d7eacaf31e6837854b8e9eb" dependencies = [ - "console 0.15.11", - "number_prefix", + "console 0.16.2", "portable-atomic", "unicode-width", + "unit-prefix", "web-time", ] @@ -2154,12 +2154,6 @@ dependencies = [ "libm", ] -[[package]] -name = "number_prefix" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" - [[package]] name = "once_cell" version = "1.21.3" @@ -4734,6 +4728,12 @@ version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254" +[[package]] +name = "unit-prefix" +version = "0.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "81e544489bf3d8ef66c953931f56617f423cd4b5494be343d9b9d3dda037b9a3" + [[package]] name = "unsafe-libyaml" version = "0.2.11" diff --git a/Cargo.toml b/Cargo.toml index fc7f015..89ecd36 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -90,7 +90,7 @@ tera = "1.19" # CLI clap = { version = "4.5", features = ["derive", "color"] } dialoguer = "0.11" -indicatif = "0.17" +indicatif = "0.18" console = "0.16" # Internal crates