Skip to content

Commit

Permalink
[WIP] Bump cargo-lock dependency to v10.0.0-pre
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Jul 29, 2024
1 parent 38b3733 commit 1274547
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
17 changes: 8 additions & 9 deletions Cargo.lock

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

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ install-updater = false
# The profile that 'cargo dist' will build with
[profile.dist]
inherits = "release"

[patch.crates-io]
cargo-lock = { git = "https://github.com/rustsec/rustsec/", branch = "bump-versions" }
2 changes: 1 addition & 1 deletion auditable-serde/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ serde = { version = "1", features = ["serde_derive"] }
serde_json = "1.0.57"
semver = { version = "1.0", features = ["serde"] }
cargo_metadata = { version = "0.15", optional = true }
cargo-lock = { version = "9", default-features = false, optional = true }
cargo-lock = { version = "=10.0.0-pre", default-features = false, optional = true }
topological-sort = "0.2.2"
schemars = {version = "0.8.10", optional = true }

Expand Down

0 comments on commit 1274547

Please sign in to comment.