From cde289d6480f03cde3ea64a9e798b4ef912ea116 Mon Sep 17 00:00:00 2001 From: Robby Zambito Date: Sat, 10 May 2025 22:51:14 -0400 Subject: Update gatorcat dep and use bytes for broadcast message The latter is helpful for the lifetime of the message. --- build.zig.zon | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build.zig.zon') diff --git a/build.zig.zon b/build.zig.zon index 1a40712..9a60200 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -45,8 +45,8 @@ .hash = "clap-0.10.0-oBajB434AQBDh-Ei3YtoKIRxZacVPF1iSwp3IX_ZB8f0", }, .gatorcat = .{ - .url = "git+https://github.com/kj4tmp/gatorcat#bb1847f6c95852e7a0ec8c07870a948c171d5f98", - .hash = "gatorcat-0.3.2-WcrpTf1mBwDrmPaIhKCfLJO064v8Sjjn7DBq4CKZSgHH", + .url = "git+https://github.com/kj4tmp/gatorcat.git#0a97b666677501db4939e3e8245f88a19e015893", + .hash = "gatorcat-0.3.4-WcrpTcleBwCta_9TjomuIGb3bdg2Pke_FXI_WkMTEivH", }, }, .paths = .{ -- cgit