Skip to content

Commit

Permalink
[pixeldata] Update gdcm-rs to 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Enet4 committed Mar 20, 2024
1 parent 6d2036c commit af3c75d
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 58 deletions.
86 changes: 29 additions & 57 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pixeldata/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dicom-transfer-syntax-registry = { path = "../transfer-syntax-registry", version
dicom-dictionary-std = { path = "../dictionary-std", version = "0.6.1" }
snafu = "0.8"
byteorder = "1.4.3"
gdcm-rs = { version = "0.5.0", optional = true }
gdcm-rs = { version = "0.6", optional = true }
rayon = { version = "1.5.0", optional = true }
ndarray = { version = "0.15.1", optional = true }
num-traits = "0.2.12"
Expand Down

0 comments on commit af3c75d

Please sign in to comment.