From ccb980c8f3c01d2e79ac48352b5e7cf65a5bb622 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 Apr 2022 17:12:12 +0200 Subject: [PATCH] Update Rust crate async-trait to 0.1.53 (#106) Co-authored-by: Renovate Bot --- src/client/Cargo.toml | 2 +- src/hyper/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/client/Cargo.toml b/src/client/Cargo.toml index c9cc6e12..054f3c20 100644 --- a/src/client/Cargo.toml +++ b/src/client/Cargo.toml @@ -37,7 +37,7 @@ tracing = "0.1" ring = "0.16" lazy_static = "1.4" http = "0.2" -async-trait = "0.1.52" +async-trait = "0.1.53" [dev-dependencies] diff --git a/src/hyper/Cargo.toml b/src/hyper/Cargo.toml index c25976ec..041b5b28 100644 --- a/src/hyper/Cargo.toml +++ b/src/hyper/Cargo.toml @@ -39,7 +39,7 @@ hex = "0.4" tracing = "0.1" ring = "0.16" lazy_static = "1.4" -async-trait = "0.1.52" +async-trait = "0.1.53" http = "0.2" tokio-tungstenite = { version = "0.17.1", features = ["rustls-tls-native-roots"] } rand = "0.8.5"