edgeandnode / gateway

Graph Gateway
MIT License
8 stars 4 forks source link

chore(deps): update rust crate prost to v0.13.3 #943

Closed renovate[bot] closed 2 weeks ago

renovate[bot] commented 4 weeks ago

This PR contains the following updates:

Package Type Update Change
prost dependencies patch 0.13.2 -> 0.13.3

Release Notes

tokio-rs/prost (prost) ### [`v0.13.3`](https://redirect.github.com/tokio-rs/prost/blob/HEAD/CHANGELOG.md#Prost-version-0133) [Compare Source](https://redirect.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 ([#​1158](https://redirect.github.com/tokio-rs/prost/issues/1158)) ##### Bug Fixes - *(prost-build)* Remove `derived(Copy)` on boxed fields ([#​1157](https://redirect.github.com/tokio-rs/prost/issues/1157)) ##### Documentation - *(prost-types)* Add description of using Any ([#​1141](https://redirect.github.com/tokio-rs/prost/issues/1141)) - *(prost-build)* Use `cargo add` in example ([#​1149](https://redirect.github.com/tokio-rs/prost/issues/1149)) ##### Styling - Use `Path::display()` when printing a path ([#​1150](https://redirect.github.com/tokio-rs/prost/issues/1150)) - `MessageGraph::new()` can't actually fail ([#​1151](https://redirect.github.com/tokio-rs/prost/issues/1151)) - *(generated-code)* Use `Self` in `as_str_name` ([#​1154](https://redirect.github.com/tokio-rs/prost/issues/1154)) ##### Testing - Actually test `skip_debug` for `prost::Oneof` ([#​1148](https://redirect.github.com/tokio-rs/prost/issues/1148)) - *(prost-build)* Validate error texts ([#​1152](https://redirect.github.com/tokio-rs/prost/issues/1152)) - *(prost-build)* Fix error texts ([#​1156](https://redirect.github.com/tokio-rs/prost/issues/1156)) ##### Build - Increase MSRV to 1.71.1 ([#​1135](https://redirect.github.com/tokio-rs/prost/issues/1135)) - *(deps)* Update pulldown-cmark to 0.12 and pulldown-cmark-to-cmark to 16 ([#​1144](https://redirect.github.com/tokio-rs/prost/issues/1144)) - *(protobuf)* Compile and install protoc on Windows ([#​1145](https://redirect.github.com/tokio-rs/prost/issues/1145)) - *(protobuf)* Use same `protoc` from same repo as .proto-files ([#​1136](https://redirect.github.com/tokio-rs/prost/issues/1136)) - *(deps)* Update pulldown-cmark-to-cmark from 16 to 17 ([#​1155](https://redirect.github.com/tokio-rs/prost/issues/1155)) - Unify assert on fixtures ([#​1142](https://redirect.github.com/tokio-rs/prost/issues/1142))

Configuration

📅 Schedule: Branch creation - "before 6am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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



This PR was generated by Mend Renovate. View the repository job log.