Environment (please complete the following information):
Rust Version: 1.64
Atelier crates: atelier_test 0.1.3
Client code: n/a
Additional context
Updating to latest structopt (0.3.26) does not fix this. structopt is in maintenance mode and has been integrated into clap. Fixing this requires replacing the structopt dependency in cargo-atelier/src/command_line.rs to clap v4.
Describe the bug cargo-audit reports an upstream vulnerability
To Reproduce install cargo-auditable and cargo-audit and run as described here https://github.com/rust-secure-code/cargo-auditable
Expected behavior no warnings
Screenshots/Logs see above
Environment (please complete the following information):
Additional context
Updating to latest structopt (0.3.26) does not fix this. structopt is in maintenance mode and has been integrated into
clap
. Fixing this requires replacing the structopt dependency in cargo-atelier/src/command_line.rs to clap v4.