Skip to content

Commit

Permalink
Merge pull request #772 from Shnatsel/upgrade-cargo-lock
Browse files Browse the repository at this point in the history
Upgrade cargo-lock crate to get support for lockfile v4
  • Loading branch information
Shnatsel authored Nov 28, 2024
2 parents 6bdfc87 + 4417d10 commit 1b0b996
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
36 changes: 18 additions & 18 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 cargo-cyclonedx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ lto = "thin"

[dependencies]
anyhow = "1.0.75"
cargo-lock = "9.0.0"
cargo-lock = "10.0.1"
cargo_metadata = "0.18.1"
clap = { version = "4.4.11", features = ["derive"] }
cyclonedx-bom = { version = "0.8.0", path = "../cyclonedx-bom" }
Expand Down

0 comments on commit 1b0b996

Please sign in to comment.