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 998046d4 Bump sonic-rs from 0.5.5 to 0.5.6 (#1603)
998046d4 is described below
commit 998046d48dd6ed913db52600ab80d9f1889cefe3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 11 10:44:48 2025 +0800
Bump sonic-rs from 0.5.5 to 0.5.6 (#1603)
Bumps [sonic-rs](https://github.com/cloudwego/sonic-rs) from 0.5.5 to 0.5.6.
- [Release notes](https://github.com/cloudwego/sonic-rs/releases)
- [Commits](https://github.com/cloudwego/sonic-rs/commits)
---
updated-dependencies:
- dependency-name: sonic-rs
dependency-version: 0.5.6
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 9c1e4c5c..41f3e91a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3786,9 +3786,9 @@ dependencies = [
[[package]]
name = "sonic-rs"
-version = "0.5.5"
+version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "22540d56ba14521e4878ad436d498518c59698c39a89d5905c694932f0bf7134"
+checksum = "4425ea8d66ec950e0a8f2ef52c766cc3d68d661d9a0845c353c40833179fd866"
dependencies = [
"ahash",
"bumpalo",
diff --git a/Cargo.toml b/Cargo.toml
index 085e2feb..90fb953a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -102,7 +102,7 @@ procfs = "0.18.0"
prost = "0.14.1"
rand = "0.9.2"
smallvec = "2.0.0-alpha.11"
-sonic-rs = "0.5.5"
+sonic-rs = "0.5.6"
tempfile = "3"
tokio = "1.48.0"
tonic-build = "0.13.1"