fix: enable trace feature in tower-http and derive Debug for TagsQuery
Co-authored-by: aider (openai/andrew/openrouter/anthropic/claude-sonnet-4) <aider@aider.chat>
This commit is contained in:
@@ -73,7 +73,7 @@ struct StatusInfo {
|
||||
meta_plugins: Vec<String>,
|
||||
}
|
||||
|
||||
#[derive(Deserialize)]
|
||||
#[derive(Debug, Deserialize)]
|
||||
struct TagsQuery {
|
||||
tags: Option<String>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user