This is an automated email from the ASF dual-hosted git repository.

yew1eb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/auron.git


The following commit(s) were added to refs/heads/master by this push:
     new a86d6a64c Bump prost-reflect from 0.16.4 to 0.16.5 (#2384)
a86d6a64c is described below

commit a86d6a64cab8f58dec7232ac8e51aff9ae97eff9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Jul 11 11:14:14 2026 +0800

    Bump prost-reflect from 0.16.4 to 0.16.5 (#2384)
    
    Bumps [prost-reflect](https://github.com/andrewhickman/prost-reflect)
    from 0.16.4 to 0.16.5.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    
href="https://github.com/andrewhickman/prost-reflect/releases";>prost-reflect's
    releases</a>.</em></p>
    <blockquote>
    <h2>prost-reflect-v0.16.5</h2>
    <h3>Fixed</h3>
    <ul>
    <li>Fixed a performance regression in encoding of DynamicMessage (<a
    
href="https://redirect.github.com/andrewhickman/prost-reflect/pull/200";>#200</a>)</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a
    
href="https://github.com/andrewhickman/prost-reflect/blob/main/CHANGELOG.md";>prost-reflect's
    changelog</a>.</em></p>
    <blockquote>
    <h2><a
    
href="https://github.com/andrewhickman/prost-reflect/compare/prost-reflect-v0.16.4...prost-reflect-v0.16.5";>0.16.5</a>
    - 2026-07-09</h2>
    <h3>Fixed</h3>
    <ul>
    <li>Fixed a performance regression in encoding of DynamicMessage (<a
    
href="https://redirect.github.com/andrewhickman/prost-reflect/pull/200";>#200</a>)</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    
href="https://github.com/andrewhickman/prost-reflect/commit/2d0e1847a07d2582ae3edf84dbb80f2684961fef";><code>2d0e184</code></a>
    chore: release (<a
    
href="https://redirect.github.com/andrewhickman/prost-reflect/issues/199";>#199</a>)</li>
    <li><a
    
href="https://github.com/andrewhickman/prost-reflect/commit/d6bc81ad0a5111e05e1ac0cc7c7022dfacafa499";><code>d6bc81a</code></a>
    perf: avoid full-descriptor walk when encoding DynamicMessage (<a
    
href="https://redirect.github.com/andrewhickman/prost-reflect/issues/200";>#200</a>)</li>
    <li>See full diff in <a
    
href="https://github.com/andrewhickman/prost-reflect/compare/prost-reflect-v0.16.4...prost-reflect-v0.16.5";>compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=prost-reflect&package-manager=cargo&previous-version=0.16.4&new-version=0.16.5)](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 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 31f775a5a..0908d5a9d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3177,9 +3177,9 @@ dependencies = [
 
 [[package]]
 name = "prost-reflect"
-version = "0.16.4"
+version = "0.16.5"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "590aa145fee8f7a26b5a6055365e7c5e89a5c1caae9869de76ec0ee73181a2f9"
+checksum = "01b80ea363c31af2de2b92e3c07ed1156628f7838c4afb4df75ee78a37fedbd1"
 dependencies = [
  "prost 0.14.4",
  "prost-types 0.14.3",

Reply via email to