This is an automated email from the ASF dual-hosted git repository.
csy 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 b68d88d9 Bump sonic-rs from 0.5.6 to 0.5.7 (#2038)
b68d88d9 is described below
commit b68d88d9673b182f1512f6688456d44f5274a90d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Feb 26 23:57:09 2026 +0800
Bump sonic-rs from 0.5.6 to 0.5.7 (#2038)
---
Cargo.lock | 12 +++++++++---
Cargo.toml | 2 +-
2 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index be513e43..8ff6598f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3797,9 +3797,9 @@ dependencies = [
[[package]]
name = "sonic-rs"
-version = "0.5.6"
+version = "0.5.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4425ea8d66ec950e0a8f2ef52c766cc3d68d661d9a0845c353c40833179fd866"
+checksum = "e16b39f36452a4fa6f14a481b02e9ba5c6842c6a44d0545da967eca122f2eed9"
dependencies = [
"ahash",
"bumpalo",
@@ -3808,12 +3808,12 @@ dependencies = [
"faststr",
"itoa",
"ref-cast",
- "ryu",
"serde",
"simdutf8",
"sonic-number",
"sonic-simd",
"thiserror 2.0.14",
+ "zmij",
]
[[package]]
@@ -4867,6 +4867,12 @@ version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "626bd9fa9734751fc50d6060752170984d7053f5a39061f524cda68023d4db8a"
+[[package]]
+name = "zmij"
+version = "1.0.21"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
+
[[package]]
name = "zstd"
version = "0.13.3"
diff --git a/Cargo.toml b/Cargo.toml
index f8c63565..fbc392bd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -178,7 +178,7 @@ procfs = "0.18.0"
prost = "0.14.3"
rand = "0.9.2"
smallvec = "2.0.0-alpha.11"
-sonic-rs = "0.5.6"
+sonic-rs = "0.5.7"
tempfile = "3"
tokio = "1.49.0"
tonic-build = "0.13.1"