API client for crates.io, the Rust crate registry.

Replace `chrono` with `time`#53

Closed
Opened 6/17/20224 commentsby Velfi
Velfi

This PR replaces the `chrono` dependency with `time`. The current version of the `chrono` crate *(v0.4.19)* depends on an old version of the `time` crate *(v0.1.43)* that can segfault under certain conditions. Since `chrono` is currently unmaintained, it has been replaced with a version of the `time` crate *(v0.3.9)* that does not expose users to possible segfaults. I bumped the version to 0.9 and updated the changelog as well.

AI Analysis

This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by Velfi and has received 4 comments.

Add a comment
Comment form would go here