Enet4 / dicom-rs

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

[core][parser] Require chrono 0.4.22 #279

Closed Enet4 closed 1 year ago

Enet4 commented 1 year ago

Evade known vulnerability RUSTSEC-2020-0159.

jmlaka commented 1 year ago

@Enet4 I noticed some deprecation warnings for chrono calls inside dicom::core::value Would you mind if I corrected those ?

Enet4 commented 1 year ago

@jmlaka Sure, that would be much appreciated!