Skip to content

Commit

Permalink
chore(deps): update tokio-prost monorepo to v0.13.2 (#402)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [prost](https://redirect.github.com/tokio-rs/prost) | workspace.dependencies | patch | `0.13.1` -> `0.13.2` |
| [prost-types](https://redirect.github.com/tokio-rs/prost) | workspace.dependencies | patch | `0.13.1` -> `0.13.2` |

---

### Release Notes

<details>
<summary>tokio-rs/prost (prost)</summary>

### [`v0.13.2`](https://redirect.github.com/tokio-rs/prost/blob/HEAD/CHANGELOG.md#Prost-version-0132)

[Compare Source](https://redirect.github.com/tokio-rs/prost/compare/v0.13.1...v0.13.2)

*PROST!* is a [Protocol Buffers](https://developers.google.com/protocol-buffers/) implementation for the [Rust Language](https://www.rust-lang.org/). `prost` generates simple, idiomatic Rust code from `proto2` and `proto3` files.

#### Features

-   prost-build: Add protoc executable path to Config ([#&#8203;1126](https://redirect.github.com/tokio-rs/prost/issues/1126))
-   prost-build: Extract file descriptor loading from compile_protos() ([#&#8203;1067](https://redirect.github.com/tokio-rs/prost/issues/1067))

#### Bug Fixes

-   prost-types: Fix date-time parsing ([#&#8203;1096](https://redirect.github.com/tokio-rs/prost/issues/1096))
-   prost-types: '+' is not a numeric digit ([#&#8203;1104](https://redirect.github.com/tokio-rs/prost/issues/1104))
-   prost-types: Converting DateTime to Timestamp is fallible ([#&#8203;1095](https://redirect.github.com/tokio-rs/prost/issues/1095))
-   prost-types: Parse timestamp with long second fraction ([#&#8203;1106](https://redirect.github.com/tokio-rs/prost/issues/1106))
-   prost-types: Format negative fractional duration ([#&#8203;1110](https://redirect.github.com/tokio-rs/prost/issues/1110))
-   prost-types: Allow unknown local time offset ([#&#8203;1109](https://redirect.github.com/tokio-rs/prost/issues/1109))

#### Styling

-   Remove use of legacy numeric constants ([#&#8203;1089](https://redirect.github.com/tokio-rs/prost/issues/1089))
-   Move encoding functions into separate modules ([#&#8203;1111](https://redirect.github.com/tokio-rs/prost/issues/1111))
-   Remove needless borrow ([#&#8203;1122](https://redirect.github.com/tokio-rs/prost/issues/1122))

#### Testing

-   Add tests for public interface of DecodeError ([#&#8203;1120](https://redirect.github.com/tokio-rs/prost/issues/1120))
-   Add `parse_date` fuzzing target ([#&#8203;1127](https://redirect.github.com/tokio-rs/prost/issues/1127))
-   Fix build without std ([#&#8203;1134](https://redirect.github.com/tokio-rs/prost/issues/1134))
-   Change some proptest to kani proofs ([#&#8203;1133](https://redirect.github.com/tokio-rs/prost/issues/1133))
-   Add `parse_duration` fuzzing target ([#&#8203;1129](https://redirect.github.com/tokio-rs/prost/issues/1129))
-   fuzz: Fix building of fuzzing targets ([#&#8203;1107](https://redirect.github.com/tokio-rs/prost/issues/1107))
-   fuzz: Add fuzz targets to workspace ([#&#8203;1117](https://redirect.github.com/tokio-rs/prost/issues/1117))

#### Miscellaneous Tasks

-   Move old protobuf benchmark into prost ([#&#8203;1100](https://redirect.github.com/tokio-rs/prost/issues/1100))
-   Remove allow clippy::derive_partial_eq_without_eq ([#&#8203;1115](https://redirect.github.com/tokio-rs/prost/issues/1115))
-   Run `cargo test` without `all-targets` ([#&#8203;1118](https://redirect.github.com/tokio-rs/prost/issues/1118))
-   dependabot: Add github actions ([#&#8203;1121](https://redirect.github.com/tokio-rs/prost/issues/1121))
-   Update to cargo clippy version 1.80 ([#&#8203;1128](https://redirect.github.com/tokio-rs/prost/issues/1128))

#### Build

-   Use `proc-macro` in Cargo.toml ([#&#8203;1102](https://redirect.github.com/tokio-rs/prost/issues/1102))
-   Ignore missing features in `tests` crates ([#&#8203;1101](https://redirect.github.com/tokio-rs/prost/issues/1101))
-   Use separated build directory for protobuf ([#&#8203;1103](https://redirect.github.com/tokio-rs/prost/issues/1103))
-   protobuf: Don't install unused test proto ([#&#8203;1116](https://redirect.github.com/tokio-rs/prost/issues/1116))
-   protobuf: Use crate `cmake` ([#&#8203;1137](https://redirect.github.com/tokio-rs/prost/issues/1137))
-   deps: Update devcontainer to Debian Bookworm release ([#&#8203;1114](https://redirect.github.com/tokio-rs/prost/issues/1114))
-   deps: Bump actions/upload-artifact from 3 to 4 ([#&#8203;1123](https://redirect.github.com/tokio-rs/prost/issues/1123))
-   deps: Bump baptiste0928/cargo-install from 2 to 3 ([#&#8203;1124](https://redirect.github.com/tokio-rs/prost/issues/1124))
-   deps: bump model-checking/kani-github-action from 0.32 to 1.1 ([#&#8203;1125](https://redirect.github.com/tokio-rs/prost/issues/1125))

</details>

---

### 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 is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.

---

 - [ ] If you want to rebase/retry this PR, check this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/andrzejressel/pulumi-wasm).
  • Loading branch information
renovate[bot] committed Sep 16, 2024
1 parent f0d577b commit 3bac62e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3bac62e

Please sign in to comment.