chore(deps): bump vergen from 9.1.0 to 10.0.1 - #829
Conversation
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](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>
78b2755 to
f370ac1
Compare
|
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |


Bumps vergen from 9.1.0 to 10.0.1.
Release notes
Sourced from vergen's releases.
Commits
Note
Low Risk
Dependency-only bump for a build-script crate with no runtime or consensus/RPC logic changes; main risk is a compile break in
build.rsif vergen 10’s API diverged.Overview
Bumps the workspace
vergendependency from 9.1.0 to 10.0.1 inCargo.tomland refreshesCargo.lock, which addsvergen/vergen-lib10.x whilevergen-git29.1.0 still pullsvergen9.1.0 (two versions in the graph).This affects build-time metadata generation for crates such as
world-chain-node(build.rsembeds git SHA and build timestamps into version strings).vergen-git2is unchanged at 9.1.0; there are no Rust source edits in this PR.Reviewed by Cursor Bugbot for commit f370ac1. Bugbot is set up for automated code reviews on this repo. Configure here.