mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-01-04 18:50:34 +01:00
18 lines
429 B
Markdown
18 lines
429 B
Markdown
```toml
|
|
[advisory]
|
|
id = "RUSTSEC-2023-0026"
|
|
package = "git-path"
|
|
date = "2023-03-14"
|
|
url = "https://github.com/Byron/gitoxide/pull/741"
|
|
informational = "unmaintained"
|
|
|
|
[versions]
|
|
patched = []
|
|
```
|
|
|
|
# Gitoxide has renamed its crates.
|
|
|
|
All crates in the gitoxide project have been renamed from git-<crate> to
|
|
gix-<crate>. The git- prefixed crates are no longer being updated. Switch
|
|
to using gix-path to continue receiving updates.
|