From 9fd3a62573470bbffad7f1166d3183ebdcc9e3f2 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Sat, 18 May 2024 12:33:46 +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" } -- 2.45.2