diff --git a/Cargo.lock b/Cargo.lock index 1c7a522..c542e2c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1524,7 +1524,7 @@ dependencies = [ "faiss", "futures", "hashbrown 0.16.0", - "indicatif 0.18.0", + "indicatif 0.18.3", "libc", "memmap2", "notify", @@ -1686,7 +1686,7 @@ dependencies = [ "futures", "http-body-util", "hyper", - "indicatif 0.18.0", + "indicatif 0.18.3", "lru 0.16.1", "nix", "notify", @@ -4031,9 +4031,9 @@ dependencies = [ [[package]] name = "indicatif" -version = "0.18.0" +version = "0.18.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70a646d946d06bedbbc4cac4c218acf4bbf2d87757a784857025f4d447e4e1cd" +checksum = "9375e112e4b463ec1b1c6c011953545c65a30164fbab5b581df32b3abf0dcb88" dependencies = [ "console 0.16.1", "portable-atomic", diff --git a/Cargo.toml b/Cargo.toml index 61caaec..a2b64e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -176,7 +176,7 @@ base64 = "0.22" # CLI clap = { version = "4.5", features = ["derive", "cargo", "env", "wrap_help"] } colored = "3.0.0" -indicatif = "0.18.0" +indicatif = "0.18.3" atty = "0.2.14" # Security