Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Rust crate async-graphql to v7 #329

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 16, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
async-graphql dependencies major 6.0.11 -> 7.0.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

async-graphql/async-graphql (async-graphql)

v7.0.3

  • Sort schema fields & enums if required #​1475
  • Change the type_name of EmptySubscription fix #​1435 #​1475
  • add Request::set_parsed_query method #​1483
  • Upgrade strum to 0.26 #​1485
  • Fix validation of non-nullable variables with default values #​1491
  • add NextExecute::run_with_data method to attach context data before execution
  • feat: add registry method in dynamic::Registry #​1492
  • Allow non-scalars to be used as directive arguments #​1493
  • fix: add description to __schema introspection result #​1489

v7.0.2

  • Fix #[derive(OneofObject)] rejecting enums where the type comes from a macro subsitution #​1473
  • Optimize object proc-macro codegen #​1470
  • Use impl Future instead of async-trait in most traits. #​1468
  • Upgrade base64 to 0.21 #​1466
  • Standardize space between Args, Lists and Binary items #​1392
  • feat: support bigdecimal 0.4.x #​1358

v7.0.1

  • Add Shareable Attribute To InputObjectField #​1459
  • Feature Generic Unions #​1424
  • Address axum integration compilation error with non-Sync body #​1460
  • fix: date cursor precision string format #​1462

v7.0.0

  • upgrade to http1
  • Feature extend ResolveInfo with field attribute #​1428

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

Copy link
Contributor Author

renovate bot commented Feb 16, 2024

⚠ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: federation-v1/subgraphs/reviews/Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path federation-v1/subgraphs/reviews/Cargo.toml --package async-graphql@6.0.11 --precise 7.0.3
    Updating crates.io index
error: failed to select a version for the requirement `async-graphql = "^6.0.11"`
candidate versions found which didn't match: 7.0.3
location searched: crates.io index
required by package `async-graphql-axum v6.0.11`
    ... which satisfies dependency `async-graphql-axum = "^6.0.11"` (locked to 6.0.11) of package `accounts v0.1.0 (/tmp/renovate/repos/github/the-guild-org/gateways-benchmark/federation-v1/subgraphs/reviews)`
perhaps a crate was updated and forgotten to be re-vendored?

File name: federation-v1/subgraphs/products/Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path federation-v1/subgraphs/products/Cargo.toml --package async-graphql@6.0.11 --precise 7.0.3
    Updating crates.io index
error: failed to select a version for the requirement `async-graphql = "^6.0.11"`
candidate versions found which didn't match: 7.0.3
location searched: crates.io index
required by package `async-graphql-axum v6.0.11`
    ... which satisfies dependency `async-graphql-axum = "^6.0.11"` (locked to 6.0.11) of package `accounts v0.1.0 (/tmp/renovate/repos/github/the-guild-org/gateways-benchmark/federation-v1/subgraphs/products)`
perhaps a crate was updated and forgotten to be re-vendored?

File name: federation-v1/subgraphs/inventory/Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path federation-v1/subgraphs/inventory/Cargo.toml --package async-graphql@6.0.11 --precise 7.0.3
    Updating crates.io index
error: failed to select a version for the requirement `async-graphql = "^6.0.11"`
candidate versions found which didn't match: 7.0.3
location searched: crates.io index
required by package `async-graphql-axum v6.0.11`
    ... which satisfies dependency `async-graphql-axum = "^6.0.11"` (locked to 6.0.11) of package `accounts v0.1.0 (/tmp/renovate/repos/github/the-guild-org/gateways-benchmark/federation-v1/subgraphs/inventory)`
perhaps a crate was updated and forgotten to be re-vendored?

File name: federation-v1/subgraphs/accounts/Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path federation-v1/subgraphs/accounts/Cargo.toml --package async-graphql@6.0.11 --precise 7.0.3
    Updating crates.io index
error: failed to select a version for the requirement `async-graphql = "^6.0.11"`
candidate versions found which didn't match: 7.0.3
location searched: crates.io index
required by package `async-graphql-axum v6.0.11`
    ... which satisfies dependency `async-graphql-axum = "^6.0.11"` (locked to 6.0.11) of package `accounts v0.1.0 (/tmp/renovate/repos/github/the-guild-org/gateways-benchmark/federation-v1/subgraphs/accounts)`
perhaps a crate was updated and forgotten to be re-vendored?

@renovate renovate bot force-pushed the renovate/async-graphql-7.x branch from a686470 to 79d8e32 Compare February 18, 2024 10:33
@renovate renovate bot force-pushed the renovate/async-graphql-7.x branch from 79d8e32 to 5720ccd Compare March 16, 2024 08:26
@renovate renovate bot force-pushed the renovate/async-graphql-7.x branch from 5720ccd to a7e2361 Compare April 8, 2024 12:20
@renovate renovate bot force-pushed the renovate/async-graphql-7.x branch from a7e2361 to 17ad7a8 Compare May 5, 2024 11:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants