Open Teebor-Choka opened 1 year ago
Updating the current ureq
dependency to 2.8.0 will fix the advisory:
https://crates.io/crates/ureq/2.8.0/dependencies
https://crates.io/crates/webpki-roots/0.25.2/dependencies
Updating chrono
dependencty to 0.4.31 will fix the advisory:
https://crates.io/crates/chrono/0.4.31/dependencies
The atty
dependency has not been updated in 4 years and should be considered for a replacement:
https://crates.io/crates/atty
🐛 Bug description
Some of the dependencies used in wasm-pack should be updated due to critical advisories.
Running
cargo audit
in a project that uses wasm-pack results in the following advisories issued as errors:🤔 Expected Behavior
No advisories for dependencies.
👟 Steps to reproduce
Install the
cargo audit
utility ascargo install cargo-audit
and run the audit withcargo audit
🌍 Your environment
Include the relevant details of your environment. wasm-pack version: wasm-pack 0.12.1 rustc version: rustc 1.72.1 (d5c2e9c34 2023-09-13)
Fix for the issue:
ureq
andchrono
dependenciesatty
dependency