diff --git a/Cargo.lock b/Cargo.lock index abd71b5..94a37ec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2454,9 +2454,9 @@ dependencies = [ [[package]] name = "indicatif" -version = "0.18.3" +version = "0.18.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9375e112e4b463ec1b1c6c011953545c65a30164fbab5b581df32b3abf0dcb88" +checksum = "25470f23803092da7d239834776d653104d551bc4d7eacaf31e6837854b8e9eb" dependencies = [ "console", "portable-atomic", diff --git a/Cargo.toml b/Cargo.toml index 5141149..ce4d021 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ easy-ext = "1.0.2" eframe = { version = "0.33.3", features = ["persistence"], optional = true } glob-match = "0.2.1" include_dir = { version = "0.7.4", features = ["glob"] } -indicatif = "0.18.3" +indicatif = "0.18.4" itertools = "0.14.0" lazy_static = "1.5.0" num-integer = "0.1.46"