Enet4 / dicom-rs

Rust implementation of the DICOM standard
https://dicom-rs.github.io
Apache License 2.0
404 stars 76 forks source link

Remove Cargo features from chrono #356

Closed Enet4 closed 1 year ago

Enet4 commented 1 year ago

This removes some default Cargo features from dicom-core dependency chrono. oldtime is unused and results in a false alarm vulnerability report. clock and wasmbind is not used by the project itself, but can be added back by dependents if they wish.

This should be a very minor breaking change.