Skip to content

Commit 8b8380d

Browse files
dependabot[bot]tpoliaw
authored andcommitted
Bump the async_graphql group with 5 updates
Bumps the async_graphql group with 5 updates: | Package | From | To | | --- | --- | --- | | [async-graphql](https://github.com/async-graphql/async-graphql) | `7.0.15` | `7.0.16` | | [async-graphql-axum](https://github.com/async-graphql/async-graphql) | `7.0.15` | `7.0.16` | | [async-graphql-derive](https://github.com/async-graphql/async-graphql) | `7.0.15` | `7.0.16` | | [async-graphql-parser](https://github.com/async-graphql/async-graphql) | `7.0.15` | `7.0.16` | | [async-graphql-value](https://github.com/async-graphql/async-graphql) | `7.0.15` | `7.0.16` | Updates `async-graphql` from 7.0.15 to 7.0.16 - [Changelog](https://github.com/async-graphql/async-graphql/blob/master/CHANGELOG.md) - [Commits](https://github.com/async-graphql/async-graphql/commits) Updates `async-graphql-axum` from 7.0.15 to 7.0.16 - [Changelog](https://github.com/async-graphql/async-graphql/blob/master/CHANGELOG.md) - [Commits](https://github.com/async-graphql/async-graphql/commits) Updates `async-graphql-derive` from 7.0.15 to 7.0.16 - [Changelog](https://github.com/async-graphql/async-graphql/blob/master/CHANGELOG.md) - [Commits](https://github.com/async-graphql/async-graphql/commits) Updates `async-graphql-parser` from 7.0.15 to 7.0.16 - [Changelog](https://github.com/async-graphql/async-graphql/blob/master/CHANGELOG.md) - [Commits](https://github.com/async-graphql/async-graphql/commits) Updates `async-graphql-value` from 7.0.15 to 7.0.16 - [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-patch dependency-group: async_graphql - dependency-name: async-graphql-axum dependency-type: direct:production update-type: version-update:semver-patch dependency-group: async_graphql - dependency-name: async-graphql-derive dependency-type: indirect update-type: version-update:semver-patch dependency-group: async_graphql - dependency-name: async-graphql-parser dependency-type: indirect update-type: version-update:semver-patch dependency-group: async_graphql - dependency-name: async-graphql-value dependency-type: indirect update-type: version-update:semver-patch dependency-group: async_graphql ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 67535dc commit 8b8380d

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

Cargo.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ rust-version = "1.83"
1111
unwrap_used = "deny"
1212

1313
[dependencies]
14-
async-graphql = { version = "7.0.15", features = ["tracing"] }
15-
async-graphql-axum = "7.0.15"
14+
async-graphql = { version = "7.0.16", features = ["tracing"] }
15+
async-graphql-axum = "7.0.16"
1616
axum = "0.8.3"
1717
axum-extra = { version = "0.10.1", features = ["typed-header"] }
1818
chrono = "0.4.40"

0 commit comments

Comments
 (0)