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 gix

Dependencies

(59 total, 49 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 async-std^1.12.01.13.2up to date
 document-features^0.2.00.2.12up to date
 gix-actor^0.35.20.39.0out of date
 gix-archive^0.22.00.28.0out of date
 gix-attributes^0.27.00.30.1out of date
 gix-blame^0.3.00.9.0out of date
 gix-command^0.6.20.7.1out of date
 gix-commitgraph^0.29.00.33.0out of date
 gix-config^0.46.00.52.0out of date
 gix-credentials^0.30.00.36.0out of date
 gix-date ⚠️^0.10.30.14.0out of date
 gix-diff^0.53.00.59.0out of date
 gix-dir^0.15.00.21.0out of date
 gix-discover^0.41.00.47.0out of date
 gix-features^0.43.00.46.1out of date
 gix-filter^0.20.00.26.0out of date
 gix-fs^0.16.00.19.1out of date
 gix-glob^0.21.00.24.0out of date
 gix-hash^0.19.00.22.1out of date
 gix-hashtable^0.9.00.12.0out of date
 gix-ignore^0.16.00.19.0out of date
 gix-index^0.41.00.47.0out of date
 gix-lock^18.0.021.0.1out of date
 gix-mailmap^0.27.20.31.0out of date
 gix-merge^0.6.00.12.0out of date
 gix-negotiate^0.21.00.27.0out of date
 gix-object^0.50.00.56.0out of date
 gix-odb^0.70.00.76.0out of date
 gix-pack^0.60.00.66.0out of date
 gix-path^0.10.190.11.1out of date
 gix-pathspec^0.12.00.15.1out of date
 gix-prompt^0.11.10.13.1out of date
 gix-protocol^0.51.00.57.0out of date
 gix-ref^0.53.00.59.0out of date
 gix-refspec^0.31.00.37.0out of date
 gix-revision^0.35.00.41.0out of date
 gix-revwalk^0.21.00.27.0out of date
 gix-sec^0.12.00.13.1out of date
 gix-shallow^0.5.00.8.1out of date
 gix-status^0.20.00.26.0out of date
 gix-submodule^0.20.00.26.0out of date
 gix-tempfile^18.0.021.0.1out of date
 gix-trace^0.1.130.1.18up to date
 gix-transport^0.48.00.54.0out of date
 gix-traverse^0.47.00.53.0out of date
 gix-url^0.32.00.35.1out of date
 gix-utils^0.3.00.3.1up to date
 gix-validate^0.10.00.11.0out of date
 gix-worktree^0.42.00.48.0out of date
 gix-worktree-state^0.20.00.26.0out of date
 gix-worktree-stream^0.22.00.28.0out of date
 once_cell^1.21.31.21.3up to date
 parking_lot^0.12.40.12.5up to date
 prodash^30.0.131.0.0out of date
 regex^1.6.01.12.3up to date
 serde^1.0.1141.0.228up to date
 signal-hook^0.3.180.4.3out of date
 smallvec^1.15.11.15.1up to date
 thiserror^2.0.02.0.18up to date

Dev dependencies

(8 total, 1 outdated)

CrateRequiredLatestStatus
 anyhow^11.0.101up to date
 async-std^1.12.01.13.2up to date
 insta^1.43.11.46.3up to date
 is_ci^1.1.11.2.0up to date
 pretty_assertions^1.4.01.4.1up to date
 serial_test^3.1.03.3.1up to date
 termtree^0.5.11.0.0out of date
 walkdir^2.3.22.5.0up to date

Security Vulnerabilities

gix-date: Non-utf8 String can be created with `TimeBuf::as_str`

RUSTSEC-2025-0140

The function gix_date::parse::TimeBuf::as_str can create an illegal string containing non-utf8 characters. This violates the safety invariant of TimeBuf and can lead to undefined behavior when consuming the string.

The bug can be prevented by adding str::from_utf8 to the function TimeBuf::write.