From c2562d8b3908ae0117387f482208faf0d30f1f7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 06:57:25 +0200 Subject: [PATCH] build(rust): update simd-json requirement from 0.11 to 0.12 (#11871) --- Cargo.toml | 2 +- py-polars/Cargo.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 06145d401f60..eda1f6d2a3af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ rayon = "1.8" regex = "1.9" serde = "1.0.188" serde_json = "1" -simd-json = { version = "0.11", features = ["allow-non-simd", "known-key"] } +simd-json = { version = "0.12", features = ["known-key"] } smartstring = "1" sqlparser = "0.38" strum_macros = "0.25" diff --git a/py-polars/Cargo.lock b/py-polars/Cargo.lock index afbe06e97abe..549ce47c3d89 100644 --- a/py-polars/Cargo.lock +++ b/py-polars/Cargo.lock @@ -2394,9 +2394,9 @@ dependencies = [ [[package]] name = "simd-json" -version = "0.11.1" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "474b451aaac1828ed12f6454a80fe58b940ae2998d10389d41533940a6f641bf" +checksum = "f0f07a84c7456b901b8dd2c1d44caca8b0fd2c2616206ee5acc9d9da61e8d9ec" dependencies = [ "ahash", "getrandom",