-
Notifications
You must be signed in to change notification settings - Fork 26
Commit e6c8a84
authored
fix(deps): update grpc packages to 0.12.4 (#551)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [prost](https://github.com/tokio-rs/prost) | dependencies | patch |
`0.12` -> `0.12.4` |
| [prost-types](https://github.com/tokio-rs/prost) | dependencies |
patch | `0.12` -> `0.12.4` |
---
### Release Notes
<details>
<summary>tokio-rs/prost (prost)</summary>
###
[`v0.12.4`](https://github.com/tokio-rs/prost/releases/tag/v0.12.4)
[Compare
Source](https://github.com/tokio-rs/prost/compare/v0.12.3...v0.12.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.
This patch update brings new features and fixes:
- Bump MSRV to 1.70 (minimum supported Rust version)
- Rename cargo feature `prost-derive` to `derive`
([#​992](https://github.com/tokio-rs/prost/issues/992))
- Add [@​generated](https://github.com/generated) comment on top
of generated files
([#​935](https://github.com/tokio-rs/prost/issues/935))
- Optimize implementation of prost::Name when generated by prost-build
([#​956](https://github.com/tokio-rs/prost/issues/956))
##### Dependencies
- build(deps): Allow itertools 0.12
([#​948](https://github.com/tokio-rs/prost/issues/948))
- build(deps): Allow heck 0.5
([#​1012](https://github.com/tokio-rs/prost/issues/1012))
- build(deps): Allow multimap 0.10
([#​1013](https://github.com/tokio-rs/prost/issues/1013))
##### Documentation
- Improve protoc not found error message
([#​937](https://github.com/tokio-rs/prost/issues/937))
- build: Add development container config
([#​949](https://github.com/tokio-rs/prost/issues/949))
- docs: Fixed README typos
([#​952](https://github.com/tokio-rs/prost/issues/952) /
[#​967](https://github.com/tokio-rs/prost/issues/967) /
[#​970](https://github.com/tokio-rs/prost/issues/970))
##### Internal
- chore: Fix minimal versions
([#​920](https://github.com/tokio-rs/prost/issues/920))
- fix: fq_message_name should begin with one dot
([#​981](https://github.com/tokio-rs/prost/issues/981))
- improve encode_varint performance by bounding its loop
([#​940](https://github.com/tokio-rs/prost/issues/940))
- style: Remove duplicate function call
([#​989](https://github.com/tokio-rs/prost/issues/989))
- test: Improve test decode_varint_slow
([#​977](https://github.com/tokio-rs/prost/issues/977))
- chore: Add dep: prefix to feature dependencies
([#​919](https://github.com/tokio-rs/prost/issues/919))
- Minor clippy lint fixes.
([#​1006](https://github.com/tokio-rs/prost/issues/1006))
- chore: Use taiki-e/install-action to setup cargo-machete
([#​909](https://github.com/tokio-rs/prost/issues/909))
- chore: Remove which dependency.
([#​962](https://github.com/tokio-rs/prost/issues/962))
- chore: Update to actions/checkout@v4
([#​910](https://github.com/tokio-rs/prost/issues/910))
###
[`v0.12.3`](https://github.com/tokio-rs/prost/releases/tag/v0.12.3)
[Compare
Source](https://github.com/tokio-rs/prost/compare/v0.12.2...v0.12.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.
This patch updates brings a few new fixes:
- [Fix code generation for Name trait
(](https://github.com/tokio-rs/prost/commit/acc1df83f73cda03c10722fbb739c7920b6b9048)[https://github.com/tokio-rs/prost/pull/944](https://github.com/tokio-rs/prost/pull/944)[)](https://github.com/tokio-rs/prost/commit/acc1df83f73cda03c10722fbb739c7920b6b9048)
###
[`v0.12.2`](https://github.com/tokio-rs/prost/releases/tag/v0.12.2)
[Compare
Source](https://github.com/tokio-rs/prost/compare/v0.12.1...v0.12.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.
This patch updates brings a few new features and fixes:
- feat: Generate implementation for Name trait
([https://github.com/tokio-rs/prost/pull/931](https://github.com/tokio-rs/prost/pull/931))
- fix: generate Name::full_name properly
([https://github.com/tokio-rs/prost/pull/923](https://github.com/tokio-rs/prost/pull/923))
###
[`v0.12.1`](https://github.com/tokio-rs/prost/compare/v0.12.0...v0.12.1)
[Compare
Source](https://github.com/tokio-rs/prost/compare/v0.12.0...v0.12.1)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "after 9pm,before 6am" in timezone
Europe/Zurich, 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 [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/smartive/zitadel-rust).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMzEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjMzMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 728dd31 commit e6c8a84Copy full SHA for e6c8a84
1 file changed
+2
-2
lines changed+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
65 | 65 |
| |
66 | 66 |
| |
67 | 67 |
| |
68 |
| - | |
69 |
| - | |
| 68 | + | |
| 69 | + | |
70 | 70 |
| |
71 | 71 |
| |
72 | 72 |
| |
|
0 commit comments