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"