From 2a39ca78354c5acb82ae1f4edb68ef6c2f0f2b03 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 7 Nov 2018 00:10:59 -0500 Subject: switch to indicatif --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 68d7b9e..a3b2d3b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ authors = ["Jesse Luehrs "] [dependencies] directories = "1.0" failure = "0.1" -pbr = "1.0" +indicatif = "0.9" reqwest = "0.9" rusqlite = "0.15" serde = "1.0" -- cgit v1.2.3-54-g00ecf