From 4068e1090e036fc82427735722957324eb7c2bc9 Mon Sep 17 00:00:00 2001 From: nodejs-github-bot <18269663+nodejs-github-bot@users.noreply.github.com> Date: Sun, 2 Feb 2025 00:32:38 +0000 Subject: [PATCH] deps: update simdjson to 3.12.0 --- deps/simdjson/LICENSE | 2 +- deps/simdjson/simdjson.cpp | 2 +- deps/simdjson/simdjson.h | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/deps/simdjson/LICENSE b/deps/simdjson/LICENSE index 71f65b598d907f..57fc54cc1f775e 100644 --- a/deps/simdjson/LICENSE +++ b/deps/simdjson/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2018-2023 The simdjson authors + Copyright 2018-2025 The simdjson authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/deps/simdjson/simdjson.cpp b/deps/simdjson/simdjson.cpp index 9fda730019dabb..a36c044941fccc 100644 --- a/deps/simdjson/simdjson.cpp +++ b/deps/simdjson/simdjson.cpp @@ -1,4 +1,4 @@ -/* auto-generated on 2025-01-09 11:01:48 -0500. Do not edit! */ +/* auto-generated on 2025-01-27 20:34:35 -0500. Do not edit! */ /* including simdjson.cpp: */ /* begin file simdjson.cpp */ #define SIMDJSON_SRC_SIMDJSON_CPP diff --git a/deps/simdjson/simdjson.h b/deps/simdjson/simdjson.h index 7cdd3c87989e3b..fb82b032bd0c5c 100644 --- a/deps/simdjson/simdjson.h +++ b/deps/simdjson/simdjson.h @@ -1,4 +1,4 @@ -/* auto-generated on 2025-01-09 11:01:48 -0500. Do not edit! */ +/* auto-generated on 2025-01-27 20:34:35 -0500. Do not edit! */ /* including simdjson.h: */ /* begin file simdjson.h */ #ifndef SIMDJSON_H @@ -2437,7 +2437,7 @@ namespace std { #define SIMDJSON_SIMDJSON_VERSION_H /** The version of simdjson being used (major.minor.revision) */ -#define SIMDJSON_VERSION "3.11.6" +#define SIMDJSON_VERSION "3.12.0" namespace simdjson { enum { @@ -2448,11 +2448,11 @@ enum { /** * The minor version (major.MINOR.revision) of simdjson being used. */ - SIMDJSON_VERSION_MINOR = 11, + SIMDJSON_VERSION_MINOR = 12, /** * The revision (major.minor.REVISION) of simdjson being used. */ - SIMDJSON_VERSION_REVISION = 6 + SIMDJSON_VERSION_REVISION = 0 }; } // namespace simdjson