rust-extensions
rust-extensions copied to clipboard
build(deps): update prost-types requirement from 0.10 to 0.11
Updates the requirements on prost-types to permit the latest version.
Release notes
Sourced from prost-types's releases.
v0.11.0
PROST! is a Protocol Buffers implementation for the Rust Language.
prostgenerates simple, idiomatic Rust code fromproto2andproto3files.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 2021Notible 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.
Commits
4459a1echore: Prepare 0.11 release (#692)c6495d3Expose bytes crate publicly (#690)b314e84Clean up edition move & clippy warnings (#691)e744211Update readme for build changes (#689)11b5406Move edition to 2021 (#688)6c2c75aPermit overflow with wrapping. (#686)25ab1ccUpdate actions/checkout action to v3 (#681)bb9d288Replace.to_str_name()with.as_str_name()(#680)ac57645Remove build.rs (#657)38ba547chore: Fix clippy warnings (#671)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)