From 9174a0cc9428d4b835f9f557259ea81392ee3cfe Mon Sep 17 00:00:00 2001 From: Jose Celano Date: Fri, 28 Apr 2023 10:04:44 +0100 Subject: [PATCH] chore(deps): [#122] bump async-trait from 0.1.52 to 0.1.68 --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d847b360..3136ab3c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -285,13 +285,13 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.52" +version = "0.1.68" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "061a7acccaa286c011ddc30970520b98fa40e00c9d644633fb26b5fc63a265e3" +checksum = "b9ccdd8f2a161be9bd5c023df56f1b2a0bd1d83872ae53b71a84a12c9bf6e842" dependencies = [ "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.15", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index ce53dbe3..692a79c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ e2e-tests = [] actix-web = "4.0.0-beta.8" actix-multipart = "0.4.0-beta.5" actix-cors = "0.6.0-beta.2" -async-trait = "0.1.52" +async-trait = "0.1" futures = "0.3" sqlx = { version = "0.6", features = [ "runtime-tokio-native-tls", "sqlite", "mysql", "migrate", "time" ] } config = "0.13"