Skip to content

Commit

Permalink
Merge pull request #12 from ssoudan/dependabot/cargo/tonic-build-0.11
Browse files Browse the repository at this point in the history
chore(deps): update tonic-build requirement from 0.10 to 0.11
  • Loading branch information
ssoudan authored Feb 13, 2024
2 parents 8804dbf + 2ad42ec commit 0e2302b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion language/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ tokio = "1.32.0"
thiserror = "1.0.48"

[build-dependencies]
tonic-build = { version = "0.10", features = ["prost"] }
tonic-build = { version = "0.11", features = ["prost"] }
prost-build = { version = "0.12.1" }

[dev-dependencies]
Expand Down

0 comments on commit 0e2302b

Please sign in to comment.