-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
Currently, we use PreciseTime from the time crate internally for keeping track of various timings inside the driver. However, newer versions of the time crate have deprecated PreciseTime in favor of the name Instant, and an Instant type is now exported from the standard library. There isn't any functionality we need specifically from the time crate, so we should switch to std::time::Instant.