Skip to content

Commit

Permalink
feat!: Bump prost* to 0.13.1, pbjson to 0.7.0 and tonic* to 0.1…
Browse files Browse the repository at this point in the history
…2.0 (#97)

* Bump `prost`, `pbjson` and `tonic`

* Use new-type wrapper for `tonic_build::{Service,Method}` impls

* Bump more versions

* Bump `chrono`

* chore: update cargo-vet

* chore(deps): update syn, quote, prettyplease

---------

Co-authored-by: Marcus Griep <[email protected]>
  • Loading branch information
mbrobbel and neoeinstein authored Aug 22, 2024
1 parent fd1d94d commit 751caef
Show file tree
Hide file tree
Showing 13 changed files with 547 additions and 279 deletions.
62 changes: 26 additions & 36 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ members = [
"protoc-wkt",
]

[workspace.dependencies]
once_cell = "1.10.0"
pbjson-build = "0.7.0"
prost = { version = "0.13.1", default-features = false, features = ["std"] }
prost-build = { version = "0.13.1", default-features = false }
prost-types = { version = "0.13.1", default-features = false }
regex = { version = "1.5.5", default-features = false }
tonic-build = "0.12.0"

[profile.release]
codegen-units = 1
lto = "fat"
Expand Down
Loading

0 comments on commit 751caef

Please sign in to comment.