Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 28 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ lru = "0.18"
either = { version = "1.16.0", default-features = false }
pin-project = "1.1.13"
uuid = { version = "1", features = ["serde", "v4"] }
vergen = "9.1.0"
vergen = "10.0.1"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 78b2755. Configure here.

vergen-git2 = "9.1.0"

# Test
Expand Down
Loading