summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2024-03-03 19:28:57 +0200
committerLars Wirzenius <liw@liw.fi>2024-03-03 19:28:57 +0200
commitd8521c5040541f1a9a15e4bed3d9969ca3719cd4 (patch)
tree638b3bf4e07e88d167b6dddfd1daa965bef84e80 /Cargo.toml
parent2b2faf5972127635c9f6738861cfcc3ccce50e0b (diff)
downloadobnam2-d8521c5040541f1a9a15e4bed3d9969ca3719cd4.tar.gz
chore: upgrade dependency on indicatif
Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9a128f8..e57607e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,7 +19,7 @@ chrono = "0.4"
clap = { version = "4", features = ["derive"] }
directories-next = "2"
futures = "0.3.30"
-indicatif = "0.16"
+indicatif = "0.17"
libc = "0.2"
log = "0.4"
log4rs = "1"