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

richox 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 34e6c91a Bump sonic-rs from 0.5.4 to 0.5.5 (#1377)
34e6c91a is described below

commit 34e6c91ac6d26fa3f94e59e54b0d468281d3b733
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 29 16:00:37 2025 +0800

    Bump sonic-rs from 0.5.4 to 0.5.5 (#1377)
    
    Bumps [sonic-rs](https://github.com/cloudwego/sonic-rs) from 0.5.4 to 0.5.5.
    - [Release notes](https://github.com/cloudwego/sonic-rs/releases)
    - [Commits](https://github.com/cloudwego/sonic-rs/compare/v0.5.4...v0.5.5)
    
    ---
    updated-dependencies:
    - dependency-name: sonic-rs
      dependency-version: 0.5.5
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 Cargo.lock | 4 ++--
 Cargo.toml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index fa6cd406..b1a43cc8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3783,9 +3783,9 @@ dependencies = [
 
 [[package]]
 name = "sonic-rs"
-version = "0.5.4"
+version = "0.5.5"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "b0e0c5c1c429b500b4583e860ed48f9e34968cb1ba49dd16c1e2743678e3fd18"
+checksum = "22540d56ba14521e4878ad436d498518c59698c39a89d5905c694932f0bf7134"
 dependencies = [
  "ahash",
  "bumpalo",
diff --git a/Cargo.toml b/Cargo.toml
index a8941b38..2874d7ca 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -100,7 +100,7 @@ procfs = "0.17.0"
 prost = "0.14.1"
 rand = "0.9.2"
 smallvec = "2.0.0-alpha.11"
-sonic-rs = "0.5.4"
+sonic-rs = "0.5.5"
 tempfile = "3"
 tokio = "1.47.1"
 tonic-build = "0.13.1"

Reply via email to