lighthouse: 7.0.1 -> 7.1.0

https://github.com/sigp/lighthouse/releases/tag/v7.1.0
This commit is contained in:
gileri
2025-07-12 20:49:46 +02:00
parent bfa0fcd954
commit 0e6e8c5a67
2 changed files with 10 additions and 10 deletions
+3 -3
View File
@@ -17,7 +17,7 @@
rustPlatform.buildRustPackage rec {
pname = "lighthouse";
version = "7.0.1";
version = "7.1.0";
# lighthouse/common/deposit_contract/build.rs, `TAG`
depositContractSpecVersion = "0.12.1";
@@ -28,14 +28,14 @@ rustPlatform.buildRustPackage rec {
owner = "sigp";
repo = "lighthouse";
tag = "v${version}";
hash = "sha256-0nClqRSLwKnTNAMsvX5zzN2PbVJ51xtQv48cHSqHLAY=";
hash = "sha256-+tLAuuinSaVIwO5wi1Cf+86pWj83Jj0p1ajnDdpHsyI=";
};
patches = [
./use-system-sqlite.patch
];
cargoHash = "sha256-tQVZXZzcit4seBgmW4WEyNOkLzswX/I36DphORb7w30=";
cargoHash = "sha256-pb44m+iWArlIim2tqbaH+pwCSqIdqzfVZJ9yj/ne1LY=";
useFetchCargoVendor = true;
buildFeatures = [
@@ -1,13 +1,13 @@
diff --git a/Cargo.toml b/Cargo.toml
index b942d1719..da6f245c5 100644
index 6a7b2f610..4cd9a9bc0 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"
@@ -215,7 +215,7 @@ reqwest = { version = "0.11", default-features = false, features = [
] }
ring = "0.17"
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"
rust_eth_kzg = "0.5.4"
safe_arith = { path = "consensus/safe_arith" }
sensitive_url = { path = "common/sensitive_url" }