diff --git a/Cargo.toml b/Cargo.toml index fa6ba58..678cf19 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ anyhow = "1.0.56" cargo-lock = "8.0.2" cargo_metadata = "0.15.0" itertools = "0.10.3" -rustsec = "0.26.0" +rustsec = "0.30.1" structopt = "0.3.26" time = "0.3.9" @@ -44,5 +44,4 @@ version = "1.15.0" default-features = false [features] -default = ["vendored-libgit2"] -vendored-libgit2 = ["rustsec/vendored-libgit2"] +default = []