Using an old version of `parking_spot` as dependency results in a Security issue. `parking_spot` <= 0.11.2 uses `instant` which is deprecated: https://rustsec.org/advisories/RUSTSEC-2024-0384 With `parking_spot` >= 0.12.0 this was resolved
Using an old version of
parking_spotas dependency results in a Security issue.parking_spot<= 0.11.2 usesinstantwhich is deprecated: https://rustsec.org/advisories/RUSTSEC-2024-0384With
parking_spot>= 0.12.0 this was resolved