Skip to content

Commit bae4c96

Browse files
authored
Update dependencies (#439)
* Update `doctest` to 2.5.2 * Update `csv-parser` to 3.2.0
2 parents e34a5ca + 598ce76 commit bae4c96

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ include(FetchContent)
104104
FetchContent_Declare(
105105
csv-parser
106106
GIT_REPOSITORY https://github.com/vincentlaucsb/csv-parser
107-
GIT_TAG 3.1.0)
107+
GIT_TAG 3.2.0)
108108
FetchContent_GetProperties(csv-parser)
109109
if(NOT csv-parser_POPULATED)
110110
FetchContent_MakeAvailable(csv-parser)
@@ -236,7 +236,7 @@ if(DSF_TESTS)
236236
FetchContent_Declare(
237237
doctest
238238
GIT_REPOSITORY https://github.com/doctest/doctest.git
239-
GIT_TAG v2.4.12)
239+
GIT_TAG v2.5.2)
240240
FetchContent_GetProperties(doctest)
241241
if(NOT doctest_POPULATED)
242242
FetchContent_MakeAvailable(doctest)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![Standard](https://img.shields.io/badge/C%2B%2B-20/23-blue.svg)](https://en.wikipedia.org/wiki/C%2B%2B#Standardization)
77
[![TBB](https://img.shields.io/badge/TBB-2022.3.0-blue.svg)](https://github.com/oneapi-src/oneTBB)
88
[![SPDLOG](https://img.shields.io/badge/spdlog-1.17.0-blue.svg)](https://github.com/gabime/spdlog)
9-
[![CSV](https://img.shields.io/badge/csv_parser-3.1.0-blue.svg)](https://github.com/vincentlaucsb/csv-parser)
9+
[![CSV](https://img.shields.io/badge/csv_parser-3.2.0-blue.svg)](https://github.com/vincentlaucsb/csv-parser)
1010
[![JSON](https://img.shields.io/badge/simdjson-4.6.1-blue.svg)](https://github.com/simdjson/simdjson)
1111
[![SQLite](https://img.shields.io/badge/SQLiteCpp-3.3.3-blue.svg)](https://github.com/SRombauts/SQLiteCpp)
1212
[![codecov](https://codecov.io/gh/physycom/DynamicalSystemFramework/graph/badge.svg?token=JV53J6IUJ3)](https://codecov.io/gh/physycom/DynamicalSystemFramework)

profiling/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ include(FetchContent)
2222
FetchContent_Declare(
2323
csv-parser
2424
GIT_REPOSITORY https://github.com/vincentlaucsb/csv-parser
25-
GIT_TAG 3.1.0)
25+
GIT_TAG 3.2.0)
2626
FetchContent_GetProperties(csv-parser)
2727
if(NOT csv-parser_POPULATED)
2828
FetchContent_MakeAvailable(csv-parser)

0 commit comments

Comments
 (0)