Bump prost from 0.13.1 to 0.13.2
Bumps prost from 0.13.1 to 0.13.2.
Changelog
Sourced from prost's changelog.
Prost version 0.13.2
PROST! is a Protocol Buffers implementation for the Rust Language.
prost
generates simple, idiomatic Rust code fromproto2
andproto3
files.Features
- prost-build: Add protoc executable path to Config (#1126)
- prost-build: Extract file descriptor loading from compile_protos() (#1067)
Bug Fixes
- prost-types: Fix date-time parsing (#1096)
- prost-types: '+' is not a numeric digit (#1104)
- prost-types: Converting DateTime to Timestamp is fallible (#1095)
- prost-types: Parse timestamp with long second fraction (#1106)
- prost-types: Format negative fractional duration (#1110)
- prost-types: Allow unknown local time offset (#1109)
Styling
- Remove use of legacy numeric constants (#1089)
- Move encoding functions into separate modules (#1111)
- Remove needless borrow (#1122)
Testing
- Add tests for public interface of DecodeError (#1120)
- Add
parse_date
fuzzing target (#1127)- Fix build without std (#1134)
- Change some proptest to kani proofs (#1133)
- Add
parse_duration
fuzzing target (#1129)- fuzz: Fix building of fuzzing targets (#1107)
- fuzz: Add fuzz targets to workspace (#1117)
Miscellaneous Tasks
- Move old protobuf benchmark into prost (#1100)
- Remove allow clippy::derive_partial_eq_without_eq (#1115)
- Run
cargo test
withoutall-targets
(#1118)- dependabot: Add github actions (#1121)
- Update to cargo clippy version 1.80 (#1128)
Build
... (truncated)
Commits
-
57e7942
chore: Release version 0.13.2 (#1139) -
8424775
build(protobuf): Use cratecmake
(#1137) -
21208ab
build(deps): bump model-checking/kani-github-action from 0.32 to 1.1 (#1125) -
0c79864
tests(fuzz): Addparse_duration
fuzzing target (#1129) -
52046b9
tests: Change some proptest to kani proofs (#1133) -
ee59dd5
tests: Fix build without std (#1134) -
e773f5f
feat(prost-build): Add protoc executable path to Config (#1126) -
753bd92
ci(clippy): Update to cargo clippy version 1.80 (#1128) -
df3e58e
tests(fuzz): Addparse_date
fuzzing target (#1127) -
409b932
style: Remove needless borrow (#1122) - 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