From 922372eed3486ba86ebba7a5b7255b2b2038001d Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Fri, 17 May 2024 18:24:38 +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 f298a71..643c302 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ resolver = "2" [workspace.dependencies] -anyhow = { version = "1.0.82" } +anyhow = { version = "1.0.84" } tokio = { version = "1", features = ["full"] } tracing = { version = "0.1", features = ["log"] } tracing-subscriber = { version = "0.3.18" }