From 0301204da5324e9f9a653748f1d7414e66c08afd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Nov 2022 09:41:36 +0000 Subject: [PATCH] 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](https://github.com/cesanta/mongoose/compare/e580d4e637a65c354a8def8ece8aaa48a7572782...eed25f23f6a40df0050857f36c6cec6652c1c983) --- updated-dependencies: - dependency-name: deps/mongoose dependency-type: direct:production ... Signed-off-by: dependabot[bot] * Update Download.cpp Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Edo --- deps/mongoose | 2 +- src/Components/Modules/Download.cpp | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/deps/mongoose b/deps/mongoose index e580d4e6..eed25f23 160000 --- a/deps/mongoose +++ b/deps/mongoose @@ -1 +1 @@ -Subproject commit e580d4e637a65c354a8def8ece8aaa48a7572782 +Subproject commit eed25f23f6a40df0050857f36c6cec6652c1c983 diff --git a/src/Components/Modules/Download.cpp b/src/Components/Modules/Download.cpp index 3db4d4a2..d6cce21e 100644 --- a/src/Components/Modules/Download.cpp +++ b/src/Components/Modules/Download.cpp @@ -1,7 +1,6 @@ #include #include "GSC/Script.hpp" -#undef alloca #include namespace Components