From 70650902d00e7550d5c0a71bdb1228acb207a82a Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Fri, 17 May 2024 18:26:09 +0000 Subject: [PATCH] chore(deps): update rust crate anyhow to 1.0.84 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 910df71..643c302 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ resolver = "2" [workspace.dependencies] -anyhow = { version = "1.0.83" } +anyhow = { version = "1.0.84" } tokio = { version = "1", features = ["full"] } tracing = { version = "0.1", features = ["log"] } tracing-subscriber = { version = "0.3.18" }