Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed Nov 23, 2024
1 parent 2348b3f commit 75a2c14
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,13 @@ rstest = "0.23.0"
serde_json = "1.0.133"
testresult = "0.4.1"
tokio = { version = "1.41.1", features = ["rt-multi-thread", "macros"] }
beacon-api = { git = "https://github.com/unionlabs/union", rev = "26b79f6" }
reqwest = { version = "0.12", features = ["stream"] }
futures = "0.3"
# unionlabs = { git = "https://github.com/unionlabs/union", rev = "7342fd9" }
# protos = { git = "https://github.com/unionlabs/union", rev = "7342fd9" }
beacon-api = { git = "https://github.com/unionlabs/union", rev = "10355e6" }
unionlabs = { git = "https://github.com/unionlabs/union", rev = "10355e6" }
protos = { git = "https://github.com/unionlabs/union", rev = "10355e6", features = [
"serde",
] }

[lints.clippy]
std_instead_of_core = "warn"

0 comments on commit 75a2c14

Please sign in to comment.