From 6f0b6830f3d9956d3db0fdd7c2668bbd6943e15c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 20:31:25 +0000 Subject: [PATCH] fix(deps): bump muda from 0.15.3 to 0.17.0 --- updated-dependencies: - dependency-name: muda dependency-version: 0.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 23 +++++++++++++++++++++-- crates/fig_desktop/Cargo.toml | 2 +- 2 files changed, 22 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1110a18f6f..1f0660a93b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3132,7 +3132,7 @@ dependencies = [ "macos-utils", "mime", "moka", - "muda", + "muda 0.17.0", "nix 0.29.0", "notify", "objc", @@ -5997,6 +5997,25 @@ dependencies = [ "windows-sys 0.59.0", ] +[[package]] +name = "muda" +version = "0.17.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "58b89bf91c19bf036347f1ab85a81c560f08c0667c8601bece664d860a600988" +dependencies = [ + "crossbeam-channel", + "dpi", + "keyboard-types 0.7.0", + "objc2 0.6.1", + "objc2-app-kit 0.3.1", + "objc2-core-foundation", + "objc2-foundation 0.3.1", + "once_cell", + "png", + "thiserror 2.0.12", + "windows-sys 0.59.0", +] + [[package]] name = "multimap" version = "0.10.1" @@ -10170,7 +10189,7 @@ dependencies = [ "crossbeam-channel", "dirs 6.0.0", "libappindicator", - "muda", + "muda 0.15.3", "objc2 0.6.1", "objc2-app-kit 0.3.1", "objc2-core-foundation", diff --git a/crates/fig_desktop/Cargo.toml b/crates/fig_desktop/Cargo.toml index 858136e26a..1b7e76a926 100644 --- a/crates/fig_desktop/Cargo.toml +++ b/crates/fig_desktop/Cargo.toml @@ -64,7 +64,7 @@ infer = "0.19.0" keyboard-types = "0.8.0" mime = "0.3.17" moka = { version = "0.12.1", features = ["future"] } -muda = { version = "0.15.3", default-features = false } +muda = { version = "0.17.0", default-features = false } notify = "8.0.0" parking_lot = { workspace = true, features = ["serde"] } paste = "1.0.11"