Skip to content

Commit

Permalink
build(deps): update prost requirement from 0.11.9 to 0.12.0 (#246)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 5, 2023
1 parent 77f5805 commit 5fcdaee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ bench = false

[dependencies]
firewood = { version = "0.0.3", path = "../firewood" }
prost = "0.11.9"
prost = "0.12.0"
thiserror = "1.0.47"
tokio = { version = "1.32.0", features = ["sync", "rt-multi-thread"] }
tonic = { version = "0.9.2", features = ["tls"] }
tonic = { version = "0.10.0", features = ["tls"] }

[build-dependencies]
tonic-build = "0.10.0"

0 comments on commit 5fcdaee

Please sign in to comment.