vadimpiven opened a new issue, #14018: URL: https://github.com/apache/datafusion/issues/14018
### Describe the bug DataFusion uses an old version of url crate https://github.com/apache/datafusion/blob/487b952cf1a748cc79724638f13e66761a6665e2/Cargo.toml#L153 which has known vulnerability https://rustsec.org/advisories/RUSTSEC-2024-0421 fixed in latest release. ### To Reproduce `cargo install --locked cargo-deny && cargo deny init && cargo deny check --all-features` and check the report ### Expected behavior There should be no dependences with known vulnerabilities. ### Additional context _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
