summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2024-03-03 18:50:06 +0200
committerLars Wirzenius <liw@liw.fi>2024-03-03 18:50:06 +0200
commitd028ef52a27d4b02c32daa5062bfb83485f63e7a (patch)
tree8d232b43d72d6e051ace7b5d7b581c1074385730
parent11efc9a2bffcd5fff375c17bb4898138b2e5c230 (diff)
downloadobnam2-d028ef52a27d4b02c32daa5062bfb83485f63e7a.tar.gz
chore: update dependencies
"cargo upgrade" Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
-rw-r--r--Cargo.toml4
1 files 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"