-
Notifications
You must be signed in to change notification settings - Fork 16
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 thirdparty/zlib from
f1f503d
to 3c13497
Bumps [thirdparty/zlib](https://github.com/madler/zlib) from `f1f503d` to `3c13497`. - [Release notes](https://github.com/madler/zlib/releases) - [Commits](madler/zlib@f1f503d...3c13497) --- updated-dependencies: - dependency-name: thirdparty/zlib dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
795a369
commit 6c81120
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule zlib
updated
19 files
+2 −2 | .github/workflows/cmake.yml | |
+2 −2 | .github/workflows/configure.yml | |
+1 −1 | .github/workflows/fuzz.yml | |
+1 −1 | FAQ | |
+1 −1 | contrib/ada/readme.txt | |
+574 −574 | contrib/gcc_gvmat64/gvmat64.S | |
+1 −1 | contrib/puff/pufftest.c | |
+1 −1 | examples/gznorm.c | |
+1 −1 | examples/zpipe.c | |
+113 −96 | examples/zran.c | |
+6 −4 | examples/zran.h | |
+24 −23 | gzguts.h | |
+10 −7 | gzlib.c | |
+1 −1 | qnx/package.qpg | |
+3 −3 | test/infcover.c | |
+36 −30 | test/minigzip.c | |
+1 −1 | win32/DLL_FAQ.txt | |
+1 −1 | zlib.3 | |
+15 −12 | zlib.h |