hivectl: migrate dag_progress to hive-jobq-wire's generic GraphNode

This commit is contained in:
damocles 2026-08-03 18:47:22 +02:00 committed by mara
commit 10b0f640af
8 changed files with 272 additions and 175 deletions

2
Cargo.lock generated
View file

@ -1725,6 +1725,7 @@ version = "0.1.0"
dependencies = [
"chrono",
"hive-jobq",
"hive-jobq-wire",
"hive-sh4re",
"hive-types",
"serde",
@ -1861,6 +1862,7 @@ dependencies = [
"clap-markdown",
"clap_complete",
"hive-host-sock",
"hive-jobq-wire",
"hive-sh4re",
"hive-types",
"http-body-util",