From 98dfc3af4dacb7a3bdebe7ff0dbf5a17be01a9ec Mon Sep 17 00:00:00 2001 From: "elastic-renovate-prod[bot]" <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 08:56:21 +0000 Subject: [PATCH] fix(deps): update rust crate objc2 to 0.6.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fbc63ed..d55aa5d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -80,7 +80,7 @@ default-features = false features = ["default_fonts", "x11"] [target.'cfg(target_os = "macos")'.dependencies] -objc2 = { version = "0.5.2", features = ["relax-sign-encoding"] } +objc2 = { version = "0.6.0", features = ["relax-sign-encoding"] } [build-dependencies] tonic-build = "0.11.0"