From 08a1c9f398977496034ce13ceea41d363d146751 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Tue, 20 Feb 2024 02:03:33 +0000 Subject: [PATCH] Update Rust crate anyhow to 1.0.80 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4502285..b9b60d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] rusqlite = "0.30.0" -anyhow = { version = "1.0.79", features = ["backtrace"] } +anyhow = { version = "1.0.80", features = ["backtrace"] } reqwest = "0.11.24" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"