An HTTP/1.1 server for zig
0

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #203 from cztomsik/dev

zig17: update deps in build.zig.zon

+4 -4
+4 -4
build.zig.zon
··· 5 5 .fingerprint = 0x472add02ac73d53c, 6 6 .dependencies = .{ 7 7 .metrics = .{ 8 - .url = "https://github.com/karlseguin/metrics.zig/archive/6de29b83a750a06c438d268543e0e3c3c1b309da.tar.gz", 9 - .hash = "metrics-0.0.0-W7G4eIegAQD4XxA9Co7Atbw59u_2zvxYf406AZuoAHPM", 8 + .url = "https://github.com/karlseguin/metrics.zig/archive/21fe85eaa1761a870753a4d0b9e3f289986ac1a3.tar.gz", 9 + .hash = "metrics-0.0.0-W7G4eKXEAQDnX3LGPHFttHEV1nQn934f_shdK7p3BW66", 10 10 }, 11 11 .websocket = .{ 12 - .url = "git+https://github.com/karlseguin/websocket.zig?ref=dev#7233b020723583ef2afa2793ff4874c276711575", 13 - .hash = "websocket-0.1.0-ZPISdX_aBAA8KKbCxFr_Y-uaO6w2WyT7qEi1Xe_4JIbo", 12 + .url = "git+https://github.com/karlseguin/websocket.zig?ref=dev#8efb3e9e35ace2e0057b6dd7a3b4bda42cdedf66", 13 + .hash = "websocket-0.1.0-ZPISdXzaBADSWV1KAQnIxkRyS2BTzoZdSHIyrBYNxfyY", 14 14 }, 15 15 // .websocket = .{ .path = "../websocket.zig" }, 16 16 },