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