-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump backend/mongoose from
34f512d
to 38ede8e
Bumps [backend/mongoose](https://github.com/cesanta/mongoose) from `34f512d` to `38ede8e`. - [Release notes](https://github.com/cesanta/mongoose/releases) - [Commits](cesanta/mongoose@34f512d...38ede8e) --- updated-dependencies: - dependency-name: backend/mongoose dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
affaa9d
commit 3c2b81f
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule mongoose
updated
15 files
+2,232 −144 | mongoose.c | |
+55 −33 | mongoose.h | |
+1 −1 | src/drivers/phy.h | |
+1 −1 | src/license.h | |
+171 −0 | src/sha256.c | |
+14 −0 | src/sha256.h | |
+475 −143 | src/tls_builtin.c | |
+2 −0 | src/tls_chacha20.c | |
+1,579 −0 | src/tls_rsa.c | |
+7 −0 | src/tls_rsa.h | |
+6 −0 | src/util.h | |
+1 −1 | test/Makefile | |
+134 −0 | test/data/ca.pem | |
+1 −1 | test/unit_test.c | |
+590 −1 | tutorials/http/http-client/packed_fs.c |