Skip to content

Commit

Permalink
Bump deps/json from 6325839 to fde9a86
Browse files Browse the repository at this point in the history
Bumps [deps/json](https://github.com/nlohmann/json) from `6325839` to `fde9a86`.
- [Release notes](https://github.com/nlohmann/json/releases)
- [Commits](nlohmann/json@6325839...fde9a86)

---
updated-dependencies:
- dependency-name: deps/json
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 15, 2024
1 parent 3ccb927 commit 3b7336c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/json
Submodule json updated 43 files
+10 −0 .clang-tidy
+1 −1 .github/CONTRIBUTING.md
+3 −3 .github/workflows/check_amalgamation.yml
+1 −1 .github/workflows/cifuzz.yml
+2 −2 .github/workflows/codeql-analysis.yml
+61 −9 .github/workflows/macos.yml
+2 −2 .github/workflows/publish_documentation.yml
+31 −17 .github/workflows/ubuntu.yml
+7 −7 .github/workflows/windows.yml
+5 −1 CMakeLists.txt
+50 −36 README.md
+118 −0 docs/mkdocs/docs/api/macros/nlohmann_define_derived_type.md
+7 −7 include/nlohmann/detail/conversions/to_chars.hpp
+2 −2 include/nlohmann/detail/input/json_sax.hpp
+1 −1 include/nlohmann/detail/input/lexer.hpp
+2 −2 include/nlohmann/detail/input/parser.hpp
+2 −2 include/nlohmann/detail/iterators/iteration_proxy.hpp
+26 −0 include/nlohmann/detail/macro_scope.hpp
+1 −1 include/nlohmann/detail/meta/cpp_future.hpp
+1 −1 include/nlohmann/detail/meta/std_fs.hpp
+3 −3 include/nlohmann/detail/meta/type_traits.hpp
+1 −1 include/nlohmann/detail/output/binary_writer.hpp
+3 −3 include/nlohmann/detail/output/serializer.hpp
+19 −19 include/nlohmann/json.hpp
+68 −42 single_include/nlohmann/json.hpp
+1 −1 tests/src/unit-32bit.cpp
+2 −2 tests/src/unit-alt-string.cpp
+5 −5 tests/src/unit-bjdata.cpp
+4 −5 tests/src/unit-cbor.cpp
+1 −1 tests/src/unit-class_lexer.cpp
+2 −2 tests/src/unit-conversions.cpp
+4 −4 tests/src/unit-deserialization.cpp
+14 −14 tests/src/unit-element_access1.cpp
+10 −10 tests/src/unit-element_access2.cpp
+1 −1 tests/src/unit-json_patch.cpp
+2 −2 tests/src/unit-msgpack.cpp
+1 −1 tests/src/unit-readme.cpp
+5 −5 tests/src/unit-regression2.cpp
+1 −1 tests/src/unit-serialization.cpp
+2 −2 tests/src/unit-testsuites.cpp
+2 −2 tests/src/unit-ubjson.cpp
+189 −4 tests/src/unit-udt_macro.cpp
+1 −1 tests/src/unit-unicode1.cpp

0 comments on commit 3b7336c

Please sign in to comment.