move otel_http_client from swarm-queue-client into swarm-controller

This commit is contained in:
damocles 2026-08-26 23:38:20 +02:00 committed by mara
commit f3be08f6b6
9 changed files with 52 additions and 70 deletions

7
Cargo.lock generated
View file

@ -4575,8 +4575,10 @@ version = "0.1.0"
dependencies = [
"anyhow",
"async-nats",
"async-trait",
"axum",
"base64",
"bytes",
"forgejo-api",
"futures-util",
"hive-jobq",
@ -4584,6 +4586,7 @@ dependencies = [
"hive-jobq-wire",
"hive-types",
"hmac 0.13.0",
"http",
"opentelemetry",
"opentelemetry-http",
"opentelemetry-otlp",
@ -4629,10 +4632,6 @@ name = "swarm-queue-client"
version = "0.1.0"
dependencies = [
"async-nats",
"async-trait",
"bytes",
"http",
"opentelemetry-http",
"reqwest",
"serde",
"serde_json",