Update local deps

This commit is contained in:
Ahrimdon
2024-02-25 14:26:13 -05:00
parent 85abd2b6d8
commit 61b6161768
75 changed files with 743 additions and 500 deletions

View File

@ -152,7 +152,7 @@ procedure DecompressToUserBuf(const InBuf: Pointer; InBytes: Integer;
const OutBuf: Pointer; BufSize: Integer);
const
zlib_version = '1.3.0';
zlib_version = '1.3.1.1';
type
EZlibError = class(Exception);