diff --git a/Cargo.lock b/Cargo.lock index fa95057202..758a3f2888 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3442,14 +3442,15 @@ dependencies = [ [[package]] name = "freedesktop-icons" -version = "0.2.6" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8ef34245e0540c9a3ce7a28340b98d2c12b75da0d446da4e8224923fcaa0c16" +checksum = "a5babcd03f4fc5dbedd972cce783b7e11cdd3a5f78770ae3cb3d070816e945ea" dependencies = [ "dirs", "once_cell", "rust-ini", "thiserror 1.0.69", + "tracing", "xdg", ] diff --git a/crates/fig_desktop/Cargo.toml b/crates/fig_desktop/Cargo.toml index 5f699c3b85..4c834dd0e0 100644 --- a/crates/fig_desktop/Cargo.toml +++ b/crates/fig_desktop/Cargo.toml @@ -121,7 +121,7 @@ nix.workspace = true [target.'cfg(target_os = "linux")'.dependencies] dbus = { path = "../dbus" } -freedesktop-icons = "0.2.2" +freedesktop-icons = "0.3.0" gtk = "0.18" x11rb = "0.13.0" zbus = { path = "../zbus" }