diff --git a/build.zig b/build.zig index 5c62ff5..1c77e29 100644 --- a/build.zig +++ b/build.zig @@ -737,6 +737,7 @@ const test_sources: []const []const u8 = &.{ "test-udp-send-immediate.c", "test-udp-sendmmsg-error.c", "test-udp-send-unreachable.c", + "test-udp-recv-cb-close-pollerr.c", "test-udp-try-send.c", "test-udp-recv-in-a-row.c", "test-udp-recvmsg-unreachable-error.c", diff --git a/build.zig.zon b/build.zig.zon index 240df14..1f18cad 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -5,8 +5,8 @@ .minimum_zig_version = "0.14.0", .dependencies = .{ .libuv = .{ - .url = "git+https://github.com/libuv/libuv?ref=v1.52.0#b556c0629d0fd250b5feefbc91b84c6f5e3dae48", - .hash = "N-V-__8AALHpRAD4RWLGxEOQL1GdKH2xwNlq0f51wZBIPIOV", + .url = "git+https://github.com/libuv/libuv?ref=v1.52.1#a19ceeb13a3689cfd20bf96b283136cff08a0dc6", + .hash = "N-V-__8AAF0TRQB7f11_kVHJXTkp9QLCD20udiPXEsoNg9cC", }, }, .paths = .{