From c2d3eafed1d38cc190d3bcdb78e6f3e58d73bed5 Mon Sep 17 00:00:00 2001 From: zzstoatzz Date: Tue, 23 Jun 2026 00:58:59 -0500 Subject: [PATCH] deps: canonical websocket v0.1.8 + bump zat to matching main Pin websocket directly at the canonical tangled.org v0.1.8 source and bump zat to its current main (which is now on the same v0.1.8 websocket), so the dependency graph resolves to exactly one websocket version. This removes the prior mixed graph (direct 0.1.2 + transitive zat->0.1.2). zig build && zig build test green. Co-Authored-By: Claude Opus 4.8 (1M context) --- build.zig.zon | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.zig.zon b/build.zig.zon index 553d375..e7c245c 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/af0e50dd11a877452a42bdb7d9f975fba82772c9.tar.gz", - .hash = "zat-0.3.6-5PuC7l5xCQDpuYx8mdk22znf8GntN7gv9372YtIDVtzy", + .url = "https://tangled.org/zat.dev/zat/archive/bb93dc212bec8cc1bd0263714a1acc68ea6c4388.tar.gz", + .hash = "zat-0.3.7-5PuC7glgCgCV8hqxGrXTSVFnRNGP3MQAPoDZXg2vGNX0", }, .websocket = .{ - .url = "https://github.com/zzstoatzz/websocket.zig/archive/refs/tags/v0.1.5.tar.gz", - .hash = "websocket-0.1.2-ZPISdUpYBAA-B2Ru4-MN2TLWlTUMcZd3Yu87eLS-et-V", + .url = "https://tangled.org/zzstoatzz.io/websocket.zig/archive/v0.1.8.tar.gz", + .hash = "websocket-0.1.8-ZPISdZ1cBADCBRYrCAZ8ueTIEN2T9ns7U7rtDE-IAvkr", }, .pg = .{ .url = "git+https://github.com/zzstoatzz/pg.zig?ref=dev#5ce2355b1d851075523709c7d3068dcdb0224322", -- 2.51.2