Commit c626be3
fix: relax Deserialize bound in ingress call to support all Error types
The upstream Deserialize trait now has an associated Error type. Relax the
ingress `call()` and `decode_response()` bounds from requiring
`Error = serde_json::Error` to accepting any error type convertible to
RequestError via `From`.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent b48b029 commit c626be3
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
437 | 437 | | |
438 | 438 | | |
439 | 439 | | |
440 | | - | |
| 440 | + | |
| 441 | + | |
441 | 442 | | |
442 | 443 | | |
443 | 444 | | |
444 | 445 | | |
445 | 446 | | |
446 | 447 | | |
447 | 448 | | |
448 | | - | |
| 449 | + | |
| 450 | + | |
449 | 451 | | |
450 | 452 | | |
451 | 453 | | |
| |||
0 commit comments