Skip to content

Commit

Permalink
chore: update prost and tonic
Browse files Browse the repository at this point in the history
  • Loading branch information
AjithPanneerselvam committed Oct 25, 2023
1 parent 8b0c318 commit 3f23342
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion grpc-build-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ categories = ["development-tools"]

[dependencies]
grpc-build-derive = { version = "0.2.0", path = "../grpc-build-derive" }
prost-types = "0.11"
prost-types = "0.12"
bytes = "1"
10 changes: 5 additions & 5 deletions grpc-build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@ path = "src/lib.rs"
name = "grpc_build"

[dependencies]
prost = "0.11"
prost = "0.12"
anyhow = "1"
tonic-build = "0.9"
prost-build = "0.11"
tonic-build = "0.10"
prost-build = "0.12"
clap = { version = "4.0.32", features = ["derive"] }
paw = "1"
walkdir = "2.3"
tempfile = "3.3"
prost-types = "0.11"
prost-types = "0.12"
fs-err = "2.7"

[dev-dependencies]
tonic = "0.9"
tonic = "0.10"
trybuild = "1.0"
grpc-build-core = { path = "../grpc-build-core"}

0 comments on commit 3f23342

Please sign in to comment.