diff --git a/Cargo.toml b/Cargo.toml index 94994a0..605e3ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,8 +52,8 @@ features = ["dwrite", "minwindef", "sysinfoapi", "winbase", "winnt"] [target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies] core-foundation = "0.9" -core-graphics = "0.22" -core-text = "19.1.0" +core-graphics = "0.23" +core-text = "20.1.0" [target.'cfg(not(any(target_family = "windows", target_os = "macos", target_os = "ios")))'.dependencies] freetype = "0.7"