Skip to content
This repository was archived by the owner on Feb 23, 2026. It is now read-only.

Commit 0260680

Browse files
authored
Merge pull request #724 from chainbound/dependabot/cargo/bolt-boost/boost-patch-f65aa942cd
chore(deps): bump the boost-patch group in /bolt-boost with 6 updates
2 parents 1adc34c + dff7307 commit 0260680

File tree

2 files changed

+42
-41
lines changed

2 files changed

+42
-41
lines changed

bolt-boost/Cargo.lock

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

bolt-boost/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ axum-extra = "0.10.0"
1919
futures = "0.3"
2020
async-trait = "0.1.85"
2121
eyre = "0.6.12"
22-
thiserror = "2.0.9"
23-
reqwest = "0.12.9"
22+
thiserror = "2.0.11"
23+
reqwest = "0.12.12"
2424

2525
# crypto
2626
ssz_rs = { git = "https://github.com/ralexstokes/ssz-rs", rev = "ec3073e" }
@@ -33,13 +33,13 @@ prometheus = "0.13.4"
3333

3434
# serialization
3535
serde = { version = "1.0.217", features = ["derive"] }
36-
serde_json = "1.0.135"
36+
serde_json = "1.0.137"
3737
ethereum_ssz = "0.8.2"
38-
ethereum_ssz_derive = "0.8.1"
38+
ethereum_ssz_derive = "0.8.2"
3939

4040
# alloy
4141
alloy = { version = "0.8.3", features = ["signer-local", "provider-trace-api", "rpc-types-beacon", "rpc-types-engine"] }
42-
alloy-rlp = "0.3.10"
42+
alloy-rlp = "0.3.11"
4343

4444
# commit-boost
4545
cb-common = { git = "https://github.com/commit-boost/commit-boost-client", rev = "v0.5.0" }
@@ -50,7 +50,7 @@ rand = "0.8.5"
5050
parking_lot = "0.12.3"
5151
lazy_static = "1.5.0"
5252
dashmap = "6.1.0"
53-
uuid = "1.12.0"
53+
uuid = "1.12.1"
5454

5555
[dev-dependencies]
5656
# NOTE: we need this in order to play nice with Lighthouse types at version 6.0.1

0 commit comments

Comments
 (0)