From 4b97c91b8b7d30fab7877160b6d09b5b629e3d02 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Wed, 10 Apr 2024 04:37:43 +0000 Subject: [PATCH] chore(deps): update rust crate anyhow to 1.0.82 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e3dc686..f298a71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ resolver = "2" [workspace.dependencies] -anyhow = { version = "1.0.81" } +anyhow = { version = "1.0.82" } tokio = { version = "1", features = ["full"] } tracing = { version = "0.1", features = ["log"] } tracing-subscriber = { version = "0.3.18" }