Skip to content

Commit d96f921

Browse files
nodejs-github-botRafaelGSS
authored andcommitted
deps: update zlib to 1.2.13.1-motley-f81f385
PR-URL: #48541 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]> Reviewed-By: Juan José Arboleda <[email protected]>
1 parent ed1d047 commit d96f921

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

deps/zlib/contrib/bench/OWNERS

Whitespace-only changes.

deps/zlib/google/zip_internal.cc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -407,9 +407,8 @@ Compression GetCompressionMethod(const base::FilePath& path) {
407407

408408
// Well known filename extensions of files that a likely to be already
409409
// compressed. The extensions are in lower case without the leading dot.
410-
static const base::NoDestructor<
411-
std::unordered_set<StringPiece, base::StringPieceHashImpl<StringPiece>>>
412-
exts(std::initializer_list<StringPiece>{
410+
static const base::NoDestructor<std::unordered_set<StringPiece>> exts(
411+
std::initializer_list<StringPiece>{
413412
FILE_PATH_LITERAL("3g2"), //
414413
FILE_PATH_LITERAL("3gp"), //
415414
FILE_PATH_LITERAL("7z"), //

doc/contributing/maintaining/maintaining-dependencies.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This a list of all the dependencies:
3131
* [undici 5.22.1][]
3232
* [uvwasi 0.0.16][]
3333
* [V8 11.3.244.8][]
34-
* [zlib 1.2.13.1-motley-3ca9f16][]
34+
* [zlib 1.2.13.1-motley-f81f385][]
3535

3636
Any code which meets one or more of these conditions should
3737
be managed as a dependency:
@@ -311,7 +311,7 @@ See [maintaining-web-assembly][] for more informations.
311311
high-performance JavaScript and WebAssembly engine, written in C++.
312312
See [maintaining-V8][] for more informations.
313313

314-
### zlib 1.2.13.1-motley-3ca9f16
314+
### zlib 1.2.13.1-motley-f81f385
315315

316316
The [zlib](https://chromium.googlesource.com/chromium/src/+/refs/heads/main/third_party/zlib)
317317
dependency lossless data-compression library,
@@ -349,4 +349,4 @@ performance improvements not currently available in standard zlib.
349349
[update-openssl-action]: ../../../.github/workflows/update-openssl.yml
350350
[uvwasi 0.0.16]: #uvwasi-0016
351351
[v8 11.3.244.8]: #v8-1132448
352-
[zlib 1.2.13.1-motley-3ca9f16]: #zlib-12131-motley-3ca9f16
352+
[zlib 1.2.13.1-motley-f81f385]: #zlib-12131-motley-f81f385

0 commit comments

Comments
 (0)