Skip to content

Commit 55cdb3a

Browse files
committed
Update to rustsec-0.30.1 to support recent Cargo.lock versions
Cargo.lock updated to v4 in current stable, so update rustsec to support it. See: https://github.com/rustsec/rustsec/blob/main/rustsec/CHANGELOG.md#0301-2025-01-18 Additionally, rustsec moved from git2 to gix, dropping the need to vendor the git2 install, so remove that feature. Signed-off-by: John Eckhart <jeckhart@hey.com>
1 parent cd2b45c commit 55cdb3a

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ anyhow = "1.0.56"
2727
cargo-lock = "8.0.2"
2828
cargo_metadata = "0.15.0"
2929
itertools = "0.10.3"
30-
rustsec = "0.26.0"
30+
rustsec = "0.30.1"
3131
structopt = "0.3.26"
3232
time = "0.3.9"
3333

@@ -44,5 +44,4 @@ version = "1.15.0"
4444
default-features = false
4545

4646
[features]
47-
default = ["vendored-libgit2"]
48-
vendored-libgit2 = ["rustsec/vendored-libgit2"]
47+
default = []

0 commit comments

Comments
 (0)