From 98f5bd5c09bba4466fb7e85c28b5ed2deee188cd Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Sat, 18 May 2024 12:34:07 +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" }