Enet4 / dicom-rs

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

- replace deprecated chrono calls #310

Closed jmlaka closed 1 year ago

jmlaka commented 1 year ago

Replaces all chrono calls inside dicom::core:: to be deprecated in chrono 0.4.23 One change in dump crate

Leaves parser::stateful::decode::StatefulDecoder::new unchanged