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

Cargo audit failing on config #266

Open
steveyackey opened this issue Sep 14, 2024 · 1 comment
Open

Cargo audit failing on config #266

steveyackey opened this issue Sep 14, 2024 · 1 comment

Comments

@steveyackey
Copy link

https://github.com/LukeMathWalker/zero-to-production/blob/970987c5f793af6fc8e557731c9bbb23b620451e/Cargo.toml#L19C1-L20C1

Noticed cargo audit failing on config. When looking at that repo, it looks like its dependency was updated in the main branch, but they haven't released a new version yet.

This at least removes the warning in the meantime and pins to the commit containing the move to config using yaml-rust2.

[dependencies]
config = { git = "https://github.com/mehcode/config-rs.git", rev = "e3c1d0b452639478662a44f15ef6d5b6d969bf9b" }
@czarop
Copy link

czarop commented Oct 31, 2024

thanks that's useful - had deactivated the audit action because of this!

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

No branches or pull requests

2 participants