From 83196a6449ccc7738979f834950b5d40d5a4345e Mon Sep 17 00:00:00 2001 From: Antoine Date: Sat, 28 Dec 2024 15:29:06 +0100 Subject: [PATCH] Bump dependencies to fix building with master --- README.md | 4 ++-- build.zig.zon | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9406e90..1b81d84 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ To update this project dependencies: ```bash zig fetch --save=upstream git+https://github.com/postgres/postgres#REL_16_4 zig fetch --save git+https://github.com/allyourcodebase/openssl#3.3.0 -zig fetch --save git+https://github.com/allyourcodebase/libressl#3.9.2+1 +zig fetch --save git+https://github.com/allyourcodebase/libressl#4.0.0+1 zig fetch --save git+https://github.com/allyourcodebase/zlib#1.3.1 -zig fetch --save git+https://github.com/allyourcodebase/zstd#1.5.6-1 +zig fetch --save git+https://github.com/allyourcodebase/zstd#1.5.6-2 ``` diff --git a/build.zig.zon b/build.zig.zon index 589f543..04702f9 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -12,8 +12,8 @@ .lazy = true, }, .libressl = .{ - .url = "git+https://github.com/allyourcodebase/libressl?ref=3.9.2+1#02abfefee4e4eda28ce53c637b3c0d204ace8a6d", - .hash = "12201f5cc06c88f191696106723797449baacb6ea38b07b6cf31c18c0382a6bea33e", + .url = "git+https://github.com/allyourcodebase/libressl?ref=4.0.0+1#fd0fe777153a75217e97ba22cd8b32005bb90d08", + .hash = "1220c6521dd6d37f0426fbe6c3b3c3f4282f28495311abc08fb4cebf21ea2346ba2f", .lazy = true, }, .zlib = .{ @@ -22,8 +22,8 @@ .lazy = true, }, .zstd = .{ - .url = "git+https://github.com/allyourcodebase/zstd?ref=1.5.6-1#3247ffbcbc31f014027a5776a25c4261054e9fe9", - .hash = "12200dbfe91946451bab186f584edbec9f9f7fdbcf818ad984b7182fea655b3c10e3", + .url = "git+https://github.com/allyourcodebase/zstd?ref=1.5.6-2#ea25e89037dc251a3ba50a5005e2c8566eb3c2bd", + .hash = "122040924472b1c510a7058596d43fb9461dcc20406f681eb9c2f6443375d2f571c4", .lazy = true, }, },