Rob Jellinghaus
Rob Jellinghaus
**Is your feature request related to a problem? Please describe.** We are looking at using cargo-deny to enforce an internal allow list of external (registry) crates, for a large project...
### Problem I am working on Dependabot support for Rust. Currently Dependabot includes Rust 1.79. I was testing with Rust 1.80 and discovered that a Dependabot unit test started failing....
I followed the basic setup, creating a new project named `procuretoy`. When I run `cargo fullstack` in the `procuretoy` directory, I get these errors: ``` error[E0560]: struct `GenerationConfig` does not...