From 7fea6d3fa437063e356716bfca2967d47e1760a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 08:24:57 +0000 Subject: [PATCH] chore(deps): bump simd-json from 0.17.0 to 0.17.3 Bumps [simd-json](https://github.com/simd-lite/simd-json) from 0.17.0 to 0.17.3. - [Commits](https://github.com/simd-lite/simd-json/compare/v0.17.0...v0.17.3) --- updated-dependencies: - dependency-name: simd-json dependency-version: 0.17.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b745d09..555f3cb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3705,9 +3705,9 @@ checksum = "703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214" [[package]] name = "simd-json" -version = "0.17.0" +version = "0.17.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4255126f310d2ba20048db6321c81ab376f6a6735608bf11f0785c41f01f64e3" +checksum = "e32d7ab2678282d21e53374fbead7119b7eacbede73685dcaac472870a29a11c" dependencies = [ "halfbrown", "ref-cast",