Skip to content

Commit

Permalink
Pin tonic dependency to avoid tls related dalek issues (#397)
Browse files Browse the repository at this point in the history
  • Loading branch information
madninja authored Apr 12, 2024
1 parent 659cd81 commit e8d84a8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@ path = "src/lib.rs"
members = ["beacon"]

[workspace.dependencies]
tonic = { version = "0" }
# Pin to 0.10 to avoid issues with tls and solana dalek deps
tonic = { version = "0.10" }
bytes = "1"
prost = "0"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tonic-build = { version = "0" }
tonic-build = { version = "0.10" }
prost-build = "0"

[features]
Expand Down

0 comments on commit e8d84a8

Please sign in to comment.