Bump async-trait from 0.1.80 to 0.1.81 (#804)

Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.80 to 0.1.81.

V3_GIT_ORIGIN_REV_ID: 1e9a6a6a40b6b0f732774df1e7a52b8a182f70c1
This commit is contained in:
dependabot[bot] 2024-07-08 08:31:17 +00:00 committed by hasura-bot
parent 0d9bb020f1
commit 7a0eb6847a
2 changed files with 3 additions and 3 deletions

4
v3/Cargo.lock generated
View File

@ -474,9 +474,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",

View File

@ -15,7 +15,7 @@ hasura-authn-core = { path = "../auth/hasura-authn-core" }
ndc-models = { workspace = true }
indexmap = { workspace = true }
datafusion = { version = "39.0.0", features = ["serde"] }
async-trait = "0.1.80"
async-trait = "0.1.81"
futures = "0.3.30"
serde = { workspace = true, features = ["rc"] }
thiserror = { workspace = true }