Bump prost from 0.13.2 to 0.13.3
Bumps prost from 0.13.2 to 0.13.3.
Changelog
Sourced from prost's changelog.
Prost version 0.13.3
PROST! is a Protocol Buffers implementation for the Rust Language.
prost
generates simple, idiomatic Rust code fromproto2
andproto3
files.Features
- (prost-types) Add
normalized
functions (#1158)Bug Fixes
- (prost-build) Remove
derived(Copy)
on boxed fields (#1157)Documentation
Styling
- Use
Path::display()
when printing a path (#1150)MessageGraph::new()
can't actually fail (#1151)- (generated-code) Use
Self
inas_str_name
(#1154)Testing
- Actually test
skip_debug
forprost::Oneof
(#1148)- (prost-build) Validate error texts (#1152)
- (prost-build) Fix error texts (#1156)
Build
- Increase MSRV to 1.71.1 (#1135)
- (deps) Update pulldown-cmark to 0.12 and pulldown-cmark-to-cmark to 16 (#1144)
- (protobuf) Compile and install protoc on Windows (#1145)
- (protobuf) Use same
protoc
from same repo as .proto-files (#1136)- (deps) Update pulldown-cmark-to-cmark from 16 to 17 (#1155)
- Unify assert on fixtures (#1142)
Commits
-
9ed944e
chore: Release version 0.13.3 (#1164) -
fb977f4
fix(prost-build): Removederived(Copy)
on boxed fields (#1157) -
8d4cac5
feat(prost-types): Addnormalized
functions (#1158) -
644c328
build(deps): update pulldown-cmark-to-cmark from 16 to 17 (#1155) -
4b1b982
style(generated-code): useSelf
inas_str_name
(#1154) -
9fa3f2e
tests(prost-build): Fix error texts (#1156) -
7dcd269
tests(prost-build): Validate error texts (#1152) -
d3fd54c
style:MessageGraph::new()
can't actually fail (#1151) -
d059d05
style: usePath::display()
when printing a path (#1150) -
18c4681
docs(prost-build): Usecargo add
in example (#1149) - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts