From 3592a91f0307c29fff4383b296bd1125070d972f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 10:38:46 +0800 Subject: [PATCH] chore(deps): Bump async-trait from 0.1.84 to 0.1.85 (#897) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8f13861c6..3eafa1e08 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -595,9 +595,9 @@ checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" [[package]] name = "async-trait" -version = "0.1.84" +version = "0.1.85" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b1244b10dcd56c92219da4e14caa97e312079e185f04ba3eea25061561dc0a0" +checksum = "3f934833b4b7233644e5848f235df3f57ed8c80f1528a26c3dfa13d2147fa056" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 10272d1ac..5a9c21403 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ arrow-schema = { version = "53.3.0" } arrow-select = { version = "53.3.0" } arrow-string = { version = "53.3.0" } async-stream = "0.3.5" -async-trait = "0.1.73" +async-trait = "0.1.85" async-std = "1.12" aws-config = "1" aws-sdk-glue = "1.39"