diff --git a/Cargo.lock b/Cargo.lock index 97eff9c3..c1484148 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -623,9 +623,9 @@ dependencies = [ [[package]] name = "objc2" -version = "0.6.1" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88c6597e14493ab2e44ce58f2fdecf095a51f12ca57bec060a11c57332520551" +checksum = "561f357ba7f3a2a61563a186a163d0a3a5247e1089524a3981d49adb775078bc" dependencies = [ "objc2-encode", ] diff --git a/Cargo.toml b/Cargo.toml index c69aff48..b54a7b02 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ version = "0.6.2" optional = true [target.'cfg(target_os = "macos")'.dependencies.objc2] -version = "0.6.0" +version = "0.6.2" optional = true [dev-dependencies]