Commit f5fddac
authored
Bump src/deps/rapidjson from
Bumps [src/deps/rapidjson](https://github.com/Tencent/rapidjson) from `06d58b9` to `d621dc9`.
- [Release notes](https://github.com/Tencent/rapidjson/releases)
- [Commits](Tencent/rapidjson@06d58b9...d621dc9)
---
updated-dependencies:
- dependency-name: src/deps/rapidjson
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>06d58b9 to d621dc9
1 parent c2985df commit f5fddac
1 file changed
+1
-1
lines changed- .travis.yml+24-23
- CMakeLists.txt+28-21
- RapidJSONConfig.cmake.in+5-11
- appveyor.yml+14-1
- bin/unittestschema/address.json+2-3
- doc/features.md+6-4
- doc/schema.md+8
- example/schemavalidator/schemavalidator.cpp+2-1
- include/rapidjson/allocators.h+3-3
- include/rapidjson/document.h+5-4
- include/rapidjson/error/en.h+62-8
- include/rapidjson/error/error.h+77-8
- include/rapidjson/internal/biginteger.h+1-1
- include/rapidjson/internal/diyfp.h+1-1
- include/rapidjson/internal/regex.h+1-1
- include/rapidjson/internal/strtod.h+1-1
- include/rapidjson/pointer.h+23-23
- include/rapidjson/rapidjson.h+10-10
- include/rapidjson/reader.h+2-2
- include/rapidjson/schema.h+588-143
- include/rapidjson/writer.h+12-1
- test/unittest/CMakeLists.txt+2-2
- test/unittest/allocatorstest.cpp+2-2
- test/unittest/cursorstreamwrappertest.cpp+1-1
- test/unittest/ostreamwrappertest.cpp+1-1
- test/unittest/pointertest.cpp+2-2
- test/unittest/readertest.cpp+4
- test/unittest/schematest.cpp+645-19
- test/unittest/simdtest.cpp+7-5
- test/unittest/uritest.cpp+46-39
- test/unittest/valuetest.cpp+29-20
- test/unittest/writertest.cpp+30
- test/valgrind.supp+9
0 commit comments