ahollmann

Results 12 comments of ahollmann

You are right. For license checks it wouldn't make any sense. So the command line option would be a bad idea. For the allowed list it would be still useful....

https://github.com/rust-lang/rfcs/blob/master/text/2906-cargo-workspace-deduplicate.md > Deduplicate common dependency and metadata directives amongst a set of workspace > crates in Cargo with extensions to the `[workspace]` section in `Cargo.toml`. This cargo RFC seems to...

You've summarized it perfectly. The approach with denying multiple-versions does not work, since we have no control about transitive dependencies which result in multiple versions of the same crate.

Thanks! multiple-versions works indeed quite well! Somehow I wasn't aware how to use it properly. The titel got misleading. I could replace it with: Check for consistent versioning of direct...

Thanks for this great tool. It would be great to use it non-published crates and testing features branches for breaking changes against main/master. Something like `buf breaking --against '.git#branch=main'` would...

This seems to be related: https://github.com/rust-lang/crates.io/pull/5302

Still the case: https://hub.docker.com/r/hadolint/hadolint/tags?page=1&name=2.10.0 I can only find 2.10-beta.

@camilb What was your outcome of your tests? We are having the same issues - crashes with AWS Aurora on 14.8.

Thanks for your reply it was helping to fix our segfaults.