Commit 6dab3c9
authored
update ruint dependency (#8617)
I was resolving CI issues for my gloas block production [PR ](#8313), and noticed the `make audit-CI` [check](https://github.com/sigp/lighthouse/actions/runs/20588442102/job/59129268003) was failing due to:
```
Crate: ruint
Version: 1.17.0
Title: Unsoundness of safe `reciprocal_mg10`
Date: 2025-12-22
ID: RUSTSEC-2025-0137
URL: https://rustsec.org/advisories/RUSTSEC-2025-0137
Solution: Upgrade to >=1.17.1
```
Using the latest stable rust, `1.92.0`, I ran `cargo update ruint` -> `cargo check` -> `make audit-CI`, which passed
Co-Authored-By: shane-moore <[email protected]>1 parent 008dec1 commit 6dab3c9
1 file changed
+10
-10
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments