From bd4ba5807ff3e00c51df785c7106562e0a58533b Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Fri, 17 May 2024 22:48:18 +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" }