fix(deps): update rust crate prost to v0.13.5 #89

Merged
kjuulh merged 1 commits from renovate/tokio-prost-monorepo into main 2025-02-13 06:37:25 +01:00
Owner

This PR contains the following updates:

Package Type Update Change
prost dependencies patch 0.13.4 -> 0.13.5

Release Notes

tokio-rs/prost (prost)

v0.13.5

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: Derive Arbitrary (#​1188)

Documentation

  • Use intra doc links instead of HTML tags (#​1219)

Dependencies

  • Update pulldown-cmark-to-cmark requirement from >=16, <=19 to >=16, <=20 (#​1206)
  • Update itertools requirement from >=0.10, <=0.13 to >=0.10, <=0.14 (#​1222)
  • Update petgraph requirement to include 0.7 (#​1226)
  • Update rand requirement from 0.8 to 0.9 (#​1233)
  • Bump clippy to 1.83 (#​1220)
  • Update flake.lock (#​1216)

Styling

Testing

  • default_enum_value: Move tests to separate module (#​1198)
  • nesting: Move tests to separate module (#​1218)
  • recursive_oneof: Move tests to separate module (#​1225)
  • boxed_field: Box an oneof field (#​1235)
  • groups: Move tests to separate module (#​1234)
  • default_string_escape: Move tests to separate module (#​1239)
  • Move DecodeError tests closer to the implementation (#​1227)

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 this update 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](https://github.com/tokio-rs/prost) | dependencies | patch | `0.13.4` -> `0.13.5` | --- ### Release Notes <details> <summary>tokio-rs/prost (prost)</summary> ### [`v0.13.5`](https://github.com/tokio-rs/prost/blob/HEAD/CHANGELOG.md#Prost-version-0135) [Compare Source](https://github.com/tokio-rs/prost/compare/v0.13.4...v0.13.5) *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: Derive Arbitrary ([#&#8203;1188](https://github.com/tokio-rs/prost/issues/1188)) #### Documentation - Use intra doc links instead of HTML tags ([#&#8203;1219](https://github.com/tokio-rs/prost/issues/1219)) #### Dependencies - Update pulldown-cmark-to-cmark requirement from >=16, <=19 to >=16, <=20 ([#&#8203;1206](https://github.com/tokio-rs/prost/issues/1206)) - Update itertools requirement from >=0.10, <=0.13 to >=0.10, <=0.14 ([#&#8203;1222](https://github.com/tokio-rs/prost/issues/1222)) - Update petgraph requirement to include 0.7 ([#&#8203;1226](https://github.com/tokio-rs/prost/issues/1226)) - Update rand requirement from 0.8 to 0.9 ([#&#8203;1233](https://github.com/tokio-rs/prost/issues/1233)) - Bump clippy to 1.83 ([#&#8203;1220](https://github.com/tokio-rs/prost/issues/1220)) - Update flake.lock ([#&#8203;1216](https://github.com/tokio-rs/prost/issues/1216)) #### Styling - Replace unnecessary `map_or` ([#&#8203;1221](https://github.com/tokio-rs/prost/issues/1221)) - prost-build: Use enum getter ([#&#8203;1238](https://github.com/tokio-rs/prost/issues/1238)) #### Testing - default_enum_value: Move tests to separate module ([#&#8203;1198](https://github.com/tokio-rs/prost/issues/1198)) - nesting: Move tests to separate module ([#&#8203;1218](https://github.com/tokio-rs/prost/issues/1218)) - recursive_oneof: Move tests to separate module ([#&#8203;1225](https://github.com/tokio-rs/prost/issues/1225)) - boxed_field: Box an oneof field ([#&#8203;1235](https://github.com/tokio-rs/prost/issues/1235)) - groups: Move tests to separate module ([#&#8203;1234](https://github.com/tokio-rs/prost/issues/1234)) - default_string_escape: Move tests to separate module ([#&#8203;1239](https://github.com/tokio-rs/prost/issues/1239)) - Move DecodeError tests closer to the implementation ([#&#8203;1227](https://github.com/tokio-rs/prost/issues/1227)) </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 this update 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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjQuMyIsInVwZGF0ZWRJblZlciI6IjM3LjQyNC4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
kjuulh added 1 commit 2025-02-13 02:39:35 +01:00
fix(deps): update rust crate prost to v0.13.5
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
43593c5852
kjuulh merged commit 43593c5852 into main 2025-02-13 06:37:25 +01:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kjuulh/hyperlog#89
No description provided.