Skip to content

Commit 04d4e7f

Browse files
authored
chore(deps): bump jsoncons to v1.7.0 (#3464)
Bump jsoncons to v1.7.0 (full changelog: https://github.com/danielaparker/jsoncons/releases/tag/v1.7.0) Key changes - The jsonschema enum class walk_result has been renamed to walk_state - The enum staj_event_type has been redefined as a [BitMask Type](https://en.cppreference.com/w/cpp/named_req/BitmaskType.html) - Reduced allocations in jsonschema compilation and validation - Fixed bugs
1 parent b04211e commit 04d4e7f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cmake/jsoncons.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ include_guard()
2020
include(cmake/utils.cmake)
2121

2222
FetchContent_DeclareGitHubWithMirror(jsoncons
23-
danielaparker/jsoncons v1.6.0
24-
MD5=1338c49e9074ed3417fed63b4cc22ec3
23+
danielaparker/jsoncons v1.7.0
24+
MD5=7667a9482bb2500b0f93eb2682f64458
2525
)
2626

2727
FetchContent_MakeAvailableWithArgs(jsoncons

0 commit comments

Comments
 (0)