diff --git a/shinkend/Cargo.lock b/shinkend/Cargo.lock index 3372a4a..ccd588e 100644 --- a/shinkend/Cargo.lock +++ b/shinkend/Cargo.lock @@ -299,9 +299,9 @@ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" [[package]] name = "core-graphics" -version = "0.24.0" +version = "0.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1" +checksum = "064badf302c3194842cf2c5d61f56cc88e54a759313879cdf03abdd27d0c3b97" dependencies = [ "bitflags 2.11.1", "core-foundation", diff --git a/shinkend/Cargo.toml b/shinkend/Cargo.toml index bb485f4..f1cd18c 100644 --- a/shinkend/Cargo.toml +++ b/shinkend/Cargo.toml @@ -56,7 +56,7 @@ libc = "0.2" # ScreenCaptureKit upgrade path is documented in docs/engineering/macos-engine.md. [target.'cfg(target_os = "macos")'.dependencies] # `highsierra` unlocks CGEventCreateScrollWheelEvent2 (pixel-denominated scroll). -core-graphics = { version = "0.24", features = ["highsierra"] } +core-graphics = { version = "0.25", features = ["highsierra"] } core-foundation = "0.10" [profile.release]