mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-04 12:53:05 +00:00
141358a69b
`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
12 lines
349 B
Diff
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
|