chore(deps): bump vergen from 9.1.0 to 10.0.1#829
Conversation
Bumps [vergen](https://github.com/rustyhorde/vergen) from 9.1.0 to 10.0.1. - [Release notes](https://github.com/rustyhorde/vergen/releases) - [Commits](https://github.com/rustyhorde/vergen/commits/10.0.1) --- updated-dependencies: - dependency-name: vergen dependency-version: 10.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 78b2755. Configure here.
| pin-project = "1.1.13" | ||
| uuid = { version = "1", features = ["serde", "v4"] } | ||
| vergen = "9.1.0" | ||
| vergen = "10.0.1" |
There was a problem hiding this comment.
vergen git2 version skew
High Severity
The workspace bumps vergen to 10.0.1 but leaves vergen-git2 at 9.1.0, which still depends on vergen/vergen-lib 9.x. world-chain-node’s build.rs uses both crates together, so Cargo resolves two incompatible vergen generations for one build script, and the script still targets the vergen 9 builder API removed in vergen 10.
Reviewed by Cursor Bugbot for commit 78b2755. Configure here.


Bumps vergen from 9.1.0 to 10.0.1.
Release notes
Sourced from vergen's releases.
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Note
Low Risk
Dependency-only bump affecting build-time metadata generation; dual vergen versions in the lockfile are expected until vergen-git2 is upgraded.
Overview
Bumps the workspace
vergendependency from 9.1.0 to 10.0.1 inCargo.tomland refreshesCargo.lockso the world-chain crate graph resolvesvergen 10.0.1/vergen-lib 10.0.1.vergen-git2remains 9.1.0, so the lockfile still carriesvergen 9.1.0for reth and vergen-git2 alongside the new major line—no application orbuild.rschanges in this diff.Reviewed by Cursor Bugbot for commit 78b2755. Bugbot is set up for automated code reviews on this repo. Configure here.