chore(swarm-controller): drop reqwest, dead since the queue connect moved
Its only user was queue.rs, which is now swarm-queue-client. An unused Cargo.toml dependency is not a build error, which is exactly why it survives: the next reader takes it as still needed and copies it forward.
This commit is contained in:
parent
a9603214c2
commit
62b9c76d69
2 changed files with 0 additions and 2 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
|
@ -4561,7 +4561,6 @@ dependencies = [
|
|||
"async-nats",
|
||||
"axum",
|
||||
"futures-util",
|
||||
"reqwest 0.13.1",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"swarm-queue-client",
|
||||
|
|
|
|||
|
|
@ -18,7 +18,6 @@ anyhow.workspace = true
|
|||
async-nats = { workspace = true, features = ["kv"] }
|
||||
axum.workspace = true
|
||||
futures-util.workspace = true
|
||||
reqwest.workspace = true
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
# The queue connect (token mint + auth callback + reconnect) is shared with
|
||||
|
|
|
|||
Loading…
Reference in a new issue