From 73c3bc6d963da59fe1352e88c7d2f213bf68a6ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 20:37:22 +0000 Subject: [PATCH] chore(deps): bump objc2 from 0.6.1 to 0.6.3 Bumps [objc2](https://github.com/madsmtm/objc2) from 0.6.1 to 0.6.3. - [Commits](https://github.com/madsmtm/objc2/compare/objc2-0.6.1...objc2-0.6.3) --- updated-dependencies: - dependency-name: objc2 dependency-version: 0.6.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e8a59ae6..3801f326 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -623,9 +623,9 @@ dependencies = [ [[package]] name = "objc2" -version = "0.6.1" +version = "0.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88c6597e14493ab2e44ce58f2fdecf095a51f12ca57bec060a11c57332520551" +checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05" dependencies = [ "objc2-encode", ] diff --git a/Cargo.toml b/Cargo.toml index 24a31e69..93583a71 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.3" optional = true [dev-dependencies]