Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the boost-patch group in /bolt-boost with 6 updates #724

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
71 changes: 36 additions & 35 deletions bolt-boost/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions bolt-boost/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ axum-extra = "0.10.0"
futures = "0.3"
async-trait = "0.1.85"
eyre = "0.6.12"
thiserror = "2.0.9"
reqwest = "0.12.9"
thiserror = "2.0.11"
reqwest = "0.12.12"

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

# serialization
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.135"
serde_json = "1.0.137"
ethereum_ssz = "0.8.2"
ethereum_ssz_derive = "0.8.1"
ethereum_ssz_derive = "0.8.2"

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

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

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