Skip to content

chore(deps): bump the minor-and-patch group with 6 updates#76

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/minor-and-patch-7d9f2380b2
Open

chore(deps): bump the minor-and-patch group with 6 updates#76
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/minor-and-patch-7d9f2380b2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2026

Bumps the minor-and-patch group with 6 updates:

Package From To
clap 4.5.54 4.5.56
tonic 0.14.2 0.14.3
tonic-prost 0.14.2 0.14.3
redis 1.0.2 1.0.3
tonic-build 0.14.2 0.14.3
tonic-prost-build 0.14.2 0.14.3

Updates clap from 4.5.54 to 4.5.56

Release notes

Sourced from clap's releases.

v4.5.56

[4.5.56] - 2026-01-29

Fixes

  • On conflict error, don't show conflicting arguments in the usage

v4.5.55

[4.5.55] - 2026-01-27

Fixes

  • Fix inconsistency in precedence between positionals with a value_terminator("--") and escapes (--) where ./foo -- bar means the first arg is empty, rather than escaping future args
Changelog

Sourced from clap's changelog.

[4.5.56] - 2026-01-29

Fixes

  • On conflict error, don't show conflicting arguments in the usage

[4.5.55] - 2026-01-27

Fixes

  • Fix inconsistency in precedence between positionals with a value_terminator("--") and escapes (--) where ./foo -- bar means the first arg is empty, rather than escaping future args
