Skip to content

Commit

Permalink
chore(deps): bump async-graphql-parser from 7.0.5 to 7.0.6
Browse files Browse the repository at this point in the history
Bumps [async-graphql-parser](https://github.com/async-graphql/async-graphql) from 7.0.5 to 7.0.6.
- [Release notes](https://github.com/async-graphql/async-graphql/releases)
- [Changelog](https://github.com/async-graphql/async-graphql/blob/master/CHANGELOG.md)
- [Commits](https://github.com/async-graphql/async-graphql/commits)

---
updated-dependencies:
- dependency-name: async-graphql-parser
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 10, 2024
1 parent 7474fa3 commit e2b81d6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
tokio = { version = "1.28.0", features = ["rt-multi-thread", "macros", "signal", "fs"] }
async-graphql = { version = "7.0.5", features = ["chrono", "apollo_persisted_queries"] }
async-graphql-parser = "7.0.5"
async-graphql-parser = "7.0.6"
async-graphql-axum = "7.0.5"
chrono = { version = "0.4.24", default-features=false }
sea-orm = { version = "0.12.5", features = ["sqlx-mysql", "runtime-actix-rustls", "macros", "with-chrono", "with-json" ], default-features = false }
Expand Down

0 comments on commit e2b81d6

Please sign in to comment.