The 'idna' crate has a known security vulnerability that is exploited by your specified 'url' version 2.5.0. Details can be found in the Rust Security Advisory Database RUSTSEC-2024-0421.
Since the 'url' crate is not used directly in the project's source code, I removed it completely from the Cargo.toml file. This successfully resolved the security warning on my Linux system.
Is the version pin really necessary, and could the version pin for the “time” dependency perhaps also be removed?