Skip to content

Commit d13f40a

Browse files
Update cargo-lock dependency from v10 to v11
Upstream did not update CHANGELOG.md, but looking at https://diff.rs/cargo-lock/10.1.0/cargo-lock/11.0.1/Cargo.toml.orig, it seems that the main change was a switch to edition 2024 and MSRV 1.85. Signed-off-by: Benjamin A. Beasley <code@musicinmybrain.net>
1 parent e58bd55 commit d13f40a

2 files changed

Lines changed: 53 additions & 35 deletions

File tree

Cargo.lock

Lines changed: 52 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cargo-cyclonedx/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ lto = "thin"
2222

2323
[dependencies]
2424
anyhow = "1.0.75"
25-
cargo-lock = "10.0.1"
25+
cargo-lock = "11.0.1"
2626
cargo_metadata = "0.18.1"
2727
clap = { version = "4.4.11", features = ["derive"] }
2828
cyclonedx-bom = { version = "0.8.1", path = "../cyclonedx-bom" }

0 commit comments

Comments
 (0)