Bump deps/mongoose from e580d4e to eed25f2 (#558)

* Bump deps/mongoose from `e580d4e` to `eed25f2`

Bumps [deps/mongoose](https://github.com/cesanta/mongoose) from `e580d4e` to `eed25f2`.
- [Release notes](https://github.com/cesanta/mongoose/releases)
- [Commits](e580d4e637...eed25f23f6)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Update Download.cpp

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Edo <edoardo.sanguineti222@gmail.com>
This commit is contained in:
dependabot[bot] 2022-11-09 09:41:36 +00:00 committed by GitHub
parent c72c5c62e8
commit 0301204da5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

2
deps/mongoose vendored

@ -1 +1 @@
Subproject commit e580d4e637a65c354a8def8ece8aaa48a7572782 Subproject commit eed25f23f6a40df0050857f36c6cec6652c1c983

View File

@ -1,7 +1,6 @@
#include <STDInclude.hpp> #include <STDInclude.hpp>
#include "GSC/Script.hpp" #include "GSC/Script.hpp"
#undef alloca
#include <mongoose.h> #include <mongoose.h>
namespace Components namespace Components