From 32f0394c4554a0a54eb74b86af48529c5180f540 Mon Sep 17 00:00:00 2001 From: Jess Sullivan Date: Fri, 3 Apr 2026 20:36:51 -0400 Subject: [PATCH] =?UTF-8?q?fix:=20update=20ctap2=20=E2=80=94=20add=20Devic?= =?UTF-8?q?esNotAccessible=20to=20macOS=20error=20set?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The hidraw hardening PR (#142) added DevicesNotAccessible to the Linux error set but not macOS. Zig's compile-time error set checking fails on macOS builds. zig-ctap2#26. --- vendor/ctap2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/ctap2 b/vendor/ctap2 index b1c74fc3f4..e185a6bd1b 160000 --- a/vendor/ctap2 +++ b/vendor/ctap2 @@ -1 +1 @@ -Subproject commit b1c74fc3f445658ae8d9c776a66715c8fee2de1e +Subproject commit e185a6bd1b1634af3de2a8ebeb180f8de4a8fb27