-
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.
build(deps): bump deps/zlib from
985a62d
to 5c42a23
Bumps [deps/zlib](https://github.com/madler/zlib) from `985a62d` to `5c42a23`. - [Release notes](https://github.com/madler/zlib/releases) - [Commits](madler/zlib@985a62d...5c42a23) --- updated-dependencies: - dependency-name: deps/zlib dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
- Loading branch information
1 parent
2232fbf
commit 01bcd30
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 |