From 64b312616810d62b96b86cbd91e9fcef718d1e4d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 02:32:54 +0000 Subject: [PATCH] Update Rust crate ctor to v1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c33e09d..d09e74e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ strip = true assert_cmd = "2.0.12" clap = {version = "4.0.0", features = ["derive"]} crossterm = "0.29" -ctor = "0.6.0" +ctor = "1.0.0" k9 = "0.12.0" lazy_static = "1.5.0" nanoid = "0.4.0"