update to libuv 1.52.1

Fixes: #10
This commit is contained in:
2026-03-07 11:20:48 -07:00
parent e4dc0ddc67
commit b465d9ae43
2 changed files with 3 additions and 2 deletions

View File

@@ -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",

View File

@@ -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 = .{