From c733665701d42e376b6195e6b4eb88743b5420e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 07:46:25 +0000 Subject: [PATCH] Update simd-json requirement from 0.13.4 to 0.14.3 Updates the requirements on [simd-json](https://github.com/simd-lite/simd-json) to permit the latest version. - [Commits](https://github.com/simd-lite/simd-json/compare/v0.13.4...v0.14.3) --- updated-dependencies: - dependency-name: simd-json dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ef9a59e..dd9a6c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ cfg-if = "1.0.0" serde = { version = "1.0", features = ["derive"] } serde_json = { version = "1.0", optional = true } mime = "0.3.17" -simd-json = { version = "0.13.4", optional = true } +simd-json = { version = "0.14.3", optional = true } thiserror = "1.0.50" [features]