From 59ff078f9e892fc3c56d45570d2c4f60cb7c0736 Mon Sep 17 00:00:00 2001 From: zzstoatzz Date: Thu, 2 Apr 2026 21:06:29 -0500 Subject: [PATCH] bump zat to v0.3.0-alpha.10 + websocket to 4222f98 zat alpha.10: pins websocket with httpFallback fix websocket 4222f98: dispatch non-upgrade HTTP to httpFallback handler, restoring /_healthz and /_readyz on port 3000 Co-Authored-By: Claude Opus 4.6 --- build.zig.zon | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.zig.zon b/build.zig.zon index 51e81ab..c257b5d 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -5,12 +5,12 @@ .minimum_zig_version = "0.16.0", .dependencies = .{ .zat = .{ - .url = "https://tangled.org/zat.dev/zat/archive/v0.3.0-alpha.9.tar.gz", - .hash = "zat-0.3.0-alpha.7-5PuC7glkBQD-mpet3ahfqhULBFxmbD85iyRix1d2jbno", + .url = "https://tangled.org/zat.dev/zat/archive/v0.3.0-alpha.10.tar.gz", + .hash = "zat-0.3.0-alpha.10-5PuC7nVhBQBinQH3IMZnhsHpL0OJcYhF4p3Wfo7OYAdX", }, .websocket = .{ - .url = "https://github.com/zzstoatzz/websocket.zig/archive/0261b7d.tar.gz", - .hash = "websocket-0.1.0-ZPISddmnAwDF1Jjj9X9ICO8sAJetd3-rdRUA-vCzYfwF", + .url = "https://github.com/zzstoatzz/websocket.zig/archive/4222f98.tar.gz", + .hash = "websocket-0.1.0-ZPISdQTUAwDJt7jFEbYJhdqRBztn8mHIFh-dNK5dOlxL", }, .pg = .{ .url = "git+https://github.com/zzstoatzz/pg.zig?ref=dev#5ce2355b1d851075523709c7d3068dcdb0224322", -- 2.51.2