mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 09:22:43 +03:00
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:
parent
0d9bb020f1
commit
7a0eb6847a
4
v3/Cargo.lock
generated
4
v3/Cargo.lock
generated
@ -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",
|
||||
|
@ -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 }
|
||||
|
Loading…
Reference in New Issue
Block a user