From fea7126f07f2434e627ee6b81032642c7d88cce6 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 11 Sep 2023 08:25:30 +0000 Subject: [PATCH] Update Rust crate anyhow to 1.0.75 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index eb7bccee..520a0e7b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ version = "0.1.0" edition = "2021" [dependencies] -anyhow = "1.0.71" +anyhow = "1.0.75" indicatif = "0.17.4" itertools = "0.10.5" kdbx4 = "0.5.1"