fix(deps): update rust crate prost to v0.13.2 - autoclosed #14

Closed
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 dependencies patch 0.13.1 -> 0.13.2

⚠️ Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

tokio-rs/prost (prost)

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)

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.1` -> `0.13.2` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>tokio-rs/prost (prost)</summary> ### [`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)) </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 2024-08-31 02:25:55 +02:00
fix(deps): update rust crate prost to v0.13.2
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing
73affabba8
kjuulh force-pushed renovate/tokio-prost-monorepo from 73affabba8 to 3c0ecb0dda 2024-09-05 06:26:37 +02:00 Compare
kjuulh changed title from fix(deps): update rust crate prost to v0.13.2 to fix(deps): update rust crate prost to v0.13.2 - autoclosed 2024-09-08 02:29:49 +02:00
kjuulh closed this pull request 2024-09-08 02:29:51 +02:00
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing

Pull request closed

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/flux-releaser#14
No description provided.