chore(examples): Remove tracing-attributes from dependencies (#1289)
examples: update to `tracing` 0.1.16, use `#[instrument]` (#354)* examples: update to `tracing` 0.1.14, use `#[instrument]` Now that `tracing-attributes`'s `#[instrument]` macro plays nicely wit
examples: update to `tracing` 0.1.16, use `#[instrument]` (#354)* examples: update to `tracing` 0.1.14, use `#[instrument]` Now that `tracing-attributes`'s `#[instrument]` macro plays nicely with `async-trait`, we can update the tracing example to use `instrument`. This lets us simplify the events emitted in the example. Signed-off-by: Eliza Weisman <[email protected]> * feat(transport): Dynamic load balancing (#341) * Fix typo (#356) Co-authored-by: Dawid Nowak <[email protected]> Co-authored-by: Paulo Duarte <[email protected]>
show more ...
chore: Apply clippy (#189)
chore: Reorganize examples and interop crates (#180)* chore: Reorganize examples and interop crates * fix interop tests