Skip to content

Commit

Permalink
build(deps): explicitly require tonic 1.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek committed Nov 28, 2024
1 parent 840dcec commit 477d574
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 477d574

Please sign in to comment.