Skip to content

Commit

Permalink
Merge pull request #609 from Enet4/chore/cargo-update-2024-12
Browse files Browse the repository at this point in the history
Cargo update (2024-12)
  • Loading branch information
Enet4 authored Dec 7, 2024
2 parents d235e94 + de6d27f commit 477a797
Show file tree
Hide file tree
Showing 8 changed files with 1,434 additions and 369 deletions.
986 changes: 795 additions & 191 deletions Cargo.lock

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion devtools/dictionary-builder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ path = "src/main.rs"
[dependencies]
clap = { version = "4.0.18", features = ["cargo", "derive"] }
serde = { version = "1.0.55", features = ["derive"] }
serde_json = "1.0.17"
heck = "0.5.0"
ureq = "2.4.0"
sxd-document = "0.3.2"
Expand Down
85 changes: 42 additions & 43 deletions object/fuzz/Cargo.lock

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

1 change: 0 additions & 1 deletion parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ readme = "README.md"
[dependencies]
dicom-core = { path = "../core", version = "0.8.0" }
dicom-encoding = { path = "../encoding", version = "0.8.0" }
chrono = { version = "0.4.22", default-features = false, features = ["std"] }
dicom-dictionary-std = { path = "../dictionary-std/", version = "0.8.0" }
smallvec = "1.6.1"
snafu = "0.8"
Expand Down
Loading

0 comments on commit 477a797

Please sign in to comment.