From 2dba5b9abb799ac0322c66d3d87f5e45b4a1de52 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Sat, 18 May 2024 12:33:01 +0000 Subject: [PATCH] chore(deps): 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 a7b0190..20acbef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ resolver = "2" [workspace.dependencies] -anyhow = { version = "1.0.85" } +anyhow = { version = "1.0.86" } tokio = { version = "1", features = ["full"] } tracing = { version = "0.1", features = ["log"] } tracing-subscriber = { version = "0.3.18" }