This is an automated email from the ASF dual-hosted git repository.
blaginin pushed a commit to branch annarose/dict-coercion
in repository https://gitbox.apache.org/repos/asf/datafusion-sandbox.git
commit 9f33776c2c9eafa85c4dacbe9612fe2ffd91a3d3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 3 11:40:24 2026 +0000
chore(deps): bump tonic from 0.14.2 to 0.14.3 (#20127)
Bumps [tonic](https://github.com/hyperium/tonic) from 0.14.2 to 0.14.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/hyperium/tonic/releases">tonic's
releases</a>.</em></p>
<blockquote>
<h2>v0.14.3</h2>
<h2>Features</h2>
<ul>
<li>Expose <code>tcp_keepalive_interval</code> and
<code>tcp_keepalive_retries</code> options on Server (<a
href="https://redirect.github.com/hyperium/tonic/issues/2472">#2472</a>)</li>
<li>Allow configuration of <code>max_local_error_reset_streams</code> on
Server (<a
href="https://redirect.github.com/hyperium/tonic/issues/2437">#2437</a>)</li>
<li>Put source error into the <code>Display</code> impl of
<code>Status</code> (<a
href="https://redirect.github.com/hyperium/tonic/issues/2417">#2417</a>)</li>
<li><code>Server::default()</code> now sets <code>TCP_NODELAY</code> to
true (<a
href="https://redirect.github.com/hyperium/tonic/issues/2413">#2413</a>)</li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li>Respect <code>max_message_size</code> when decompressing a message
(<a
href="https://redirect.github.com/hyperium/tonic/issues/2484">#2484</a>)</li>
<li>Depend on http at least 1.1.0 (<a
href="https://redirect.github.com/hyperium/tonic/issues/2426">#2426</a>)</li>
</ul>
<h2>Documentation</h2>
<ul>
<li>Fix documentation links for timeout configuration (<a
href="https://redirect.github.com/hyperium/tonic/issues/2483">#2483</a>)</li>
<li>Fix documentation typos and grammar issues in status.rs and
codec/mod.rs (<a
href="https://redirect.github.com/hyperium/tonic/issues/2468">#2468</a>)</li>
<li>Fix labels in <code>Display for Status</code> (<a
href="https://redirect.github.com/hyperium/tonic/issues/2414">#2414</a>)</li>
<li>Fix features docs in tonic-build and tonic-prost-build (<a
href="https://redirect.github.com/hyperium/tonic/issues/2434">#2434</a>)</li>
<li>Remove redundant word in tonic-build and tonic-prost-build README
(<a
href="https://redirect.github.com/hyperium/tonic/issues/2425">#2425</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hyperium/tonic/commit/ed4bafc35af7a284357cf4e77e26b9c3eb0266ca"><code>ed4bafc</code></a>
Prepare v0.14.3 release (<a
href="https://redirect.github.com/hyperium/tonic/issues/2489">#2489</a>)</li>
<li><a
href="https://github.com/hyperium/tonic/commit/71ec58303fd8cf27c3d5809b3c487a5c11ddb101"><code>71ec583</code></a>
Remove metadata from <code>tonic::Status</code> <code>Display</code>
impl. (<a
href="https://redirect.github.com/hyperium/tonic/issues/2481">#2481</a>)</li>
<li><a
href="https://github.com/hyperium/tonic/commit/164c548ffee52f9dc460e45466773081c0700b43"><code>164c548</code></a>
chore(ci): Update to cargo-check-external-types 0.4.0 (<a
href="https://redirect.github.com/hyperium/tonic/issues/2470">#2470</a>)</li>
<li><a
href="https://github.com/hyperium/tonic/commit/c1e620678add153fc9fe9b4d68a673633c4cfa22"><code>c1e6206</code></a>
fix(tonic): respect max_message_size when decompressing a message (<a
href="https://redirect.github.com/hyperium/tonic/issues/2484">#2484</a>)</li>
<li><a
href="https://github.com/hyperium/tonic/commit/a58c291181fe8866a1fb57a20794a440ede20c83"><code>a58c291</code></a>
feat(xds): initial structures for tonic-xds (<a
href="https://redirect.github.com/hyperium/tonic/issues/2482">#2482</a>)</li>
<li><a
href="https://github.com/hyperium/tonic/commit/2e68a2c0a36b9baf6e1dbbe3755a4b304ee7ef9f"><code>2e68a2c</code></a>
chore(doc): Fix documentation links for timeout configuration (<a
href="https://redirect.github.com/hyperium/tonic/issues/2483">#2483</a>)</li>
<li><a
href="https://github.com/hyperium/tonic/commit/7e98e1f61ab28cff45aeb895aac3e63318bb99ea"><code>7e98e1f</code></a>
Separate channel creation and state probe, and error handling thereof.
(<a
href="https://redirect.github.com/hyperium/tonic/issues/2465">#2465</a>)</li>
<li><a
href="https://github.com/hyperium/tonic/commit/54fab778a3842789947bf1fa9ad76e285a8e1988"><code>54fab77</code></a>
feat(xds): implement tonic-based transport and prost-based codec (<a
href="https://redirect.github.com/hyperium/tonic/issues/2475">#2475</a>)</li>
<li><a
href="https://github.com/hyperium/tonic/commit/d61bc56f663f5ad444fccbcc4b0833265c5b173d"><code>d61bc56</code></a>
chore(ci): increase server start up wait time in interop test (<a
href="https://redirect.github.com/hyperium/tonic/issues/2473">#2473</a>)</li>
<li><a
href="https://github.com/hyperium/tonic/commit/d112d09a24b80bd6cb29797701ec6f5a07c9a42d"><code>d112d09</code></a>
feat(xds): add public APIs for xds-client (<a
href="https://redirect.github.com/hyperium/tonic/issues/2464">#2464</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/hyperium/tonic/compare/v0.14.2...v0.14.3">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
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 this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
Cargo.lock | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index e582b43c7..38dcd5cb1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -6197,9 +6197,9 @@ dependencies = [
[[package]]
name = "tonic"
-version = "0.14.2"
+version = "0.14.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "eb7613188ce9f7df5bfe185db26c5814347d110db17920415cf2fbcad85e7203"
+checksum = "a286e33f82f8a1ee2df63f4fa35c0becf4a85a0cb03091a15fd7bf0b402dc94a"
dependencies = [
"async-trait",
"axum",
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]