This is an automated email from the ASF dual-hosted git repository.
git-hulk pushed a commit to branch unstable
in repository https://gitbox.apache.org/repos/asf/kvrocks.git
The following commit(s) were added to refs/heads/unstable by this push:
new 04d4e7fce chore(deps): bump jsoncons to v1.7.0 (#3464)
04d4e7fce is described below
commit 04d4e7fce8d1ad57178e56e5d97b7838dee619cc
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Wed Apr 29 05:59:12 2026 +0300
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
---
cmake/jsoncons.cmake | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cmake/jsoncons.cmake b/cmake/jsoncons.cmake
index 772951dbf..cba8159ae 100644
--- a/cmake/jsoncons.cmake
+++ b/cmake/jsoncons.cmake
@@ -20,8 +20,8 @@ include_guard()
include(cmake/utils.cmake)
FetchContent_DeclareGitHubWithMirror(jsoncons
- danielaparker/jsoncons v1.6.0
- MD5=1338c49e9074ed3417fed63b4cc22ec3
+ danielaparker/jsoncons v1.7.0
+ MD5=7667a9482bb2500b0f93eb2682f64458
)
FetchContent_MakeAvailableWithArgs(jsoncons