From 2c5d871636c67a444d1ba12f0c62be8ded57b823 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 7 Mar 2021 09:04:23 +0000 Subject: [PATCH] fix(deps): update rust crate async-trait to 0.1.47 --- 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 98794dc..adffb68 100644 --- a/e2e-test/Cargo.toml +++ b/e2e-test/Cargo.toml @@ -8,4 +8,4 @@ publish = false [dependencies] radius = { version = "0.2.0", path = "../radius" } tokio = { version = "1.2.0", features = ["signal", "net"] } -async-trait = "0.1.42" +async-trait = "0.1.47" diff --git a/radius/Cargo.toml b/radius/Cargo.toml index 39ae4f6..b5d877c 100644 --- a/radius/Cargo.toml +++ b/radius/Cargo.toml @@ -20,4 +20,4 @@ num_enum = "0.5.1" thiserror = "1.0" log = "0.4.14" tokio = { version = "1.2.0", features = ["full"] } -async-trait = "0.1.42" +async-trait = "0.1.47"