From e5072a2eae59affd17aae1609c96c0cf48813024 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 09:49:25 +0000 Subject: [PATCH] [deps] Platform: Update Rust crate gio to v0.20.5 --- apps/desktop/desktop_native/core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/desktop/desktop_native/core/Cargo.toml b/apps/desktop/desktop_native/core/Cargo.toml index 7df096d2494..0e3b6dd4091 100644 --- a/apps/desktop/desktop_native/core/Cargo.toml +++ b/apps/desktop/desktop_native/core/Cargo.toml @@ -66,7 +66,7 @@ security-framework = { version = "=2.11.0", optional = true } security-framework-sys = { version = "=2.11.0", optional = true } [target.'cfg(target_os = "linux")'.dependencies] -gio = { version = "=0.19.5", optional = true } +gio = { version = "=0.20.5", optional = true } libsecret = { version = "=0.5.0", optional = true } zbus = { version = "=4.3.1", optional = true } zbus_polkit = { version = "=4.0.0", optional = true }