Skip to content

Commit

Permalink
chore(deps): bump async-graphql from 6.0.11 to 7.0.0
Browse files Browse the repository at this point in the history
Bumps [async-graphql](https://github.com/async-graphql/async-graphql) from 6.0.11 to 7.0.0.
- [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
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jan 8, 2024
1 parent 2e1f935 commit 4732ac0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 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 @@ -14,7 +14,7 @@ readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
async-graphql = { version = "6.0.11", optional = true }
async-graphql = { version = "7.0.0", optional = true }
crc32fast = "1.3.2"
md5 = "0.7.0"
rand = "0.8.5"
Expand Down

0 comments on commit 4732ac0

Please sign in to comment.