Skip to content

Commit 3eece25

Browse files
authored
Merge branch 'main' into bump-absl-version
2 parents 17137aa + 1f1b0dc commit 3eece25

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/src/dev-guide/components-core/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The task will download, build, and install (within the build directory) the foll
4444
| [log-surgeon](https://github.com/y-scope/log-surgeon) | f801a3f |
4545
| [mongo-cxx-driver](https://github.com/mongodb/mongo-cxx-driver) | r3.10.2 |
4646
| [outcome](https://github.com/ned14/outcome) | v2.2.9 |
47-
| [simdjson](https://github.com/simdjson/simdjson) | v3.6.3 |
47+
| [simdjson](https://github.com/simdjson/simdjson) | v3.13.0 |
4848
| [spdlog](https://github.com/gabime/spdlog) | v1.9.2 |
4949
| [SQLite3](https://www.sqlite.org/download.html) | v3.36.0 |
5050
| [uftcpp](https://github.com/nemtrif/utfcpp.git) | v4.0.6 |

taskfiles/deps/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,8 @@ tasks:
277277
- "-DCMAKE_BUILD_TYPE=Release"
278278
- "-DCMAKE_INSTALL_MESSAGE=LAZY"
279279
LIB_NAME: "simdjson"
280-
TARBALL_SHA256: "afd8201cfb1abe927737d876441bb1f21730a9ee6078a1b8c6174e6463981fa3"
281-
TARBALL_URL: "https://github.com/simdjson/simdjson/archive/refs/tags/v3.6.3.tar.gz"
280+
TARBALL_SHA256: "07a1bb3587aac18fd6a10a83fe4ab09f1100ab39f0cb73baea1317826b9f9e0d"
281+
TARBALL_URL: "https://github.com/simdjson/simdjson/archive/refs/tags/v3.13.0.tar.gz"
282282

283283
spdlog:
284284
internal: true

0 commit comments

Comments
 (0)