From 0c4c15000d31a7ff18fce36858861fb742ffd48d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 23 Dec 2021 20:11:16 +0000 Subject: [PATCH] fix(deps): update rust crate anyhow to 1.0.52 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 417edc0..71360b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ http1 = ["hyper/http1"] http2 = ["hyper/http2"] [dependencies] -anyhow = "1.0.47" +anyhow = "1.0.52" async-trait = "0.1.51" path-tree = "0.2.2" futures-util = "0.3.17"