Skip to content

Commit 6141ac6

Browse files
committed
Update deps
1 parent cb9a15e commit 6141ac6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ members = [
1616
async-trait = "0.1"
1717
axum = { version = "0.7", features = ["ws"] }
1818
bytes = "1.6"
19-
eth2 = { git = "https://github.com/realbigsean/lighthouse.git", rev = "10ce60633859ab4f20308ef42bb88e219e09fee5" }
20-
ethereum_serde_utils = "0.5.2"
21-
ethereum_ssz = "0.5.4"
22-
ethereum_ssz_derive = "0.5.4"
19+
eth2 = { git = "https://github.com/pawanjay176/lighthouse.git", rev = "6d10456912b3c39b8a8c9089db76e8ead20608a0" }
20+
ethereum_serde_utils = "0.7"
21+
ethereum_ssz = "0.7"
22+
ethereum_ssz_derive = "0.7"
2323
flate2 = "1.0"
2424
futures = "0.3.30"
2525
http = "1"
@@ -30,5 +30,5 @@ superstruct = "0.8"
3030
tokio = { version = "1", default-features = false, features = ["signal", "rt-multi-thread"] }
3131
tokio-tungstenite = "0.24.0"
3232
tracing = { version = "0.1", features = ["attributes"] }
33-
types = { git = "https://github.com/realbigsean/lighthouse.git", rev = "10ce60633859ab4f20308ef42bb88e219e09fee5" }
33+
types = { git = "https://github.com/pawanjay176/lighthouse.git", rev = "6d10456912b3c39b8a8c9089db76e8ead20608a0" }
3434
rand = "0.8"

0 commit comments

Comments
 (0)