From 54474c9e69bae3964ebee8bb6a2ff7adb93b9068 Mon Sep 17 00:00:00 2001 From: Timur Gordon <31495328+timurgordon@users.noreply.github.com> Date: Mon, 20 Oct 2025 22:30:06 +0200 Subject: [PATCH] Remove sal-service-manager dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cc894c5..32c2664 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ sal-mycelium = { git = "https://git.ourworld.tf/herocode/herolib_rust.git" } sal-text = { git = "https://git.ourworld.tf/herocode/herolib_rust.git" } sal-net = { git = "https://git.ourworld.tf/herocode/herolib_rust.git" } sal-kubernetes = { git = "https://git.ourworld.tf/herocode/herolib_rust.git" } -sal-service-manager = { git = "https://git.ourworld.tf/herocode/herolib_rust.git" } +# sal-service-manager = { git = "https://git.ourworld.tf/herocode/herolib_rust.git" } # Removed - in _archive sal-vault = { git = "https://git.ourworld.tf/herocode/herolib_rust.git" } sal-hetzner = { git = "https://git.ourworld.tf/herocode/herolib_rust.git" } # TUI dependencies (from actor_osis)