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 syn to v2.0.68 - autoclosed #5774

Closed
wants to merge 1 commit into from

Conversation

oxide-renovate[bot]
Copy link
Contributor

@oxide-renovate oxide-renovate bot commented May 15, 2024

This PR contains the following updates:

Package Type Update Change
syn workspace.dependencies patch 2.0.64 -> 2.0.68

Release Notes

dtolnay/syn (syn)

v2.0.68

Compare Source

  • Improve panic location when parse_quote! parses invalid syntax (#​1690, thanks @​stepancheg)
  • More efficient peek implementation for Group and Lifetime (#​1687)

v2.0.67

Compare Source

  • Produce more accurate error message locations for errors located at the end of a nested group (#​1679, #​1680)
  • Support peeking LitCStr in ParseStream::peek (#​1682)

v2.0.66

Compare Source

  • Allow braced structs when parsing ExprLet (#​1671)

v2.0.65

Compare Source


Configuration

📅 Schedule: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles.

🚦 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 Renovate Bot.

@oxide-renovate oxide-renovate bot added the dependencies Pull requests that update a dependency file label May 15, 2024
@oxide-renovate oxide-renovate bot changed the title Update Rust crate syn to v2.0.63 Update Rust crate syn to v2.0.64 May 17, 2024
@oxide-renovate oxide-renovate bot force-pushed the renovate/syn-2.x-lockfile branch from 0ee3522 to 70defe0 Compare May 17, 2024 03:10
@oxide-renovate oxide-renovate bot changed the title Update Rust crate syn to v2.0.64 Update Rust crate syn to v2.0.65 May 20, 2024
@oxide-renovate oxide-renovate bot force-pushed the renovate/syn-2.x-lockfile branch 2 times, most recently from 5961dbc to e30c2a3 Compare May 21, 2024 03:10
@oxide-renovate oxide-renovate bot changed the title Update Rust crate syn to v2.0.65 Update Rust crate syn to v2.0.66 May 24, 2024
@oxide-renovate oxide-renovate bot force-pushed the renovate/syn-2.x-lockfile branch 2 times, most recently from faca45b to 1cf8219 Compare May 30, 2024 22:25
@oxide-renovate oxide-renovate bot force-pushed the renovate/syn-2.x-lockfile branch 2 times, most recently from f5c0e43 to b1ad2f2 Compare June 5, 2024 03:12
@oxide-renovate oxide-renovate bot force-pushed the renovate/syn-2.x-lockfile branch from b1ad2f2 to 256c78b Compare June 22, 2024 03:23
@oxide-renovate oxide-renovate bot changed the title Update Rust crate syn to v2.0.66 Update Rust crate syn to v2.0.67 Jun 22, 2024
@oxide-renovate
Copy link
Contributor Author

oxide-renovate bot commented Jun 22, 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: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --workspace
error: failed to load manifest for workspace member `/tmp/renovate/repos/github/oxidecomputer/omicron/cockroach-admin`
referenced by workspace at `/tmp/renovate/repos/github/oxidecomputer/omicron/Cargo.toml`

Caused by:
  failed to load manifest for dependency `nexus-test-utils`

Caused by:
  failed to load manifest for dependency `nexus-db-queries`

Caused by:
  failed to load manifest for dependency `oximeter`

Caused by:
  failed to parse manifest at `/tmp/renovate/repos/github/oxidecomputer/omicron/oximeter/oximeter/Cargo.toml`

Caused by:
  error inheriting `float-ord` from workspace root manifest's `workspace.dependencies.float-ord`

Caused by:
  `dependency.float-ord` was not found in `workspace.dependencies`

File name: Cargo.toml
Command failed: tools/renovate-post-upgrade.sh
Error: 
   0: �[91mbuilding package graph failed�[0m
   1: �[91m`cargo metadata` execution failed�[0m
   2: �[91m`cargo metadata` exited with an error: error: failed to load manifest for workspace member `/tmp/renovate/repos/github/oxidecomputer/omicron/cockroach-admin`
      referenced by workspace at `/tmp/renovate/repos/github/oxidecomputer/omicron/Cargo.toml`

      Caused by:
        failed to load manifest for dependency `nexus-test-utils`

      Caused by:
        failed to load manifest for dependency `nexus-db-queries`

      Caused by:
        failed to load manifest for dependency `oximeter`

      Caused by:
        failed to parse manifest at `/tmp/renovate/repos/github/oxidecomputer/omicron/oximeter/oximeter/Cargo.toml`

      Caused by:
        error inheriting `float-ord` from workspace root manifest's `workspace.dependencies.float-ord`

      Caused by:
        `dependency.float-ord` was not found in `workspace.dependencies`
   2: �[0m

  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   1: �[32m__libc_start_main�[0m�[90m<unknown>�[0m
      at �[35m<unknown source file>�[0m:�[35m<unknown line>�[0m

Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering.
Run with RUST_BACKTRACE=full to include source snippets.

@oxide-renovate oxide-renovate bot force-pushed the renovate/syn-2.x-lockfile branch from 256c78b to df61683 Compare June 23, 2024 03:10
@oxide-renovate oxide-renovate bot changed the title Update Rust crate syn to v2.0.67 Update Rust crate syn to v2.0.68 Jun 24, 2024
@oxide-renovate oxide-renovate bot force-pushed the renovate/syn-2.x-lockfile branch from df61683 to 1629125 Compare June 25, 2024 03:11
@oxide-renovate oxide-renovate bot changed the title Update Rust crate syn to v2.0.68 Update Rust crate syn to v2.0.68 - autoclosed Jun 25, 2024
@oxide-renovate oxide-renovate bot closed this Jun 25, 2024
@oxide-renovate oxide-renovate bot deleted the renovate/syn-2.x-lockfile branch June 25, 2024 05:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants