update core-graphics / foundation (#227)

This commit is contained in:
Ferdinand Schober
2024-11-07 01:15:35 +01:00
committed by GitHub
parent 1d25dfbe50
commit 66456f18f1
3 changed files with 13 additions and 13 deletions

View File

@@ -46,12 +46,12 @@ ashpd = { version = "0.10", default-features = false, features = [
reis = { version = "0.4", features = ["tokio"], optional = true }
[target.'cfg(target_os="macos")'.dependencies]
core-graphics = { version = "0.23", features = ["highsierra"] }
core-foundation = "0.9.4"
core-graphics = { version = "0.24.0", features = ["highsierra"] }
core-foundation = "0.10.0"
core-foundation-sys = "0.8.6"
libc = "0.2.155"
keycode = "0.4.0"
bitflags = "2.5.0"
bitflags = "2.6.0"
[target.'cfg(windows)'.dependencies]
windows = { version = "0.58.0", features = [