From 28e6b5fbc7b04c665edb1c9c4a30a8761532503d Mon Sep 17 00:00:00 2001 From: GitLab CI Date: Sun, 7 Jul 2024 23:59:23 +0000 Subject: [PATCH] chore(deps): update rust crate async-trait to 0.1.81 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c69c7169b5..9a2f485988 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -148,9 +148,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.80" +version = "0.1.81" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca" +checksum = "6e0c28dcc82d7c8ead5cb13beb15405b57b8546e93215673ff8ca0349a028107" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 3e48493206..3e264d26bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ napi-derive = "3.0.0-alpha.4" napi-build = "2.1.3" argon2 = { version = "0.5.3", default-features = false } -async-trait = { version = "0.1.80", default-features = false } +async-trait = { version = "0.1.81", default-features = false } basen = { version = "0.1.0", default-features = false } bb8 = { version = "0.8.5", default-features = false } bcrypt = { version = "0.15.1", default-features = false }