From e2239aae524cd067a7decdaf3da908a3b34ac9ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 22:04:08 +0000 Subject: [PATCH] fix(deps): update rust crate async-trait to 0.1.80 --- e2e-test/Cargo.toml | 2 +- radius/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/e2e-test/Cargo.toml b/e2e-test/Cargo.toml index fb75aef..350a597 100644 --- a/e2e-test/Cargo.toml +++ b/e2e-test/Cargo.toml @@ -8,4 +8,4 @@ publish = false [dependencies] radius = { version = "0.4.0", path = "../radius" } tokio = { version = "1.35.1", features = ["signal", "net"] } -async-trait = "0.1.77" +async-trait = "0.1.80" diff --git a/radius/Cargo.toml b/radius/Cargo.toml index 7954095..2a3f5fb 100644 --- a/radius/Cargo.toml +++ b/radius/Cargo.toml @@ -21,7 +21,7 @@ num_enum = "0.7.2" thiserror = "1.0" log = "0.4.20" tokio = { version = "1.35.1", features = ["full"] } -async-trait = "0.1.77" +async-trait = "0.1.80" [features] default = ["md5"]