From 7ae73f4e886fd4aa181a0aacc291ef79eb6a29a1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 20:56:10 +0000 Subject: [PATCH] chore(deps): update rust crate ctor to 0.5 --- plugins/notification/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/notification/Cargo.toml b/plugins/notification/Cargo.toml index 10ef6267a6..7b8afe9d41 100644 --- a/plugins/notification/Cargo.toml +++ b/plugins/notification/Cargo.toml @@ -47,7 +47,7 @@ notify-rust = "4.11" [dev-dependencies] color-backtrace = "0.7" -ctor = "0.2" +ctor = "0.5" maplit = "1" [features]