From 6775602152303372fe7d9fa6115219b16145adbd Mon Sep 17 00:00:00 2001 From: ComplexSpaces Date: Wed, 5 Nov 2025 21:33:37 +0900 Subject: [PATCH] Bump core-foundation dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4f49879c..c8bf3f85 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ libudev = "^0.2" devd-rs = "0.3" [target.'cfg(target_os = "macos")'.dependencies] -core-foundation = "0.9" +core-foundation = "0.10" [target.'cfg(target_os = "windows")'.dependencies] memoffset = "0.8"