From 5f34c91946f0c61d7b33f72bed91d280a00a4779 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 01:33:48 +0000 Subject: [PATCH] chore(deps): update rust crate ctor to 0.4 --- 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 edafe32e..954efd04 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.4" maplit = "1" [features]