From 91a5bf65d7e3895e9f2eedf4e7ffaf7cc9d082ad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 04:09:40 +0200 Subject: [PATCH] fix(deps): update rust crate muda to 0.12 (#119) * fix(deps): update rust crate muda to 0.12 --- .changes/muda-0.12.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changes/muda-0.12.md diff --git a/.changes/muda-0.12.md b/.changes/muda-0.12.md new file mode 100644 index 0000000..7e9cd11 --- /dev/null +++ b/.changes/muda-0.12.md @@ -0,0 +1,5 @@ +--- +"tray-icon": minor +--- + +Updated `muda` dependency to `0.12` \ No newline at end of file diff --git a/Cargo.toml b/Cargo.toml index 6755335..48670f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ serde = [ "muda/serde", "dep:serde" ] common-controls-v6 = [ "muda/common-controls-v6" ] [dependencies] -muda = { version = "0.11", default-features = false } +muda = { version = "0.12", default-features = false } crossbeam-channel = "0.5" once_cell = "1" thiserror = "1.0"