Skip to content

chore(deps): bump the tonic-prost group across 1 directory with 3 updates#20

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/tonic-prost-191d3d848a
Open

chore(deps): bump the tonic-prost group across 1 directory with 3 updates#20
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/tonic-prost-191d3d848a

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 1, 2026

Bumps the tonic-prost group with 3 updates in the / directory: tonic, tonic-build and prost.

Updates tonic from 0.13.1 to 0.14.5

Release notes

Sourced from tonic's releases.

v0.14.5

What's Changed

  • Add max connections setting

Full Changelog: hyperium/tonic@v0.14.4...v0.14.5

v0.14.4

What's Changed

New Contributors

Full Changelog: hyperium/tonic@v0.14.3...v0.14.4

v0.14.3

Features

  • Expose tcp_keepalive_interval and tcp_keepalive_retries options on Server (#2472)
  • Allow configuration of max_local_error_reset_streams on Server (#2437)
  • Put source error into the Display impl of Status (#2417)
  • Server::default() now sets TCP_NODELAY to true (#2413)

Bug Fixes

  • Respect max_message_size when decompressing a message (#2484)
  • Depend on http at least 1.1.0 (#2426)

Documentation

  • Fix documentation links for timeout configuration (#2483)
  • Fix documentation typos and grammar issues in status.rs and codec/mod.rs (#2468)
  • Fix labels in Display for Status (#2414)
  • Fix features docs in tonic-build and tonic-prost-build (#2434)
  • Remove redundant word in tonic-build and tonic-prost-build README (#2425)

v0.14.2

What's Changed

New Contributors

Full Changelog: hyperium/tonic@v0.14.1...v0.14.2

... (truncated)

Commits
  • 3f7caf3 chore: prepare v0.14.5 release (#2516)
  • 3f56644 grpc(chore): add missing copyright notices (#2513)
  • 1769c91 feat(xds): implement xDS subscription worker (#2478)
  • 56f8c6d feat(grpc): Add TCP listener API in the Runtime trait + tests for server cred...
  • 149f366 feat(grpc) Add channel credentials API + Insecure credentials (#2495)
  • cd5b32f chore: prepare 0.14.4 release (#2504)
  • 27640d2 fix(web): allow space after : in grpc-status (#2506)
  • 0c26ee1 Fix permission of a series of files (#2502)
  • c25daa6 fix(ci): remove comment from manifest to unblock version parsing (#2501)
  • 3efc5f9 chore(doc): Replace doc_auto_cfg config with doc_cfg (#2428)
  • Additional commits viewable in compare view

Updates tonic-build from 0.13.1 to 0.14.5

Release notes

Sourced from tonic-build's releases.

v0.14.5

What's Changed

  • Add max connections setting

Full Changelog: hyperium/tonic@v0.14.4...v0.14.5

v0.14.4

What's Changed

New Contributors

Full Changelog: hyperium/tonic@v0.14.3...v0.14.4

v0.14.3

Features

  • Expose tcp_keepalive_interval and tcp_keepalive_retries options on Server (#2472)
  • Allow configuration of max_local_error_reset_streams on Server (#2437)
  • Put source error into the Display impl of Status (#2417)
  • Server::default() now sets TCP_NODELAY to true (#2413)

Bug Fixes

  • Respect max_message_size when decompressing a message (#2484)
  • Depend on http at least 1.1.0 (#2426)

Documentation

  • Fix documentation links for timeout configuration (#2483)
  • Fix documentation typos and grammar issues in status.rs and codec/mod.rs (#2468)
  • Fix labels in Display for Status (#2414)
  • Fix features docs in tonic-build and tonic-prost-build (#2434)
  • Remove redundant word in tonic-build and tonic-prost-build README (#2425)

v0.14.2

What's Changed

New Contributors

Full Changelog: hyperium/tonic@v0.14.1...v0.14.2

... (truncated)

Commits
  • 3f7caf3 chore: prepare v0.14.5 release (#2516)
  • 3f56644 grpc(chore): add missing copyright notices (#2513)
  • 1769c91 feat(xds): implement xDS subscription worker (#2478)
  • 56f8c6d feat(grpc): Add TCP listener API in the Runtime trait + tests for server cred...
  • 149f366 feat(grpc) Add channel credentials API + Insecure credentials (#2495)
  • cd5b32f chore: prepare 0.14.4 release (#2504)
  • 27640d2 fix(web): allow space after : in grpc-status (#2506)
  • 0c26ee1 Fix permission of a series of files (#2502)
  • c25daa6 fix(ci): remove comment from manifest to unblock version parsing (#2501)
  • 3efc5f9 chore(doc): Replace doc_auto_cfg config with doc_cfg (#2428)
  • Additional commits viewable in compare view

Updates prost from 0.13.5 to 0.14.3

Changelog

Sourced from prost's changelog.

Prost version 0.14.2

PROST! is a Protocol Buffers implementation for the Rust Language. prost generates simple, idiomatic Rust code from proto2 and proto3 files.

⚠️ Heads-up

  • Increase MSRV to 1.82 (#1356)

  • Update maintenance status to Passively Maintained (#1359)

    This excerpt is from the readme:

    The current maintainer is not contributing new features and doesn't have the time to review new features. Bug fixes and small improvements are welcome. Feel free to contribute small and easily reviewable PRs.

    Bug fixes are still important, and security fixes will be released as soon as possible. Contact the #prost channel in Tokio discord if you feel a bug or security fix is not getting enough attention.

    The maintainer expects the official protobuf project to release their rust library soon and expects it to be as fully featured as the C++ library. See their source code and crate for more information.

🚀 Features

  • Configure prost path via prost_build::Config or #[(prost(prost_path = "::prost")] (#1274)
  • Support for deprecated enum and oneof fields (#1316)

🐛 Bug Fixes

  • (prost-build) Resolve OneOf type name conflict with embedded message (#1294)
  • (prost-build) Avoid OneOf type collision with enums and keyword names (#1341)

💼 Dependencies

  • Use trait Error from core (#1179)
  • (deps) Update protobuf to v25.8 (#1323)
  • (deps) Update criterion requirement from 0.6 to 0.7 (#1308)
  • (deps) Update petgraph to 0.8 (#1327)
  • (deps) Bump actions/upload-artifact from 4 to 5 (#1351)
  • (deps) Bump actions/checkout from 5 to 6 (#1370)
  • Bump actions/checkout to v5 (#1312)
  • Update clippy to version 1.87 (#1292)
  • Replace once_cell dependency by std lib (#1119)

📚 Documentation

  • Update outdated link is test documentation (#1289)
  • Describe use of encoding module (#1322)
  • Update the readme MSRV to the actual number (#1331)
  • Update URLs after manual review (#1336)
  • Answer why fields are wrapped in option (#1358)

🎨 Styling

  • Add spaces to derive arguments in generated code (#1290)
  • Use variables directly in the format! string (#1293)

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels May 1, 2026
…ates

Bumps the tonic-prost group with 3 updates in the / directory: [tonic](https://github.com/hyperium/tonic), [tonic-build](https://github.com/hyperium/tonic) and [prost](https://github.com/tokio-rs/prost).


Updates `tonic` from 0.13.1 to 0.14.5
- [Release notes](https://github.com/hyperium/tonic/releases)
- [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md)
- [Commits](hyperium/tonic@v0.13.1...v0.14.5)

Updates `tonic-build` from 0.13.1 to 0.14.5
- [Release notes](https://github.com/hyperium/tonic/releases)
- [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md)
- [Commits](hyperium/tonic@v0.13.1...v0.14.5)

Updates `prost` from 0.13.5 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.13.5...v0.14.3)

---
updated-dependencies:
- dependency-name: prost
  dependency-version: 0.14.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tonic-prost
- dependency-name: tonic
  dependency-version: 0.14.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tonic-prost
- dependency-name: tonic-build
  dependency-version: 0.14.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tonic-prost
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): bump the tonic-prost group with 3 updates chore(deps): bump the tonic-prost group across 1 directory with 3 updates May 1, 2026
@dependabot dependabot Bot force-pushed the dependabot/cargo/tonic-prost-191d3d848a branch from 0ca2638 to 71aa822 Compare May 1, 2026 10:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants