This project might be open to known security vulnerabilities, which can be prevented by tightening the version range of affected dependencies. Find detailed information at the bottom.

Crate dioxionary

Dependencies

(23 total, 8 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 reqwest^0.12.140.13.2out of date
 hyper^1.6.01.8.1up to date
 scraper^0.23.10.26.0out of date
 dirs^6.0.06.0.0up to date
 rusqlite^0.30.00.39.0out of date
 chrono^0.4.400.4.44up to date
 itertools^0.14.00.14.0up to date
 clap^4.4.84.6.0up to date
 prettytable^0.10.00.10.0up to date
 eio^0.1.20.1.2up to date
 flate2^1.0.281.1.9up to date
 rustyline^15.0.017.0.2out of date
 dialoguer^0.11.00.12.0out of date
 tokio^1.34.01.50.0up to date
 rodio^0.20.10.22.2out of date
 clap_complete^4.4.44.6.0up to date
 anyhow^1.0.751.0.102up to date
 serde^1.0.2191.0.228up to date
 serde_json^1.0.1401.0.149up to date
 rand^0.9.00.10.0out of date
 toml^0.8.201.1.0+spec-1.1.0out of date
 derive_more^2.0.12.1.1up to date
 openssl ⚠️^0.100.10.76maybe insecure

Dev dependencies

(1 total, all up-to-date)

CrateRequiredLatestStatus
 rusty-hook^0.11.20.11.2up to date

Build dependencies

(3 total, 1 outdated)

CrateRequiredLatestStatus
 vergen^9.0.49.1.0up to date
 vergen-git2^1.0.59.1.0out of date
 anyhow^1.01.0.102up to date

Security Vulnerabilities

openssl: Use-After-Free in `Md::fetch` and `Cipher::fetch`

RUSTSEC-2025-0022

When a Some(...) value was passed to the properties argument of either of these functions, a use-after-free would result.

In practice this would nearly always result in OpenSSL treating the properties as an empty string (due to CString::drop's behavior).

The maintainers thank quitbug for reporting this vulnerability to us.