From 8f2f5cbd49d1f88e572aee5ec83e43e2c21ba810 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 24 Apr 2022 18:48:20 +0000 Subject: [PATCH] fix(deps): update rust crate anyhow to 1.0.57 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 417edc0..c62c042 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.57" async-trait = "0.1.51" path-tree = "0.2.2" futures-util = "0.3.17"