From 830fbbddc5bceea9b36acf9b1b2450fc606989d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Jan 2025 12:48:28 +0000 Subject: [PATCH] chore(deps): Bump async-trait from 0.1.84 to 0.1.85 Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.84 to 0.1.85. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.84...0.1.85) --- updated-dependencies: - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ca6d792af..450aed0e4 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 e4b982e7e..de0dde704 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"