influxdb/iox_time
Dom Dwyer a2679aee9f
refactor: derive Clone on iox_time::SystemProvider
This lets us use a SystemProvider without wrapping it in an Arc to
satisfy a Clone bound.

There's no reason to be wrapping this in an Arc and maintaining
refcounts for a stateless trait impl struct that doesn't have any data
to reference count or drop.
2023-02-22 11:37:38 +01:00
..
src refactor: derive Clone on iox_time::SystemProvider 2023-02-22 11:37:38 +01:00
Cargo.toml chore(deps): Bump tokio from 1.24.2 to 1.25.0 2023-01-30 01:57:27 +00:00