From 204da7ff9b64f7f3877c30da83ce617233e090d0 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Tue, 30 Apr 2024 21:03:34 +0000 Subject: [PATCH] Update Rust crate anyhow to 1.0.82 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 65a432d..57c98c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] rusqlite = "0.31.0" -anyhow = { version = "1.0.81", features = ["backtrace"] } +anyhow = { version = "1.0.82", features = ["backtrace"] } reqwest = "0.11.27" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"