biome: 1.9.2 -> 1.9.3
[NixPkgs.git] / pkgs / applications / blockchains / lighthouse / fix-dep-lazy_static.patch
blobbc0b4b51a10dad3521184b7ea4b15ff2e667f312
1 diff --git a/common/lighthouse_metrics/Cargo.toml b/common/lighthouse_metrics/Cargo.toml
2 index fe966f4a9..f4153fec2 100644
3 --- a/common/lighthouse_metrics/Cargo.toml
4 +++ b/common/lighthouse_metrics/Cargo.toml
5 @@ -8,3 +8,6 @@ edition = { workspace = true }
7 [dependencies]
8 prometheus = "0.13.0"
10 +[dev-dependencies]
11 +lazy_static.workspace = true