From db296f90a870c2bc8deb6c19b425ff05d35067cf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 11 Aug 2024 08:34:00 +0000 Subject: [PATCH] build(deps): update rust crate core-foundation to ~0.10.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6404d27..794c1d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ lazycell = "~1.3" [target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies] libc = "^0.2.154" mach = { version = "^0.4.2", package = "mach2" } -core-foundation = "~0.9.4" +core-foundation = "~0.10.0" [target.'cfg(target_os = "windows")'.dependencies] winapi = { version = "~0.3.9", features = ["impl-default", "devguid", "winbase", "ioapiset", "ntdef", "setupapi", "handleapi", "errhandlingapi", "winerror"] }