Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 21, 2024
1 parent f821cce commit 977ce9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/json
Submodule json updated 54 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
+48 −27 .github/workflows/ubuntu.yml
+7 −7 .github/workflows/windows.yml
+0 −1 BUILD.bazel
+11 −2 CMakeLists.txt
+52 −38 README.md
+15 −4 cmake/ci.cmake
+118 −0 docs/mkdocs/docs/api/macros/nlohmann_define_derived_type.md
+22 −0 include/nlohmann/detail/conversions/from_json.hpp
+7 −7 include/nlohmann/detail/conversions/to_chars.hpp
+19 −0 include/nlohmann/detail/conversions/to_json.hpp
+16 −0 include/nlohmann/detail/exceptions.hpp
+9 −0 include/nlohmann/detail/input/input_adapters.hpp
+2 −2 include/nlohmann/detail/input/json_sax.hpp
+3 −3 include/nlohmann/detail/input/lexer.hpp
+2 −2 include/nlohmann/detail/input/parser.hpp
+2 −2 include/nlohmann/detail/iterators/iteration_proxy.hpp
+30 −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
+141 −44 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
+1 −1 tests/src/unit-bson.cpp
+5 −6 tests/src/unit-cbor.cpp
+1 −1 tests/src/unit-class_lexer.cpp
+0 −1 tests/src/unit-concepts.cpp
+99 −2 tests/src/unit-conversions.cpp
+17 −13 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
+3 −3 tests/src/unit-msgpack.cpp
+13 −4 tests/src/unit-noexcept.cpp
+1 −1 tests/src/unit-readme.cpp
+7 −0 tests/src/unit-regression1.cpp
+65 −6 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
+28 −1 tests/src/unit-udt.cpp
+189 −4 tests/src/unit-udt_macro.cpp
+1 −1 tests/src/unit-unicode1.cpp

0 comments on commit 977ce9d

Please sign in to comment.