Skip to content

Commit

Permalink
fix: switch to cyclonedx_bom git version
Browse files Browse the repository at this point in the history
  • Loading branch information
Erin van der Veen committed Jul 25, 2024
1 parent a4e83e4 commit 27c4504
Show file tree
Hide file tree
Showing 3 changed files with 250 additions and 6 deletions.
249 changes: 246 additions & 3 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ clap-verbosity-flag = "2.1.2"
env_logger = "0.11.1"
indicatif = "0.17.8"
indicatif-log-bridge = "0.2.2"
cyclonedx-bom = "0.5.0"
log = "0.4.20"
rayon = "1.8.1"
rocket = { version = "0.5.0", features = ["json"] }
Expand All @@ -30,6 +29,8 @@ thiserror = "1.0.57"
uuid = { version = "1.7.0", features = ["v4"] }

# Non-crates.io dependencies
# TODO: Replace with crates.io version once a new version is published
cyclonedx-bom.git = "https://github.com/CycloneDX/cyclonedx-rust-cargo.git"
nixtract.git = "https://github.com/tweag/nixtract.git"
genealogos.path = "./genealogos"

Expand Down
Loading

0 comments on commit 27c4504

Please sign in to comment.