Skip to content

Commit 231a80a

Browse files
committed
Merge remote-tracking branch 'origin/main' into bohdan/p2p-relay-server
2 parents efbaa5b + 1bd03a0 commit 231a80a

12 files changed

Lines changed: 422 additions & 48 deletions

File tree

Cargo.lock

Lines changed: 130 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ license = "Apache-2.0" # TODO(template) updat
2424
publish = false
2525

2626
[workspace.dependencies]
27+
alloy = { version = "1.3", features = ["essentials"] }
28+
built = { version = "0.8.0", features = ["git2", "chrono", "cargo-lock"] }
29+
blst = "0.3"
2730
anyhow = "1"
2831
axum = "0.8.6"
29-
blst = "0.3.13"
3032
cancellation = "0.1.0"
3133
chrono = { version = "0.4", features = ["serde"] }
3234
clap = { version = "4.5.53", features = ["derive", "env", "cargo"] }
33-
alloy = { version = "1.3", features = ["essentials"] }
34-
built = { version = "0.8.0", features = ["git2", "chrono"] }
3535
crossbeam = "0.8.4"
3636
backon = "1.6.0"
3737
hex = { version = "0.4.3" }

crates/charon-cli/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ thiserror.workspace = true
1616
k256.workspace = true
1717
hex.workspace = true
1818
tokio.workspace = true
19+
charon-core.workspace = true
1920
charon-p2p.workspace = true
2021
charon-eth2.workspace = true
2122
charon-k1util.workspace = true

0 commit comments

Comments
 (0)