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.82 #600

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

Conversation

oxide-renovate[bot]
Copy link
Contributor

@oxide-renovate oxide-renovate bot commented Sep 28, 2024

This PR contains the following updates:

Package Type Update Change
syn workspace.dependencies patch 2.0.77 -> 2.0.82

Release Notes

dtolnay/syn (syn)

v2.0.82

Compare Source

  • Provide Parse impls for PreciseCapture and CapturedParam (#​1757, #​1758)
  • Support parsing unsafe attributes (#​1759)
  • Add Fold and VisitMut methods for Vec<Attribute> (#​1762)

v2.0.81

Compare Source

  • Add TypeParamBound::PreciseCapture to represent precise capture syntax impl Trait + use<'a, T> (#​1752, #​1753, #​1754)

v2.0.80

Compare Source

  • Add Expr::RawAddr (#​1743)
  • Reject precise captures and ~const in inappropriate syntax positions (#​1747)
  • Reject trait bound containing only precise capture (#​1748)

v2.0.79

Compare Source

  • Fix infinite loop on parsing chained ranges (#​1741)
  • Fix panic in parsing use items containing absolute paths (#​1742)

v2.0.78

Compare Source

  • Fix infinite loop on chained comparison (#​1739)

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 changed the title Update Rust crate syn to v2.0.79 Update Rust crate syn to v2.0.80 Oct 20, 2024
@oxide-renovate
Copy link
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact 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/opte/bench`
referenced by workspace at `/tmp/renovate/repos/github/oxidecomputer/opte/Cargo.toml`

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

Caused by:
  failed to load manifest for dependency `oxide-vpc`

Caused by:
  failed to parse manifest at `/tmp/renovate/repos/github/oxidecomputer/opte/lib/oxide-vpc/Cargo.toml`

Caused by:
  error inheriting `uuid` from workspace root manifest's `workspace.dependencies.uuid`

Caused by:
  `dependency.uuid` was not found in `workspace.dependencies`

@oxide-renovate oxide-renovate bot changed the title Update Rust crate syn to v2.0.80 Update Rust crate syn to v2.0.81 Oct 20, 2024
@oxide-renovate oxide-renovate bot changed the title Update Rust crate syn to v2.0.81 Update Rust crate syn to v2.0.82 Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants