From dbd8bfe51ae191aac6f8ae76e140bf8071c18801 Mon Sep 17 00:00:00 2001 From: Isaiah Inuwa Date: Wed, 21 Jan 2026 09:17:49 -0600 Subject: [PATCH] Run lint with up-to-date cargo-deny --- apps/desktop/desktop_native/Cargo.toml | 2 +- apps/desktop/desktop_native/core/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/desktop/desktop_native/Cargo.toml b/apps/desktop/desktop_native/Cargo.toml index c504a7ee30d..81ed239801b 100644 --- a/apps/desktop/desktop_native/Cargo.toml +++ b/apps/desktop/desktop_native/Cargo.toml @@ -9,7 +9,7 @@ members = [ "napi", "process_isolation", "proxy", - "windows_plugin_authenticator", + "windows_plugin_authenticator" ] [workspace.package] diff --git a/apps/desktop/desktop_native/core/Cargo.toml b/apps/desktop/desktop_native/core/Cargo.toml index aa5d564c9e5..690c628e987 100644 --- a/apps/desktop/desktop_native/core/Cargo.toml +++ b/apps/desktop/desktop_native/core/Cargo.toml @@ -13,7 +13,7 @@ default = [ "dep:security-framework", "dep:security-framework-sys", "dep:zbus", - "dep:zbus_polkit", + "dep:zbus_polkit" ] manual_test = []