Update Rust crate prost to 0.11
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| prost | dependencies | minor | 0.10 -> 0.11 |
Release Notes
tokio-rs/prost
v0.11.0
PROST! is a Protocol Buffers implementation for the Rust Language. prost generates simple, idiomatic Rust code from proto2 and proto3 files.
Relase 0.11 brings a few breaking changes and changes to how prost sources protoc.
prost-buildnow requiresprotocto be available in the path or set via thePROTOCenv var.prost-typesnow contains newTimestamp/DurationFromStrimplementations.- MSRV bump to
1.56and all crates have been moved to edition 2021
Notible changes that are not breaking:
prost-buildnow has acleanup-markdownfeature for cleaining up code blocks from protobuf files so that they work under rustdoc tests.prost-buildnow generatesas_str_namefor message types.
v0.10.4
PROST! is a Protocol Buffers implementation for the Rust Language. prost generates simple, idiomatic Rust code from proto2 and proto3 files.
Small fix for compiling protoc from source to speed up compile times.
v0.10.3
PROST! is a Protocol Buffers implementation for the Rust Language. prost generates simple, idiomatic Rust code from proto2 and proto3 files.
This release reverts #605 and contains some typo fixes.
(this release is actually the v0.10.2 release but prost-build had to be yanked because of a local publish issue)
v0.10.2
PROST! is a Protocol Buffers implementation for the Rust Language. prost generates simple, idiomatic Rust code from proto2 and proto3 files.
This release reverts #605 and contains some typo fixes.
(this release was yanked due to missing third-party source, v0.10.3 is now the active release for this)
v0.10.1
PROST! is a Protocol Buffers implementation for the Rust Language. prost generates simple, idiomatic Rust code from proto2 and proto3 files.
This minor release brings no new code changes but symlinks license files in all the crates.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.