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