diff --git a/rust/Cargo.lock b/rust/Cargo.lock index b1c17da..bff6c61 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -569,19 +569,6 @@ dependencies = [ "libc", ] -[[package]] -name = "core-graphics" -version = "0.25.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "064badf302c3194842cf2c5d61f56cc88e54a759313879cdf03abdd27d0c3b97" -dependencies = [ - "bitflags 2.9.2", - "core-foundation 0.10.1", - "core-graphics-types 0.2.0", - "foreign-types 0.5.0", - "libc", -] - [[package]] name = "core-graphics-types" version = "0.1.3" @@ -634,7 +621,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f1f1614e163a5d6fb972305fa14fc5c2989143da0426c213b74785b31e1fadb8" dependencies = [ "core-foundation 0.10.1", - "core-graphics 0.24.0", + "core-graphics", "core-utils-rs", "io-surface", "thiserror 2.0.16", @@ -915,12 +902,6 @@ dependencies = [ "windows-sys 0.61.2", ] -[[package]] -name = "dispatch" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b" - [[package]] name = "dispatch2" version = "0.3.0" @@ -2915,19 +2896,9 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" [[package]] name = "screencapturekit" -version = "0.3.6" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c62ae379564f834110c5b020cc731a7c14b8ec4879b4367579a467a0a704c21" -dependencies = [ - "block2", - "core-foundation 0.10.1", - "core-graphics 0.25.0", - "core-media-rs", - "core-utils-rs", - "core-video-rs", - "dispatch", - "objc", -] +checksum = "e8c3dc52d3bbbae8e641dfe63b44dd971eb0e08b3c72cbb78957aa9bab3356d9" [[package]] name = "security-framework" diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 0b17252..28c4b76 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -58,7 +58,7 @@ ort = { version = "2.0.0-rc.10", features = [ "xnnpack", "download-binaries", ] } -screencapturekit = "0.3.6" +screencapturekit = "1.3.0" core-foundation = "0.10" core-media-rs = "0.3.5"