From 20a72ac73713f498befeae58ed336bc67285b23f Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Fri, 22 Sep 2023 02:02:00 +0200 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 914ddb2..18b57b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] rusqlite = "0.29.0" -anyhow = { version = "1.0.71", features = ["backtrace"] } +anyhow = { version = "1.0.75", features = ["backtrace"] } reqwest = "0.11.20" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -- 2.47.0