iomentum / cargo-scaffold

cargo scaffold lets you scaffold and generate projects described in a simple TOML file
MIT License
57 stars 12 forks source link

Update to use latest `git2` dependency. #37

Closed abernix closed 1 year ago

abernix commented 1 year ago

Most notably to introduce git2@0.16.x which potentially simplifies the upgrade path for users who are impacted by RUSTSEC-2023-0003.

As an alternative, users are also able to directly update their libgit2-sys dependency, but this seems prudent to upgrade anyhow.

bnjjj commented 1 year ago

It has been updated in 0.8.9 with the vendored-ssl feature. Thanks a lot