update libxev to fix mach port leakage

Fixes #2005
This commit is contained in:
Mitchell Hashimoto
2024-08-01 10:28:26 -07:00
parent c8e94a5553
commit ffbd91be9a

View File

@ -5,8 +5,8 @@
.dependencies = .{ .dependencies = .{
// Zig libs // Zig libs
.libxev = .{ .libxev = .{
.url = "https://github.com/mitchellh/libxev/archive/4f98f5c62a2589bf87824328aeca5e683578a99a.tar.gz", .url = "https://github.com/mitchellh/libxev/archive/43c7e4b3308f359e5b758db2d824d7c447f4ed3f.tar.gz",
.hash = "12202a7f7bfb29aa85b1133589c4d64db2b0220c17629854c9e56947a8c727e54c22", .hash = "1220aec83b6367c6bc64ca781828e0ad817fb38e7fca7331bd6d736b6896910f6637",
}, },
.mach_glfw = .{ .mach_glfw = .{
.url = "https://github.com/mitchellh/mach-glfw/archive/37c2995f31abcf7e8378fba68ddcf4a3faa02de0.tar.gz", .url = "https://github.com/mitchellh/mach-glfw/archive/37c2995f31abcf7e8378fba68ddcf4a3faa02de0.tar.gz",