Skip to content

Remove explicit 'url' version pin from Cargo.toml to address RUSTSEC-2024-0421 #43

@acpiccolo

Description

@acpiccolo

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?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions