From c615e3427925bb914bbec72f6888367e8560413c Mon Sep 17 00:00:00 2001 From: Ashley Wulber Date: Thu, 20 Nov 2025 18:05:13 -0500 Subject: [PATCH] chore: update cosmic-files --- Cargo.lock | 2 +- Cargo.toml | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5759c00..e725981 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1437,7 +1437,7 @@ dependencies = [ [[package]] name = "cosmic-files" version = "0.1.0" -source = "git+https://github.com/pop-os/cosmic-files.git#2ba08c4928271959d07526856b28385cf9b04646" +source = "git+https://github.com/pop-os/cosmic-files.git#e779fc3dac1dd1de2b5c8aa54c6bd5f872169635" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index a4a5c6e..4ba2dc0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,9 @@ i18n-embed-fl = "0.10" icu = { version = "2.1.1", features = ["compiled_data"] } rust-embed = "8" url = "2.5" -secret-service = { version = "5.1.0", features = ["rt-tokio-crypto-rust"], optional = true } +secret-service = { version = "5.1.0", features = [ + "rt-tokio-crypto-rust", +], optional = true } thiserror = { version = "2.0", optional = true } secstr = { version = "0.5", optional = true } @@ -55,7 +57,7 @@ default = ["dbus-config", "wgpu", "wayland", "password_manager"] dbus-config = ["libcosmic/dbus-config"] wgpu = ["libcosmic/wgpu", "cosmic-files/wgpu"] wayland = ["libcosmic/wayland", "cosmic-files/wayland"] -password_manager = [ "secret-service", "thiserror", "secstr" ] +password_manager = ["secret-service", "thiserror", "secstr"] [profile.release-with-debug] inherits = "release"