Skip to content

Commit

Permalink
Use tonic 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
akiradeveloper committed Jul 8, 2024
1 parent 18d2b45 commit c8b548f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ async-trait = "0.1.80"
bincode = "1.3.3"
bytes = "1.6.0"
tokio = "1.38"
tonic = { git = "https://github.com/hyperium/tonic" }
tonic-build = { git = "https://github.com/hyperium/tonic" }
prost = "0.12"
prost-build = "0.12"
tonic = "0.12"
tonic-build = "0.12"
prost = "0.13"
prost-build = "0.13"
lolraft = { path = "lolraft" }
redb-backend = { path = "redb-backend" }
2 changes: 1 addition & 1 deletion lolraft/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ thiserror = "1"
tokio = { version = "1", features = ["rt"] }
tokio-util = "0.7"
tonic = { workspace = true }
tonic-reflection = { git = "https://github.com/hyperium/tonic" }
tonic-reflection = "0.12"

[dev-dependencies]
tokio = { version = "1", features = ["full"] }
Expand Down

0 comments on commit c8b548f

Please sign in to comment.