Skip to content

Commit

Permalink
build: explicitly require tonic v1.12.3 (#2357)
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek authored Nov 29, 2024
1 parent 343337a commit 837e24c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/dapi-grpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ mocks = ["serde", "dep:serde_json"]
[dependencies]
prost = { version = "0.13" }
futures-core = "0.3.30"
tonic = { version = "0.12", features = [
tonic = { version = "0.12.3", features = [
"codegen",
"prost",
], default-features = false }
Expand All @@ -49,7 +49,7 @@ dapi-grpc-macros = { path = "../rs-dapi-grpc-macros" }
platform-version = { path = "../rs-platform-version" }

[build-dependencies]
tonic-build = { version = "0.12" }
tonic-build = { version = "0.12.3" }

[lib]

Expand Down

0 comments on commit 837e24c

Please sign in to comment.