zebra
zebra copied to clipboard
build(deps): bump prost from 0.10.4 to 0.11.0
Bumps prost from 0.10.4 to 0.11.0.
Release notes
Sourced from prost'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)
Codecov Report
Merging #4853 (c0a99ff) into main (905ffca) will increase coverage by
0.17%. The diff coverage isn/a.
@@ Coverage Diff @@
## main #4853 +/- ##
==========================================
+ Coverage 78.67% 78.85% +0.17%
==========================================
Files 309 309
Lines 38781 38781
==========================================
+ Hits 30511 30580 +69
+ Misses 8270 8201 -69
We probably need to upgrade prost, tonic-build, and tonic at the same time.
Replaced by https://github.com/ZcashFoundation/zebra/pull/5009
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.