From 3eaefd722311abd30f13bd25c8037fbe5ed02b7e Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 16 Feb 2021 12:22:57 +0200 Subject: refactor: use bytesize::MIB constant for clearer size --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index ed816b9..d36c450 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,6 +12,7 @@ repository = "https://gitlab.com/larswirzenius/obnam" [dependencies] anyhow = "1" bytes = "0.5" +bytesize = "1" chrono = "0.4" dirs = "3" indicatif = "0.15" -- cgit v1.2.1