Skip to content

Commit b6e809c

Browse files
chore(deps): bump the prost group with 4 updates
Bumps the prost group with 4 updates: [prost](https://github.com/tokio-rs/prost), [prost-build](https://github.com/tokio-rs/prost), [prost-reflect](https://github.com/andrewhickman/prost-reflect) and [prost-types](https://github.com/tokio-rs/prost). Updates `prost` from 0.12.6 to 0.13.5 - [Release notes](https://github.com/tokio-rs/prost/releases) - [Changelog](https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md) - [Commits](tokio-rs/prost@v0.12.6...v0.13.5) Updates `prost-build` from 0.12.6 to 0.13.5 - [Release notes](https://github.com/tokio-rs/prost/releases) - [Changelog](https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md) - [Commits](tokio-rs/prost@v0.12.6...v0.13.5) Updates `prost-reflect` from 0.14.7 to 0.16.3 - [Release notes](https://github.com/andrewhickman/prost-reflect/releases) - [Changelog](https://github.com/andrewhickman/prost-reflect/blob/main/CHANGELOG.md) - [Commits](https://github.com/andrewhickman/prost-reflect/commits/prost-reflect-v0.16.3) Updates `prost-types` from 0.12.6 to 0.14.3 - [Release notes](https://github.com/tokio-rs/prost/releases) - [Changelog](https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md) - [Commits](tokio-rs/prost@v0.12.6...v0.14.3) --- updated-dependencies: - dependency-name: prost dependency-version: 0.13.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prost - dependency-name: prost-build dependency-version: 0.13.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prost - dependency-name: prost-reflect dependency-version: 0.16.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prost - dependency-name: prost-types dependency-version: 0.14.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prost ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 84abc68 commit b6e809c

2 files changed

Lines changed: 73 additions & 40 deletions

File tree

Cargo.lock

Lines changed: 69 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -175,10 +175,10 @@ pastey = { version = "0.2", default-features = false }
175175
pin-project = { version = "1.1.11", default-features = false }
176176
proptest = { version = "1.10" }
177177
proptest-derive = { version = "0.6.0" }
178-
prost = { version = "0.12", default-features = false, features = ["std"] }
179-
prost-build = { version = "0.12", default-features = false }
180-
prost-reflect = { version = "0.14", features = ["serde"], default-features = false }
181-
prost-types = { version = "0.12", default-features = false }
178+
prost = { version = "0.13", default-features = false, features = ["std"] }
179+
prost-build = { version = "0.13", default-features = false }
180+
prost-reflect = { version = "0.16", features = ["serde"], default-features = false }
181+
prost-types = { version = "0.14", default-features = false }
182182
quickcheck = { version = "1.1.0" }
183183
rand = { version = "0.9.2", default-features = false, features = ["small_rng", "thread_rng"] }
184184
rand_distr = { version = "0.5.1", default-features = false }

0 commit comments

Comments
 (0)