Skip to content

Commit

Permalink
Bump the submodules group across 1 directory with 5 updates (#13)
Browse files Browse the repository at this point in the history
Bumps the submodules group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [thirdparty/imgui](https://github.com/ocornut/imgui) | ``9aec6d7`` | ``fe09ebb`` |
| [thirdparty/spdlog](https://github.com/gabime/spdlog) | ``c3aed4b`` | ``5ebfc92`` |
| [thirdparty/discord-rpc](https://github.com/harmonytf/discord-rpc) | ``1bd5a45`` | ``c62c34d`` |
| [thirdparty/nghttp2](https://github.com/nghttp2/nghttp2) | ``5db776c`` | ``1308640`` |
| [bme_scripts](https://github.com/p0358/bme_scripts) | ``c63481e`` | ``981ab15`` |



Updates `thirdparty/imgui` from `9aec6d7` to `fe09ebb`
- [Release notes](https://github.com/ocornut/imgui/releases)
- [Commits](ocornut/imgui@9aec6d7...fe09ebb)

Updates `thirdparty/spdlog` from `c3aed4b` to `5ebfc92`
- [Release notes](https://github.com/gabime/spdlog/releases)
- [Commits](gabime/spdlog@c3aed4b...5ebfc92)

Updates `thirdparty/discord-rpc` from `1bd5a45` to `c62c34d`
- [Commits](harmonytf/discord-rpc@1bd5a45...c62c34d)

Updates `thirdparty/nghttp2` from `5db776c` to `1308640`
- [Release notes](https://github.com/nghttp2/nghttp2/releases)
- [Commits](nghttp2/nghttp2@5db776c...1308640)

Updates `bme_scripts` from `c63481e` to `981ab15`
- [Commits](p0358/bme_scripts@c63481e...981ab15)

---
updated-dependencies:
- dependency-name: thirdparty/imgui
  dependency-type: direct:production
  dependency-group: submodules
- dependency-name: thirdparty/spdlog
  dependency-type: direct:production
  dependency-group: submodules
- dependency-name: thirdparty/discord-rpc
  dependency-type: direct:production
  dependency-group: submodules
- dependency-name: thirdparty/nghttp2
  dependency-type: direct:production
  dependency-group: submodules
- dependency-name: bme_scripts
  dependency-type: direct:production
  dependency-group: submodules
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 23, 2024
1 parent 87dd989 commit d5005a3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bme_scripts
2 changes: 1 addition & 1 deletion thirdparty/discord-rpc
2 changes: 1 addition & 1 deletion thirdparty/nghttp2
Submodule nghttp2 updated 55 files
+64 −30 .github/workflows/build.yml
+1 −1 .github/workflows/docker.yaml
+43 −9 CMakeLists.txt
+1 −0 CMakeOptions.txt
+8 −5 Dockerfile.android
+2 −0 Makefile.am
+8 −8 README.rst
+43 −0 cmake/FindLibngtcp2_crypto_wolfssl.cmake
+41 −0 cmake/FindWolfSSL.cmake
+9 −0 cmakeconfig.h.in
+79 −4 configure.ac
+9 −7 docker/Dockerfile
+6 −6 go.mod
+14 −14 go.sum
+4 −0 src/CMakeLists.txt
+23 −5 src/HttpServer.cc
+8 −1 src/HttpServer.h
+4 −0 src/Makefile.am
+37 −4 src/h2load.cc
+8 −1 src/h2load.h
+11 −3 src/h2load_quic.cc
+19 −2 src/nghttp.cc
+8 −1 src/nghttp.h
+0 −2 src/nghttpd.cc
+17 −4 src/shrpx.cc
+8 −1 src/shrpx_client_handler.h
+5 −1 src/shrpx_config.cc
+8 −1 src/shrpx_config.h
+138 −15 src/shrpx_connection.cc
+8 −1 src/shrpx_connection.h
+8 −1 src/shrpx_connection_handler.h
+3 −3 src/shrpx_exec.cc
+5 −2 src/shrpx_http2_downstream_connection.cc
+8 −1 src/shrpx_http2_downstream_connection.h
+8 −1 src/shrpx_http2_session.cc
+8 −1 src/shrpx_http2_session.h
+13 −4 src/shrpx_http_downstream_connection.cc
+8 −1 src/shrpx_live_check.h
+8 −1 src/shrpx_memcached_dispatcher.h
+8 −1 src/shrpx_quic.cc
+8 −1 src/shrpx_quic.h
+12 −5 src/shrpx_quic_connection_handler.cc
+1 −1 src/shrpx_quic_listener.cc
+8 −1 src/shrpx_rate_limit.h
+63 −25 src/shrpx_tls.cc
+10 −2 src/shrpx_tls.h
+7 −0 src/shrpx_tls_test.cc
+12 −1 src/shrpx_worker.cc
+10 −2 src/shrpx_worker.h
+8 −1 src/shrpx_worker_process.cc
+7 −0 src/ssl_compat.h
+3 −3 src/template.h
+20 −3 src/tls.cc
+10 −3 src/tls.h
+12 −6 src/util.cc

0 comments on commit d5005a3

Please sign in to comment.