chore(deps): update rust crate prost-build to 0.13 #7

Open
kjuulh wants to merge 1 commits from renovate/tokio-prost-monorepo into main
Owner

This PR contains the following updates:

Package Type Update Change
prost-build build-dependencies minor 0.12 -> 0.13
prost-build workspace.dependencies minor 0.12 -> 0.13

Release Notes

tokio-rs/prost (prost-build)

v0.13.3

Compare Source

PROST! is a Protocol Buffers implementation for the Rust Language. prost generates simple, idiomatic Rust code from proto2 and proto3 files.

Features
  • (prost-types) Add normalized functions (#​1158)
Bug Fixes
  • (prost-build) Remove derived(Copy) on boxed fields (#​1157)
Documentation
  • (prost-types) Add description of using Any (#​1141)
  • (prost-build) Use cargo add in example (#​1149)
Styling
  • Use Path::display() when printing a path (#​1150)
  • MessageGraph::new() can't actually fail (#​1151)
  • (generated-code) Use Self in as_str_name (#​1154)
Testing
  • Actually test skip_debug for prost::Oneof (#​1148)
  • (prost-build) Validate error texts (#​1152)
  • (prost-build) Fix error texts (#​1156)
Build
  • Increase MSRV to 1.71.1 (#​1135)
  • (deps) Update pulldown-cmark to 0.12 and pulldown-cmark-to-cmark to 16 (#​1144)
  • (protobuf) Compile and install protoc on Windows (#​1145)
  • (protobuf) Use same protoc from same repo as .proto-files (#​1136)
  • (deps) Update pulldown-cmark-to-cmark from 16 to 17 (#​1155)
  • Unify assert on fixtures (#​1142)

v0.13.2

Compare Source

PROST! is a Protocol Buffers implementation for the Rust Language. prost generates simple, idiomatic Rust code from proto2 and proto3 files.

Features

  • prost-build: Add protoc executable path to Config (#​1126)
  • prost-build: Extract file descriptor loading from compile_protos() (#​1067)

Bug Fixes

  • prost-types: Fix date-time parsing (#​1096)
  • prost-types: '+' is not a numeric digit (#​1104)
  • prost-types: Converting DateTime to Timestamp is fallible (#​1095)
  • prost-types: Parse timestamp with long second fraction (#​1106)
  • prost-types: Format negative fractional duration (#​1110)
  • prost-types: Allow unknown local time offset (#​1109)

Styling

  • Remove use of legacy numeric constants (#​1089)
  • Move encoding functions into separate modules (#​1111)
  • Remove needless borrow (#​1122)

Testing

  • Add tests for public interface of DecodeError (#​1120)
  • Add parse_date fuzzing target (#​1127)
  • Fix build without std (#​1134)
  • Change some proptest to kani proofs (#​1133)
  • Add parse_duration fuzzing target (#​1129)
  • fuzz: Fix building of fuzzing targets (#​1107)
  • fuzz: Add fuzz targets to workspace (#​1117)

Miscellaneous Tasks

  • Move old protobuf benchmark into prost (#​1100)
  • Remove allow clippy::derive_partial_eq_without_eq (#​1115)
  • Run cargo test without all-targets (#​1118)
  • dependabot: Add github actions (#​1121)
  • Update to cargo clippy version 1.80 (#​1128)

Build

  • Use proc-macro in Cargo.toml (#​1102)
  • Ignore missing features in tests crates (#​1101)
  • Use separated build directory for protobuf (#​1103)
  • protobuf: Don't install unused test proto (#​1116)
  • protobuf: Use crate cmake (#​1137)
  • deps: Update devcontainer to Debian Bookworm release (#​1114)
  • deps: Bump actions/upload-artifact from 3 to 4 (#​1123)
  • deps: Bump baptiste0928/cargo-install from 2 to 3 (#​1124)
  • deps: bump model-checking/kani-github-action from 0.32 to 1.1 (#​1125)

v0.13.1

Compare Source

PROST! is a Protocol Buffers implementation for the Rust Language. prost generates simple, idiomatic Rust code from proto2 and proto3 files.

Bug fixes

  • Enum variant named Error causes ambiguous item (#​1098)

v0.13.0

Compare Source

note: this version was yanked in favor of 0.13.1

PROST! is a Protocol Buffers implementation for the Rust Language. prost generates simple, idiomatic Rust code from proto2 and proto3 files.

This major update brings new features and fixes:

Breaking changes

  • derive Copy trait for messages where possible (#​950)

    prost-build will automatically derive trait Copy for some messages. If you manually implement Copy you should remove your implementation.

  • Change generated functions signatures to remove type parameters (#​1045)

    The function signature of trait Message is changed to use impl Buf instead of a named generic type. If you implement trait Message, you should change the function signature.

  • Lightweight error value in TryFrom for enums (#​1010)

    When a impl TryFrom<i32> is generated by prost derive macros, it will now return the error type UnknownEnumValue instead of DecodeError. The new error can be used to retreive the integer value that failed to convert.

Features

  • fix: Only touch include file if contents is changed (#​1058)

    Most generated files are untouched when the contents doesn't change. Use the same mechanism for include file as well.

Dependencies

  • update env_logger requirement from 0.10 to 0.11 (#​1074)
  • update criterion requirement from 0.4 to 0.5 (#​1071)
  • Remove unused libz-sys (#​1077)
  • build(deps): update itertools requirement from >=0.10, <=0.12 to >=0.10, <=0.13 (#​1070)

Documentation

  • better checking of tag duplicates, avoid discarding invalid variant errs (#​951)
  • docs: Fix broken link warnings (#​1056)
  • Add missing LICENSE symlink (#​1086)

Internal

  • workspace package metadata (#​1036)
  • fix: Build error due to merge conflict (#​1068)
  • build: Fix release scripts (#​1055)
  • chore: Add ci to check MSRV (#​1057)
  • ci: Add all tests pass job (#​1069)
  • ci: Add Dependabot (#​957)
  • ci: Ensure both README are the same and prost version is correct (#​1078)
  • ci: Set rust version of clippy job to a fixed version (#​1090)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [prost-build](https://github.com/tokio-rs/prost) | build-dependencies | minor | `0.12` -> `0.13` | | [prost-build](https://github.com/tokio-rs/prost) | workspace.dependencies | minor | `0.12` -> `0.13` | --- ### Release Notes <details> <summary>tokio-rs/prost (prost-build)</summary> ### [`v0.13.3`](https://github.com/tokio-rs/prost/blob/HEAD/CHANGELOG.md#Prost-version-0133) [Compare Source](https://github.com/tokio-rs/prost/compare/v0.13.2...v0.13.3) *PROST!* is a [Protocol Buffers](https://developers.google.com/protocol-buffers/) implementation for the [Rust Language](https://www.rust-lang.org/). `prost` generates simple, idiomatic Rust code from `proto2` and `proto3` files. ##### Features - *(prost-types)* Add `normalized` functions ([#&#8203;1158](https://github.com/tokio-rs/prost/issues/1158)) ##### Bug Fixes - *(prost-build)* Remove `derived(Copy)` on boxed fields ([#&#8203;1157](https://github.com/tokio-rs/prost/issues/1157)) ##### Documentation - *(prost-types)* Add description of using Any ([#&#8203;1141](https://github.com/tokio-rs/prost/issues/1141)) - *(prost-build)* Use `cargo add` in example ([#&#8203;1149](https://github.com/tokio-rs/prost/issues/1149)) ##### Styling - Use `Path::display()` when printing a path ([#&#8203;1150](https://github.com/tokio-rs/prost/issues/1150)) - `MessageGraph::new()` can't actually fail ([#&#8203;1151](https://github.com/tokio-rs/prost/issues/1151)) - *(generated-code)* Use `Self` in `as_str_name` ([#&#8203;1154](https://github.com/tokio-rs/prost/issues/1154)) ##### Testing - Actually test `skip_debug` for `prost::Oneof` ([#&#8203;1148](https://github.com/tokio-rs/prost/issues/1148)) - *(prost-build)* Validate error texts ([#&#8203;1152](https://github.com/tokio-rs/prost/issues/1152)) - *(prost-build)* Fix error texts ([#&#8203;1156](https://github.com/tokio-rs/prost/issues/1156)) ##### Build - Increase MSRV to 1.71.1 ([#&#8203;1135](https://github.com/tokio-rs/prost/issues/1135)) - *(deps)* Update pulldown-cmark to 0.12 and pulldown-cmark-to-cmark to 16 ([#&#8203;1144](https://github.com/tokio-rs/prost/issues/1144)) - *(protobuf)* Compile and install protoc on Windows ([#&#8203;1145](https://github.com/tokio-rs/prost/issues/1145)) - *(protobuf)* Use same `protoc` from same repo as .proto-files ([#&#8203;1136](https://github.com/tokio-rs/prost/issues/1136)) - *(deps)* Update pulldown-cmark-to-cmark from 16 to 17 ([#&#8203;1155](https://github.com/tokio-rs/prost/issues/1155)) - Unify assert on fixtures ([#&#8203;1142](https://github.com/tokio-rs/prost/issues/1142)) ### [`v0.13.2`](https://github.com/tokio-rs/prost/blob/HEAD/CHANGELOG.md#Prost-version-0132) [Compare Source](https://github.com/tokio-rs/prost/compare/v0.13.1...v0.13.2) *PROST!* is a [Protocol Buffers](https://developers.google.com/protocol-buffers/) implementation for the [Rust Language](https://www.rust-lang.org/). `prost` generates simple, idiomatic Rust code from `proto2` and `proto3` files. #### Features - prost-build: Add protoc executable path to Config ([#&#8203;1126](https://github.com/tokio-rs/prost/issues/1126)) - prost-build: Extract file descriptor loading from compile_protos() ([#&#8203;1067](https://github.com/tokio-rs/prost/issues/1067)) #### Bug Fixes - prost-types: Fix date-time parsing ([#&#8203;1096](https://github.com/tokio-rs/prost/issues/1096)) - prost-types: '+' is not a numeric digit ([#&#8203;1104](https://github.com/tokio-rs/prost/issues/1104)) - prost-types: Converting DateTime to Timestamp is fallible ([#&#8203;1095](https://github.com/tokio-rs/prost/issues/1095)) - prost-types: Parse timestamp with long second fraction ([#&#8203;1106](https://github.com/tokio-rs/prost/issues/1106)) - prost-types: Format negative fractional duration ([#&#8203;1110](https://github.com/tokio-rs/prost/issues/1110)) - prost-types: Allow unknown local time offset ([#&#8203;1109](https://github.com/tokio-rs/prost/issues/1109)) #### Styling - Remove use of legacy numeric constants ([#&#8203;1089](https://github.com/tokio-rs/prost/issues/1089)) - Move encoding functions into separate modules ([#&#8203;1111](https://github.com/tokio-rs/prost/issues/1111)) - Remove needless borrow ([#&#8203;1122](https://github.com/tokio-rs/prost/issues/1122)) #### Testing - Add tests for public interface of DecodeError ([#&#8203;1120](https://github.com/tokio-rs/prost/issues/1120)) - Add `parse_date` fuzzing target ([#&#8203;1127](https://github.com/tokio-rs/prost/issues/1127)) - Fix build without std ([#&#8203;1134](https://github.com/tokio-rs/prost/issues/1134)) - Change some proptest to kani proofs ([#&#8203;1133](https://github.com/tokio-rs/prost/issues/1133)) - Add `parse_duration` fuzzing target ([#&#8203;1129](https://github.com/tokio-rs/prost/issues/1129)) - fuzz: Fix building of fuzzing targets ([#&#8203;1107](https://github.com/tokio-rs/prost/issues/1107)) - fuzz: Add fuzz targets to workspace ([#&#8203;1117](https://github.com/tokio-rs/prost/issues/1117)) #### Miscellaneous Tasks - Move old protobuf benchmark into prost ([#&#8203;1100](https://github.com/tokio-rs/prost/issues/1100)) - Remove allow clippy::derive_partial_eq_without_eq ([#&#8203;1115](https://github.com/tokio-rs/prost/issues/1115)) - Run `cargo test` without `all-targets` ([#&#8203;1118](https://github.com/tokio-rs/prost/issues/1118)) - dependabot: Add github actions ([#&#8203;1121](https://github.com/tokio-rs/prost/issues/1121)) - Update to cargo clippy version 1.80 ([#&#8203;1128](https://github.com/tokio-rs/prost/issues/1128)) #### Build - Use `proc-macro` in Cargo.toml ([#&#8203;1102](https://github.com/tokio-rs/prost/issues/1102)) - Ignore missing features in `tests` crates ([#&#8203;1101](https://github.com/tokio-rs/prost/issues/1101)) - Use separated build directory for protobuf ([#&#8203;1103](https://github.com/tokio-rs/prost/issues/1103)) - protobuf: Don't install unused test proto ([#&#8203;1116](https://github.com/tokio-rs/prost/issues/1116)) - protobuf: Use crate `cmake` ([#&#8203;1137](https://github.com/tokio-rs/prost/issues/1137)) - deps: Update devcontainer to Debian Bookworm release ([#&#8203;1114](https://github.com/tokio-rs/prost/issues/1114)) - deps: Bump actions/upload-artifact from 3 to 4 ([#&#8203;1123](https://github.com/tokio-rs/prost/issues/1123)) - deps: Bump baptiste0928/cargo-install from 2 to 3 ([#&#8203;1124](https://github.com/tokio-rs/prost/issues/1124)) - deps: bump model-checking/kani-github-action from 0.32 to 1.1 ([#&#8203;1125](https://github.com/tokio-rs/prost/issues/1125)) ### [`v0.13.1`](https://github.com/tokio-rs/prost/blob/HEAD/CHANGELOG.md#Prost-version-0131) [Compare Source](https://github.com/tokio-rs/prost/compare/v0.13.0...v0.13.1) *PROST!* is a [Protocol Buffers](https://developers.google.com/protocol-buffers/) implementation for the [Rust Language](https://www.rust-lang.org/). `prost` generates simple, idiomatic Rust code from `proto2` and `proto3` files. #### Bug fixes - Enum variant named Error causes ambiguous item ([#&#8203;1098](https://github.com/tokio-rs/prost/issues/1098)) ### [`v0.13.0`](https://github.com/tokio-rs/prost/blob/HEAD/CHANGELOG.md#PROST-version-0130) [Compare Source](https://github.com/tokio-rs/prost/compare/v0.12.6...v0.13.0) **note**: this version was yanked in favor of 0.13.1 *PROST!* is a [Protocol Buffers](https://developers.google.com/protocol-buffers/) implementation for the [Rust Language](https://www.rust-lang.org/). `prost` generates simple, idiomatic Rust code from `proto2` and `proto3` files. This major update brings new features and fixes: #### Breaking changes - derive Copy trait for messages where possible ([#&#8203;950](https://github.com/tokio-rs/prost/issues/950)) `prost-build` will automatically derive `trait Copy` for some messages. If you manually implement `Copy` you should remove your implementation. - Change generated functions signatures to remove type parameters ([#&#8203;1045](https://github.com/tokio-rs/prost/issues/1045)) The function signature of `trait Message` is changed to use `impl Buf` instead of a named generic type. If you implement `trait Message`, you should change the function signature. - Lightweight error value in TryFrom<i32> for enums ([#&#8203;1010](https://github.com/tokio-rs/prost/issues/1010)) When a `impl TryFrom<i32>` is generated by `prost` derive macros, it will now return the error type `UnknownEnumValue` instead of `DecodeError`. The new error can be used to retreive the integer value that failed to convert. #### Features - fix: Only touch include file if contents is changed ([#&#8203;1058](https://github.com/tokio-rs/prost/issues/1058)) Most generated files are untouched when the contents doesn't change. Use the same mechanism for include file as well. #### Dependencies - update env_logger requirement from 0.10 to 0.11 ([#&#8203;1074](https://github.com/tokio-rs/prost/issues/1074)) - update criterion requirement from 0.4 to 0.5 ([#&#8203;1071](https://github.com/tokio-rs/prost/issues/1071)) - Remove unused libz-sys ([#&#8203;1077](https://github.com/tokio-rs/prost/issues/1077)) - build(deps): update itertools requirement from >=0.10, <=0.12 to >=0.10, <=0.13 ([#&#8203;1070](https://github.com/tokio-rs/prost/issues/1070)) #### Documentation - better checking of tag duplicates, avoid discarding invalid variant errs ([#&#8203;951](https://github.com/tokio-rs/prost/issues/951)) - docs: Fix broken link warnings ([#&#8203;1056](https://github.com/tokio-rs/prost/issues/1056)) - Add missing LICENSE symlink ([#&#8203;1086](https://github.com/tokio-rs/prost/issues/1086)) #### Internal - workspace package metadata ([#&#8203;1036](https://github.com/tokio-rs/prost/issues/1036)) - fix: Build error due to merge conflict ([#&#8203;1068](https://github.com/tokio-rs/prost/issues/1068)) - build: Fix release scripts ([#&#8203;1055](https://github.com/tokio-rs/prost/issues/1055)) - chore: Add ci to check MSRV ([#&#8203;1057](https://github.com/tokio-rs/prost/issues/1057)) - ci: Add all tests pass job ([#&#8203;1069](https://github.com/tokio-rs/prost/issues/1069)) - ci: Add Dependabot ([#&#8203;957](https://github.com/tokio-rs/prost/issues/957)) - ci: Ensure both README are the same and prost version is correct ([#&#8203;1078](https://github.com/tokio-rs/prost/issues/1078)) - ci: Set rust version of clippy job to a fixed version ([#&#8203;1090](https://github.com/tokio-rs/prost/issues/1090)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNC4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
kjuulh added 1 commit 2024-05-23 22:01:16 +02:00
kjuulh force-pushed renovate/tokio-prost-monorepo from 0f198ad106 to 6478d0434b 2024-08-22 00:21:16 +02:00 Compare
kjuulh changed title from chore(deps): update tokio-prost monorepo to v0.12.6 to chore(deps): update tokio-prost monorepo to 0.13 2024-08-22 00:21:18 +02:00
kjuulh force-pushed renovate/tokio-prost-monorepo from 6478d0434b to 61fa8f7563 2024-11-18 02:19:53 +01:00 Compare
kjuulh changed title from chore(deps): update tokio-prost monorepo to 0.13 to chore(deps): update rust crate prost-build to 0.13 2024-11-18 02:19:54 +01:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/tokio-prost-monorepo:renovate/tokio-prost-monorepo
git checkout renovate/tokio-prost-monorepo
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kjuulh/crunch#7
No description provided.