From d028ef52a27d4b02c32daa5062bfb83485f63e7a Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 3 Mar 2024 18:50:06 +0200 Subject: chore: update dependencies "cargo upgrade" Signed-off-by: Lars Wirzenius Sponsored-by: author --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 48d085f..c086f05 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,12 +13,12 @@ rust-version = "1.75.0" [dependencies] aes-gcm = "0.9" anyhow = "1" -blake2 = "0.10.4" +blake2 = "0.10.6" bytesize = "1" chrono = "0.4" clap = { version = "4", features = ["derive"] } directories-next = "2" -futures = "0.3.15" +futures = "0.3.30" indicatif = "0.16" libc = "0.2" log = "0.4" -- cgit v1.2.1