meilisearch-rust icon indicating copy to clipboard operation
meilisearch-rust copied to clipboard

Update async-graphql requirement from 6.0.11 to 7.0.17

Open dependabot[bot] opened this issue 4 months ago • 2 comments

Updates the requirements on async-graphql to permit the latest version.

Changelog

Sourced from async-graphql's changelog.

[7.0.17] 2025-05-24

  • update MSRV to 1.86.0
  • Allow exporting SDL with spaces #1688
  • Update GraphiQLSource to use React v18 #1705
  • fix: generate description of directives. #1681
  • feat: add @​requiresScopes support #1695
  • chore: fix clippy and fmt errors #1713
  • use preferred mime-type #1714
  • Add GraphiQLSource version #1704

[7.0.16] 2025-03-20

  • dynamic: fixed __typename always returned null when introspection was disabled.
  • update MSRV to 1.83.0

[7.0.15] 2025-02-03

  • feat: Add custom-error-conversion feature #1631
  • Update graphql annotation directive property to support paths #1663

[7.0.14] 2025-01-22

  • Update error messages for character length validation #1657
  • Upgrade to axum v0.8 #1653
  • Fix position calculator for unicode symbols #1648

[7.0.13] 2024-12-10

  • add support introspection inputValueDeprecation #1621

[7.0.12] 2024-12-08

  • update MSRV to 1.83.0
  • Add specified complexity for fields in SimpleObject.
  • feat: expose SDL export utilities in ExtensionContext #1606
  • feat(dynamic-schema): specify type directives in schema #1607
  • Make http2 optional for actix #1612
  • chore: use std OnceLock instead LazyLock #1613
  • Add UUID validator #1588
  • Update secrecy and support new types #1627
  • fix #1626
  • Allow non-native concrete types in generic structs deriving SimpleObject + InputObject #1629
  • chore: update opentelemetry to 0.27 #1614
  • connection: Allow 'first' and 'last' parameters to exist at the same time #1602
  • feat(dynamic-schema): specify type directives in schema #1607
  • Make boxed_any and borrowed_any for FieldValue work with trait objects again #1636
  • Add new altair option #1642
  • Fix Clippy for latest stable #1639
  • Add boxed-trait feature #1641

... (truncated)

Commits

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

dependabot[bot] avatar Aug 01 '25 04:08 dependabot[bot]