summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-06-14 10:48:36 +0300
committerLars Wirzenius <liw@liw.fi>2021-06-19 11:37:10 +0300
commit40e4db6600d53a8bb231f9629173fa4fc3b4437e (patch)
tree86cb8057e966fae8eec2a494cf835a9f266bebe0 /Cargo.toml
parentc7c651ca34af0f99e64ef4b65911a294078fb9ab (diff)
downloadobnam2-40e4db6600d53a8bb231f9629173fa4fc3b4437e.tar.gz
chore: bump dependency on indicatif to 0.16, and fix what's needed
Change calls to set_message to pass ownership of the message, rather than just letting it borrow the message. 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 072a1a8..ceba834 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,7 +16,7 @@ anyhow = "1"
bytesize = "1"
chrono = "0.4"
directories-next = "2"
-indicatif = "0.15"
+indicatif = "0.16"
libc = "0.2"
log = "0.4"
log4rs = "1"