Commits
  • 9cec100 chore: Release
  • 00e72e0 docs: Update changelog
  • c7848ff Merge pull request #6094 from epage/home
  • 60184fb feat(complete): Expand ~ in native completions
  • 09969d3 chore(deps): Update Rust Stable to v1.89 (#6093)
  • 520beb5 chore: Release
  • 2bd8ab3 docs: Update changelog
  • 220875b Merge pull request #6091 from epage/possible
  • e5eb6c9 fix(help): Integrate 'Possible Values:' into 'Arg::help'
  • 594a771 refactor(help): Make empty tracking more consistent
  • Additional commits viewable in compare view

Updates tonic from 0.14.2 to 0.14.3

Release notes

Sourced from tonic's releases.

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)
Commits
  • ed4bafc Prepare v0.14.3 release (#2489)
  • 71ec583 Remove metadata from tonic::Status Display impl. (#2481)
  • 164c548 chore(ci): Update to cargo-check-external-types 0.4.0 (#2470)
  • c1e6206 fix(tonic): respect max_message_size when decompressing a message (#2484)
  • a58c291 feat(xds): initial structures for tonic-xds (#2482)
  • 2e68a2c chore(doc): Fix documentation links for timeout configuration (#2483)
  • 7e98e1f Separate channel creation and state probe, and error handling thereof. (#2465)
  • 54fab77 feat(xds): implement tonic-based transport and prost-based codec (#2475)
  • d61bc56 chore(ci): increase server start up wait time in interop test (#2473)
  • d112d09 feat(xds): add public APIs for xds-client (#2464)
  • Additional commits viewable in compare view

Updates tonic-prost from 0.14.2 to 0.14.3

Release notes

Sourced from tonic-prost's releases.

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)
Commits
  • ed4bafc Prepare v0.14.3 release (#2489)
  • 71ec583 Remove metadata from tonic::Status Display impl. (#2481)
  • 164c548 chore(ci): Update to cargo-check-external-types 0.4.0 (#2470)
  • c1e6206 fix(tonic): respect max_message_size when decompressing a message (#2484)
  • a58c291 feat(xds): initial structures for tonic-xds (#2482)
  • 2e68a2c chore(doc): Fix documentation links for timeout configuration (#2483)
  • 7e98e1f Separate channel creation and state probe, and error handling thereof. (#2465)
  • 54fab77 feat(xds): implement tonic-based transport and prost-based codec (#2475)
  • d61bc56 chore(ci): increase server start up wait time in interop test (#2473)
  • d112d09 feat(xds): add public APIs for xds-client (#2464)
  • Additional commits viewable in compare view

Updates redis from 1.0.2 to 1.0.3

Commits

Updates tonic-build from 0.14.2 to 0.14.3

Release notes

Sourced from tonic-build's releases.

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)
Commits
  • ed4bafc Prepare v0.14.3 release (#2489)
  • 71ec583 Remove metadata from tonic::Status Display impl. (#2481)
  • 164c548 chore(ci): Update to cargo-check-external-types 0.4.0 (#2470)
  • c1e6206 fix(tonic): respect max_message_size when decompressing a message (#2484)
  • a58c291 feat(xds): initial structures for tonic-xds (#2482)
  • 2e68a2c chore(doc): Fix documentation links for timeout configuration (#2483)
  • 7e98e1f Separate channel creation and state probe, and error handling thereof. (#2465)
  • 54fab77 feat(xds): implement tonic-based transport and prost-based codec (#2475)
  • d61bc56 chore(ci): increase server start up wait time in interop test (#2473)
  • d112d09 feat(xds): add public APIs for xds-client (#2464)
  • Additional commits viewable in compare view

Updates tonic-prost-build from 0.14.2 to 0.14.3

Release notes

Sourced from tonic-prost-build's releases.

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)
Commits
  • ed4bafc Prepare v0.14.3 release (#2489)
  • 71ec583 Remove metadata from tonic::Status Display impl. (#2481)
  • 164c548 chore(ci): Update to cargo-check-external-types 0.4.0 (#2470)
  • c1e6206 fix(tonic): respect max_message_size when decompressing a message (#2484)
  • a58c291 feat(xds): initial structures for tonic-xds (#2482)
  • 2e68a2c chore(doc): Fix documentation links for timeout configuration (#2483)
  • 7e98e1f Separate channel creation and state probe, and error handling thereof. (#2465)
  • 54fab77 feat(xds): implement tonic-based transport and prost-based codec (#2475)
  • d61bc56 chore(ci): increase server start up wait time in interop test (#2473)
  • d112d09 feat(xds): add public APIs for xds-client (#2464)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the minor-and-patch group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [clap](https://github.com/clap-rs/clap) | `4.5.54` | `4.5.56` |
| [tonic](https://github.com/hyperium/tonic) | `0.14.2` | `0.14.3` |
| [tonic-prost](https://github.com/hyperium/tonic) | `0.14.2` | `0.14.3` |
| [redis](https://github.com/redis-rs/redis-rs) | `1.0.2` | `1.0.3` |
| [tonic-build](https://github.com/hyperium/tonic) | `0.14.2` | `0.14.3` |
| [tonic-prost-build](https://github.com/hyperium/tonic) | `0.14.2` | `0.14.3` |


Updates `clap` from 4.5.54 to 4.5.56
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.54...clap_complete-v4.5.56)

Updates `tonic` from 0.14.2 to 0.14.3
- [Release notes](https://github.com/hyperium/tonic/releases)
- [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md)
- [Commits](hyperium/tonic@v0.14.2...v0.14.3)

Updates `tonic-prost` from 0.14.2 to 0.14.3
- [Release notes](https://github.com/hyperium/tonic/releases)
- [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md)
- [Commits](hyperium/tonic@v0.14.2...v0.14.3)

Updates `redis` from 1.0.2 to 1.0.3
- [Release notes](https://github.com/redis-rs/redis-rs/releases)
- [Commits](https://github.com/redis-rs/redis-rs/commits)

Updates `tonic-build` from 0.14.2 to 0.14.3
- [Release notes](https://github.com/hyperium/tonic/releases)
- [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md)
- [Commits](hyperium/tonic@v0.14.2...v0.14.3)

Updates `tonic-prost-build` from 0.14.2 to 0.14.3
- [Release notes](https://github.com/hyperium/tonic/releases)
- [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md)
- [Commits](hyperium/tonic@v0.14.2...v0.14.3)

---
updated-dependencies:
- dependency-name: clap
  dependency-version: 4.5.56
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: tonic
  dependency-version: 0.14.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: tonic-prost
  dependency-version: 0.14.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: redis
  dependency-version: 1.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: tonic-build
  dependency-version: 0.14.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: tonic-prost-build
  dependency-version: 0.14.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants