Skip to content

Commit a77a3ed

Browse files
committed
fix: cargo audit issue with vrf dalek
1 parent 57bf63e commit a77a3ed

File tree

2 files changed

+108
-35
lines changed

2 files changed

+108
-35
lines changed

Cargo.lock

Lines changed: 107 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/block_vrf_validator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ pallas-math = { workspace = true }
2727
dashu-int = "0.4.1"
2828

2929
# The vrf crate has not been fully tested in production environments and still has several upstream issues that are open PRs but not merged yet.
30-
vrf_dalek = { git = "https://github.com/txpipe/vrf", rev = "044b45a1a919ba9d9c2471fc5c4d441f13086676" }
30+
vrf_dalek = { package = "pallas_vrf", git = "https://github.com/txpipe/vrf", rev = "62ef4c7252ed05df98611da191e20c0dd144f025" }
3131

3232
[lib]
3333
path = "src/block_vrf_validator.rs"

0 commit comments

Comments
 (0)