From 5916dfda6a27a1be1a653fbd3a2273f55862aafe Mon Sep 17 00:00:00 2001 From: Bas Zalmstra Date: Mon, 23 Sep 2024 10:18:30 +0200 Subject: [PATCH] fix: simd-json x86 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 94fc8b430..d1792b93d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -115,7 +115,7 @@ retry-policies = { version = "0.4.0", default-features = false } rmp-serde = { version = "1.2.0" } rstest = { version = "0.21.0" } rstest_reuse = "0.7.0" -simd-json = { version = "0.13.10", features = ["serde_impl"] } +simd-json = { version = "0.14.0", features = ["serde_impl"] } serde = { version = "1.0.198" } serde_json = { version = "1.0.116" } serde_repr = "0.1"