From bd934801f0c980d6283bfadd64a8828f47e4d65c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 08:51:32 +0000 Subject: [PATCH] deps(deps): update indicatif requirement from 0.17 to 0.18 Updates the requirements on [indicatif](https://github.com/console-rs/indicatif) to permit the latest version. - [Release notes](https://github.com/console-rs/indicatif/releases) - [Commits](https://github.com/console-rs/indicatif/compare/0.17.0...0.18.1) --- updated-dependencies: - dependency-name: indicatif dependency-version: 0.18.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- shadowfs-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shadowfs-core/Cargo.toml b/shadowfs-core/Cargo.toml index a7802e7..6369626 100644 --- a/shadowfs-core/Cargo.toml +++ b/shadowfs-core/Cargo.toml @@ -36,7 +36,7 @@ num_cpus = "1.16" crossterm = "0.27" chrono = "0.4" clap = { version = "4.5", features = ["derive"] } -indicatif = "0.17" +indicatif = "0.18" [target.'cfg(unix)'.dependencies] libc = "0.2"