deps: update simdjson to 3.12.0 · nodejs/node@d67cb1f

3 files changed

lines changed

Original file line numberDiff line numberDiff line change

@@ -186,7 +186,7 @@

186186

same "printed page" as the copyright notice for easier

187187

identification within third-party archives.

188188
189-

Copyright 2018-2023 The simdjson authors

189+

Copyright 2018-2025 The simdjson authors

190190
191191

Licensed under the Apache License, Version 2.0 (the "License");

192192

you may not use this file except in compliance with the License.

Original file line numberDiff line numberDiff line change

@@ -1,4 +1,4 @@

1-

/* auto-generated on 2025-01-09 11:01:48 -0500. Do not edit! */

1+

/* auto-generated on 2025-01-27 20:34:35 -0500. Do not edit! */

22

/* including simdjson.cpp: */

33

/* begin file simdjson.cpp */

44

#define SIMDJSON_SRC_SIMDJSON_CPP

Original file line numberDiff line numberDiff line change

@@ -1,4 +1,4 @@

1-

/* auto-generated on 2025-01-09 11:01:48 -0500. Do not edit! */

1+

/* auto-generated on 2025-01-27 20:34:35 -0500. Do not edit! */

22

/* including simdjson.h: */

33

/* begin file simdjson.h */

44

#ifndef SIMDJSON_H

@@ -2437,7 +2437,7 @@ namespace std {

24372437

#define SIMDJSON_SIMDJSON_VERSION_H

24382438
24392439

/** The version of simdjson being used (major.minor.revision) */

2440-

#define SIMDJSON_VERSION "3.11.6"

2440+

#define SIMDJSON_VERSION "3.12.0"

24412441
24422442

namespace simdjson {

24432443

enum {

@@ -2448,11 +2448,11 @@ enum {

24482448

/**

24492449

* The minor version (major.MINOR.revision) of simdjson being used.

24502450

*/

2451-

SIMDJSON_VERSION_MINOR = 11,

2451+

SIMDJSON_VERSION_MINOR = 12,

24522452

/**

24532453

* The revision (major.minor.REVISION) of simdjson being used.

24542454

*/

2455-

SIMDJSON_VERSION_REVISION = 6

2455+

SIMDJSON_VERSION_REVISION = 0

24562456

};

24572457

} // namespace simdjson

24582458