From 2c3124598eff9141fb3c40035655e19d0d781fb3 Mon Sep 17 00:00:00 2001 From: torque Date: Mon, 14 Oct 2024 19:09:06 -0600 Subject: [PATCH] deps: update libressl to 3.9.2+1 This change doesn't impact this library, but since the libsodium dependency also updated, we might as well bump this now also. --- build.zig.zon | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.zig.zon b/build.zig.zon index 91f1e2b..c30fc6c 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -8,8 +8,8 @@ .hash = "12207f10bd4b38309c79eadf22dfb3d9f134f1359dda01f9df6d9b42734ee2330b72", }, .libressl = .{ - .url = "git+https://github.com/allyourcodebase/libressl.git?ref=3.9.2#a373b82991947b694196ee630bd6a648d71e2b3f", - .hash = "1220b1536d43ed8ce79ee05c53929f90b67dd299e61dfa249fa8f476f17eee46a95f", + .url = "git+https://github.com/allyourcodebase/libressl.git?ref=3.9.2+1#02abfefee4e4eda28ce53c637b3c0d204ace8a6d", + .hash = "12201f5cc06c88f191696106723797449baacb6ea38b07b6cf31c18c0382a6bea33e", .lazy = true, }, .protobuf_c = .{