-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #67 from alterware/dependabot/submodules/deps/zlib…
…-5c42a23 build(deps): bump deps/zlib from `985a62d` to `5c42a23`
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule zlib
updated
18 files
+208 −0 | .github/workflows/c-std.yml | |
+12 −3 | .github/workflows/cmake.yml | |
+3 −3 | .github/workflows/configure.yml | |
+1 −1 | .github/workflows/fuzz.yml | |
+5 −1 | contrib/puff/pufftest.c | |
+2 −1 | deflate.c | |
+5 −1 | examples/gznorm.c | |
+5 −1 | examples/zpipe.c | |
+3 −7 | gzguts.h | |
+15 −13 | gzlib.c | |
+2 −1 | gzread.c | |
+4 −0 | test/example.c | |
+9 −6 | test/minigzip.c | |
+7 −11 | zconf.h | |
+7 −11 | zconf.h.cmakein | |
+7 −11 | zconf.h.in | |
+3 −3 | zlib.h | |
+4 −5 | zutil.h |