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
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ opentelemetry_sdk = { version = "0.31", features = ["rt-tokio"] }
parking_lot = "0.12.3"
paste = "1.0"
proptest = "1.11.0"
rand = "0.8.5"
rand = "0.9.2"
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Keep rand major version aligned with secp256k1 call sites

Bumping the workspace rand crate to 0.9.2 introduces a major-version split with secp256k1 consumers that still resolve rand 0.8.x (for example via musig2), so call sites like SECP256K1.generate_keypair(&mut rand::thread_rng()) in crates/test-utils/btcio/src/submit.rs no longer satisfy the expected Rng trait and test builds will fail when that module is compiled; either keep workspace rand on 0.8.x or upgrade the secp256k1/musig2 side to a rand 0.9-compatible set in the same change.

Useful? React with 👍 / 👎.

rand_chacha = { version = "0.3.1", default-features = false }
rand_core = { version = "0.6", default-features = false }
reqwest = { version = "0.12.7", default-features = false, features = [
Expand Down
54 changes: 27 additions & 27 deletions provers/sp1/guest-alpen-acct/Cargo.lock

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

Loading
Loading