From 34cc7c508d12a0475669dd60fb6a2e403a7a52fd Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Thu, 11 Jan 2024 02:03:28 +0100 Subject: [PATCH] Update Rust crate anyhow to 1.0.79 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9955ec8..3ded4d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] rusqlite = "0.30.0" -anyhow = { version = "1.0.75", features = ["backtrace"] } +anyhow = { version = "1.0.79", features = ["backtrace"] } reqwest = "0.11.22" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -- 2.47.0