From 97010d3178919fb248e806deb6de0476056858fd Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 9 Dec 2021 14:04:54 +0000 Subject: [PATCH] fix(deps): update rust crate async-trait to 0.1.52 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 417edc0..5b788b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ http2 = ["hyper/http2"] [dependencies] anyhow = "1.0.47" -async-trait = "0.1.51" +async-trait = "0.1.52" path-tree = "0.2.2" futures-util = "0.3.17"