From 19e7984e998a885ac84bfbde20f7818fb6abcfed Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 25 Apr 2024 09:30:51 +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 0d0baed..1cda291 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -64,7 +64,7 @@ tokio = { version = "1.37", features = ["full"] } assert2 = "0.3" pretty_assertions = "1.4" test-log = "0.2" -anyhow = "1.0" +anyhow = "1.0.82" [package.metadata.bin] # Conventional commits githook