fix: add type hints for sidecar builder in tests
The alloy dependency update changed how SidecarBuilder::build() works,
requiring an explicit type parameter to specify the output type.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
7532fe4
5 hours ago
by mattsse
+0.23%
fix: add serde feature to url dependency for ForwardConfig
The `url` crate's `serde` feature is needed for `Url` to implement
Serialize/Deserialize, which is used in `ForwardConfig`.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>