Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove dependency on cargo-lock #160

Merged
merged 5 commits into from
Jul 30, 2024
Merged

Remove dependency on cargo-lock #160

merged 5 commits into from
Jul 30, 2024

Conversation

Shnatsel
Copy link
Member

Removes the disabled-by-default and not very useful conversion to Cargo.lock format. It is supplanted by conversion to CycloneDX anyway.

This simplifies the release process for cargo audit considerably, removing the cyclic dependency on this repository.

I'm not sure I have bumped the versions correctly across the board - some crates depending on auditable-serde may require a bump as well.

Supersedes #159

@Shnatsel Shnatsel merged commit 4136f3b into master Jul 30, 2024
8 of 9 checks passed
@Shnatsel Shnatsel deleted the drop-toml-conversion branch July 30, 2024 00:34
@Shnatsel
Copy link
Member Author

Published to crates.io

@tarcieri
Copy link
Member

@Shnatsel
Copy link
Member Author

Ooh dammit. I forgot about that. That's actually required for cargo-audit to ingest this data.

The implementation of conversion from this format to cargo-lock format (the one I deleted from this repo) will have to be moved into the rustsec repo. We still need the conversion, but at least that will break the cyclic dependency.

Unfortunately I won't be able to help with it today. It is a very hot day here, my brain is fried.

@tarcieri
Copy link
Member

Aha, ok

tarcieri added a commit to rustsec/rustsec that referenced this pull request Jul 30, 2024
These drop the dependency on `cargo-lock`

Vendors the code removed in rust-secure-code/cargo-auditable#160
into `binary_deps.rs`
tarcieri added a commit to rustsec/rustsec that referenced this pull request Jul 30, 2024
These drop the dependency on `cargo-lock`

Vendors the code removed in rust-secure-code/cargo-auditable#160
into `binary_deps.rs`
tarcieri added a commit to rustsec/rustsec that referenced this pull request Jul 30, 2024
These drop the dependency on `cargo-lock`

Vendors the code removed in rust-secure-code/cargo-auditable#160
into `binary_deps.rs`
tarcieri added a commit to rustsec/rustsec that referenced this pull request Jul 30, 2024
These drop the dependency on `cargo-lock`

Vendors the code removed in rust-secure-code/cargo-auditable#160
into `binary_deps.rs`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants