mirror of
https://github.com/graphql-hive/console
synced 2026-05-23 09:08:34 +00:00
fix(deps): update rust crate async-trait to 0.1.74 (#3571)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
e47db78d48
commit
31c4bef912
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ reqwest = { version = "0.11.11", default-features = false, features = ["rustls-t
|
|||
sha2 = { version = "0.10.2", features = ["std"] }
|
||||
anyhow = "1"
|
||||
tracing = "0.1"
|
||||
async-trait = "0.1.67"
|
||||
async-trait = "0.1.74"
|
||||
futures = { version = "0.3.27", features = ["thread-pool"] }
|
||||
schemars = { version = "0.8", features = ["url"] }
|
||||
serde = "1"
|
||||
|
|
|
|||
Loading…
Reference in a new issue