Skip to content

Commit

Permalink
Merge pull request #2 from unit-mesh/dependabot/cargo/tonic-build-0.11.0
Browse files Browse the repository at this point in the history
chore(deps): update tonic-build requirement from 0.10.2 to 0.11.0
  • Loading branch information
phodal authored Feb 11, 2024
2 parents 8c49a29 + 218cff7 commit 0c16c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enfer_grpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ path = "src/bin/client.rs"


[build-dependencies]
tonic-build = { version = "0.10.2", features = ["prost"] }
tonic-build = { version = "0.11.0", features = ["prost"] }

0 comments on commit 0c16c2b

Please sign in to comment.