pub const ZLIB_VERSION: &str = "1.3.2";Expand description
Version strings for thirdparty libraries tracked by Renovate.
Each version constant is the single source of truth — the download URL is
derived from it at call time in library_source. A Renovate regex manager
in renovate.json matches these constants and opens PRs when new releases
are available.
§TODO
Add Renovate regex managers for the remaining URL constants below so that
all thirdparty dependency updates are tracked automatically. The
following are now tracked via VERSION constants: openjpeg, harfbuzz, gumbo.
Their SONAMEs are discovered at build time via readelf -d rather than
hardcoded. Remaining: bzip2, jbig2dec, mupdf.