mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-15 06:14:57 +01: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
13 lines
483 B
Diff
13 lines
483 B
Diff
diff --git a/Cargo.toml b/Cargo.toml
|
|
index b942d1719..da6f245c5 100644
|
|
--- a/Cargo.toml
|
|
+++ b/Cargo.toml
|
|
@@ -148,7 +148,7 @@ regex = "1"
|
|
reqwest = { version = "0.11", default-features = false, features = ["blocking", "json", "stream", "rustls-tls", "native-tls-vendored"] }
|
|
ring = "0.16"
|
|
rpds = "0.11"
|
|
-rusqlite = { version = "0.28", features = ["bundled"] }
|
|
+rusqlite = { version = "0.28" }
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_json = "1"
|
|
serde_repr = "0.1"
|