From 31c4bef912033aaf15a344371922d33aebdf4bc8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Dec 2023 14:04:13 +0200 Subject: [PATCH] fix(deps): update rust crate async-trait to 0.1.74 (#3571) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- packages/libraries/router/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/libraries/router/Cargo.toml b/packages/libraries/router/Cargo.toml index 1a12ebc35..113a01f24 100644 --- a/packages/libraries/router/Cargo.toml +++ b/packages/libraries/router/Cargo.toml @@ -18,7 +18,7 @@ reqwest = { version = "0.11.11", default-features = false, features = ["rustls-t sha2 = { version = "0.10.2", features = ["std"] } anyhow = "1" tracing = "0.1" -async-trait = "0.1.67" +async-trait = "0.1.74" futures = { version = "0.3.27", features = ["thread-pool"] } schemars = { version = "0.8", features = ["url"] } serde = "1"