Skip to content

Commit

Permalink
Merge pull request #759 from chainbound/dependabot/cargo/bolt-sidecar…
Browse files Browse the repository at this point in the history
…/sidecar-patch-adf866de07

chore(deps): bump the sidecar-patch group in /bolt-sidecar with 4 updates
  • Loading branch information
estensen authored Feb 3, 2025
2 parents dc5bb8c + 522a93e commit 585c447
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
30 changes: 15 additions & 15 deletions bolt-sidecar/Cargo.lock

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

8 changes: 4 additions & 4 deletions bolt-sidecar/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ lighthouse_bls = { package = "bls", git = "https://github.com/sigp/lighthouse",
# types
uuid = { version = "1.12.1", features = ["v7", "serde"] }
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.137"
serde_json = "1.0.138"
parking_lot = "0.12.1"
async-trait = "0.1.85"
async-trait = "0.1.86"
hex = "0.4.3"

# utils
Expand All @@ -71,14 +71,14 @@ dotenvy = "0.15.7"
regex = "1.10.5"
jsonwebtoken = "9.3.0"
derive_more = "1.0.0"
rustls = "0.23.21"
rustls = "0.23.22"

# tracing
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "fmt"] }
tracing = "0.1.40"

# telemetry
metrics-exporter-prometheus = { version = "0.16.1", features = ["http-listener"] }
metrics-exporter-prometheus = { version = "0.16.2", features = ["http-listener"] }
metrics = "0.24"

[dev-dependencies]
Expand Down

0 comments on commit 585c447

Please sign in to comment.