chore(deps): update tokio-prost monorepo to v0.13.4 #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 workspace.dependencies patch 0.13.3 -> 0.13.4
prost-build build-dependencies minor 0.12 -> 0.13
prost-build workspace.dependencies minor 0.12 -> 0.13
prost-types workspace.dependencies patch 0.13.3 -> 0.13.4

Release Notes

tokio-rs/prost (prost)

v0.13.4

Compare Source

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

Features

  • Impl Name for Protobuf well-known wrapper types (#​1174)

Performance

  • NonZeroU64 to optimize encoded_len_varint (#​1192)

Dependencies

  • Remove unused bytes dependency from prost-build (#​1169)
  • Update pulldown-cmark-to-cmark requirement from >=16, <=17 to >=16, <=18 (#​1173)
  • Update pulldown-cmark-to-cmark requirement from >=16, <=18 to >=16, <=19 (#​1195)
  • Update protobuf to v25.3 (#​1165)
  • Update protobuf to v25.4 (#​1176)

Styling

  • Remove explicit lifetimes (#​1180)
  • Remove unnecessary empty line after document (#​1181)

Testing

  • (boxed_field) Confirm Foo::bar is boxed (#​1168)
  • Move build.rs to standard location (#​1167)
  • (custom_debug) Merge skip_debug into custom_debug (#​1178)
  • Rename invalid_doctest to disable_comments (#​1183)
  • (custom_attributes) Move module to separate file (#​1187)

Build

  • Bump clippy version to 1.82 (#​1182)
  • Restrict permissions of GITHUB_TOKEN (#​1189)

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](https://github.com/tokio-rs/prost) | workspace.dependencies | patch | `0.13.3` -> `0.13.4` | | [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` | | [prost-types](https://github.com/tokio-rs/prost) | workspace.dependencies | patch | `0.13.3` -> `0.13.4` | --- ### Release Notes <details> <summary>tokio-rs/prost (prost)</summary> ### [`v0.13.4`](https://github.com/tokio-rs/prost/blob/HEAD/CHANGELOG.md#Prost-version-0134) [Compare Source](https://github.com/tokio-rs/prost/compare/v0.13.3...v0.13.4) *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 - Impl Name for Protobuf well-known wrapper types ([#&#8203;1174](https://github.com/tokio-rs/prost/issues/1174)) #### Performance - NonZeroU64 to optimize encoded_len_varint ([#&#8203;1192](https://github.com/tokio-rs/prost/issues/1192)) #### Dependencies - Remove unused `bytes` dependency from `prost-build` ([#&#8203;1169](https://github.com/tokio-rs/prost/issues/1169)) - Update pulldown-cmark-to-cmark requirement from >=16, <=17 to >=16, <=18 ([#&#8203;1173](https://github.com/tokio-rs/prost/issues/1173)) - Update pulldown-cmark-to-cmark requirement from >=16, <=18 to >=16, <=19 ([#&#8203;1195](https://github.com/tokio-rs/prost/issues/1195)) - Update protobuf to v25.3 ([#&#8203;1165](https://github.com/tokio-rs/prost/issues/1165)) - Update protobuf to v25.4 ([#&#8203;1176](https://github.com/tokio-rs/prost/issues/1176)) #### Styling - Remove explicit lifetimes ([#&#8203;1180](https://github.com/tokio-rs/prost/issues/1180)) - Remove unnecessary empty line after document ([#&#8203;1181](https://github.com/tokio-rs/prost/issues/1181)) #### Testing - *(boxed_field)* Confirm `Foo::bar` is boxed ([#&#8203;1168](https://github.com/tokio-rs/prost/issues/1168)) - Move build.rs to standard location ([#&#8203;1167](https://github.com/tokio-rs/prost/issues/1167)) - *(custom_debug)* Merge `skip_debug` into `custom_debug` ([#&#8203;1178](https://github.com/tokio-rs/prost/issues/1178)) - Rename `invalid_doctest` to `disable_comments` ([#&#8203;1183](https://github.com/tokio-rs/prost/issues/1183)) - *(custom_attributes)* Move module to separate file ([#&#8203;1187](https://github.com/tokio-rs/prost/issues/1187)) #### Build - Bump clippy version to 1.82 ([#&#8203;1182](https://github.com/tokio-rs/prost/issues/1182)) - Restrict permissions of `GITHUB_TOKEN` ([#&#8203;1189](https://github.com/tokio-rs/prost/issues/1189)) </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
kjuulh force-pushed renovate/tokio-prost-monorepo from 61fa8f7563 to 0220d8cfec 2024-12-07 02:28:44 +01:00 Compare
kjuulh changed title from chore(deps): update rust crate prost-build to 0.13 to chore(deps): update tokio-prost monorepo to v0.13.4 2024-12-07 02:28:44 +01:00
Author
Owner

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/crunch-envelope/Cargo.toml --package prost-build@0.12.6 --precise 0.13.4
error: package ID specification `prost-build@0.12.6` did not match any packages
Did you mean one of these?

  prost-build@0.13.3

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --package prost-build@0.12.6 --precise 0.13.4
error: package ID specification `prost-build@0.12.6` did not match any packages
Did you mean one of these?

  prost-build@0.13.3

### ⚠️ Artifact update problem Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you click the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: Cargo.lock ``` Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/crunch-envelope/Cargo.toml --package prost-build@0.12.6 --precise 0.13.4 error: package ID specification `prost-build@0.12.6` did not match any packages Did you mean one of these? prost-build@0.13.3 ``` ##### File name: Cargo.lock ``` Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --package prost-build@0.12.6 --precise 0.13.4 error: package ID specification `prost-build@0.12.6` did not match any packages Did you mean one of these? prost-build@0.13.3 ```
kjuulh force-pushed renovate/tokio-prost-monorepo from 0220d8cfec to 9ad9bd73f7 2024-12-07 06:23:48 +01:00 Compare
kjuulh force-pushed renovate/tokio-prost-monorepo from 9ad9bd73f7 to da7834efbf 2024-12-08 02:23:00 +01:00 Compare
kjuulh force-pushed renovate/tokio-prost-monorepo from da7834efbf to 5ff28645d4 2024-12-08 06:25:31 +01:00 Compare
kjuulh force-pushed renovate/tokio-prost-monorepo from 5ff28645d4 to 2326817665 2024-12-09 02:24:06 +01:00 Compare
kjuulh force-pushed renovate/tokio-prost-monorepo from 2326817665 to 5922d41fba 2024-12-09 06:35:11 +01:00 Compare
kjuulh force-pushed renovate/tokio-prost-monorepo from 5922d41fba to 2e2889a0be 2024-12-10 02:24:26 +01:00 Compare
kjuulh force-pushed renovate/tokio-prost-monorepo from 2e2889a0be to 5678ba56ce 2024-12-10 06:24:25 +01:00 Compare
kjuulh force-pushed renovate/tokio-prost-monorepo from 5678ba56ce to 3814016a40 2024-12-11 02:32:17 +01:00 Compare
kjuulh force-pushed renovate/tokio-prost-monorepo from 3814016a40 to 4c3bea6ca1 2024-12-11 06:22:33 +01:00 Compare
kjuulh force-pushed renovate/tokio-prost-monorepo from 4c3bea6ca1 to b8d12e4706 2024-12-12 02:24:55 +01:00 Compare
kjuulh force-pushed renovate/tokio-prost-monorepo from b8d12e4706 to 5871f2d664 2024-12-12 06:21:53 +01:00 Compare
kjuulh force-pushed renovate/tokio-prost-monorepo from 5871f2d664 to f4417e51a2 2024-12-13 02:23:16 +01:00 Compare
kjuulh force-pushed renovate/tokio-prost-monorepo from f4417e51a2 to 52268c588f 2024-12-13 06:22:06 +01:00 Compare
kjuulh force-pushed renovate/tokio-prost-monorepo from 52268c588f to 3c23f868e2 2024-12-14 02:22:23 +01:00 Compare
kjuulh force-pushed renovate/tokio-prost-monorepo from 3c23f868e2 to ccd65251b5 2024-12-14 06:22:09 +01:00 Compare
kjuulh force-pushed renovate/tokio-prost-monorepo from ccd65251b5 to 8dddecb05f 2024-12-15 02:21:25 +01:00 Compare
kjuulh force-pushed renovate/tokio-prost-monorepo from 8dddecb05f to 2caf7869bb 2024-12-15 06:21:03 +01:00 Compare
kjuulh force-pushed renovate/tokio-prost-monorepo from 2caf7869bb to 196f563979 2024-12-16 02:25:56 +01:00 Compare
kjuulh force-pushed renovate/tokio-prost-monorepo from 196f563979 to d0c46fff51 2024-12-16 06:23:52 +01:00 Compare
kjuulh force-pushed renovate/tokio-prost-monorepo from d0c46fff51 to ba9f35c21c 2024-12-17 02:23:27 +01:00 Compare
kjuulh force-pushed renovate/tokio-prost-monorepo from ba9f35c21c to cd73a5651d 2024-12-17 06:24:54 +01:00 Compare
kjuulh force-pushed renovate/tokio-prost-monorepo from cd73a5651d to 8559217c5c 2024-12-18 02:25:10 +01:00 Compare
kjuulh force-pushed renovate/tokio-prost-monorepo from 8559217c5c to 0b1cd4c992 2024-12-18 06:21:31 +01:00 Compare
kjuulh force-pushed renovate/tokio-prost-monorepo from 0b1cd4c992 to b1411d0d9c 2024-12-19 02:25:24 +01:00 Compare
kjuulh force-pushed renovate/tokio-prost-monorepo from b1411d0d9c to b3c72dea5e 2024-12-19 06:21:36 +01:00 Compare
kjuulh force-pushed renovate/tokio-prost-monorepo from b3c72dea5e to 059f399b1e 2024-12-20 02:23:03 +01:00 Compare
kjuulh force-pushed renovate/tokio-prost-monorepo from 059f399b1e to d7aa87ff2f 2024-12-20 06:23:28 +01:00 Compare
kjuulh force-pushed renovate/tokio-prost-monorepo from d7aa87ff2f to 59245e1070 2024-12-21 02:25:19 +01:00 Compare
kjuulh force-pushed renovate/tokio-prost-monorepo from 59245e1070 to 68a414cf2f 2024-12-21 06:21:35 +01:00 Compare
kjuulh force-pushed renovate/tokio-prost-monorepo from 68a414cf2f to 9cd1b524d6 2024-12-22 02:23:07 +01:00 Compare
kjuulh force-pushed renovate/tokio-prost-monorepo from 9cd1b524d6 to 5f3b344c19 2024-12-22 06:21:36 +01:00 Compare
kjuulh force-pushed renovate/tokio-prost-monorepo from 5f3b344c19 to 29d18a21a5 2024-12-23 02:26:52 +01:00 Compare
kjuulh force-pushed renovate/tokio-prost-monorepo from 29d18a21a5 to ca3fdff97b 2024-12-23 06:28:29 +01:00 Compare
Some checks failed
renovate/artifacts Artifact file update failure
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.