From 40e4db6600d53a8bb231f9629173fa4fc3b4437e Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 14 Jun 2021 10:48:36 +0300 Subject: 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 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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" -- cgit v1.2.1