From dd71f157556c6fe67c7d5ac0fd2346744d66fe84 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 29 Nov 2021 17:00:48 +0000 Subject: [PATCH] fix(deps): update rust crate anyhow to 1.0.51 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 417edc0..a5efec2 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.51" async-trait = "0.1.51" path-tree = "0.2.2" futures-util = "0.3.17"