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