From 9355307b1d76147e4d62841ed83b4f86d5561497 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Sat, 18 May 2024 12:03:20 +0000 Subject: [PATCH] Update Rust crate anyhow to 1.0.86 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2ed7ec3..9308b31 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] rusqlite = "0.31.0" -anyhow = { version = "1.0.85", features = ["backtrace"] } +anyhow = { version = "1.0.86", features = ["backtrace"] } reqwest = "0.11.27" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"