nixpkgs/pkgs/applications/blockchains/lighthouse/fix-dep-lazy_static.patch
Cody Schafer 141358a69b
lighthouse: 4.6.0 -> 5.2.0
`Cargo.lock` is updated from the v5.2.0 tag with the patches applied.

`use-c-kzg-from-crates-io.patch` is dropped because upstream uses a
crates.io version of `c-kzg`.

Changelogs since 4.6.0:

 - [v5.2.0](https://github.com/sigp/lighthouse/releases/tag/v5.2.0)
 - [v5.1.3](https://github.com/sigp/lighthouse/releases/tag/v5.1.3)
 - [v5.1.2](https://github.com/sigp/lighthouse/releases/tag/v5.1.2)
 - [v5.1.1](https://github.com/sigp/lighthouse/releases/tag/v5.1.1)
 - [v5.1.0](https://github.com/sigp/lighthouse/releases/tag/v5.1.0)
 - [v5.0.0](https://github.com/sigp/lighthouse/releases/tag/v5.0.0)

Closes #320853
2024-06-25 14:44:28 +00:00

12 lines
349 B
Diff

diff --git a/common/lighthouse_metrics/Cargo.toml b/common/lighthouse_metrics/Cargo.toml
index fe966f4a9..f4153fec2 100644
--- a/common/lighthouse_metrics/Cargo.toml
+++ b/common/lighthouse_metrics/Cargo.toml
@@ -8,3 +8,6 @@ edition = { workspace = true }
[dependencies]
prometheus = "0.13.0"
+
+[dev-dependencies]
+lazy_static.workspace = true