Commit 2fc764e
fix: pin tracing <0.1.41 to fix Send bound in tokio::spawn
tracing 0.1.41+ introduced PhantomNotSend in Span, making
#[instrument]-decorated async fns !Send. This breaks tokio::spawn
and JoinSet::spawn which require Send futures.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent d595894 commit 2fc764e
2 files changed
Lines changed: 64 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments