Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update libgit2 #422

Merged
merged 5 commits into from
May 17, 2022
Merged

Update libgit2 #422

merged 5 commits into from
May 17, 2022

Commits on May 17, 2022

  1. Configuration menu
    Copy the full SHA
    4b85aed View commit details
    Browse the repository at this point in the history
  2. Remove rustsec git dependency

    Rustsec has been really slow updating to a version with git 0.14 to
    resolve a segfault, which also blocked cargo-deny. Instead, we now
    handle all git fetching ourselves so we are no longer blocked, now or in
    the future. This also changes it so that we use crates-index as a
    dependency as previously we had included this functionality directly as
    at the time crates-index didn't support bare repositories.
    Jake-Shadle committed May 17, 2022
    Configuration menu
    Copy the full SHA
    355e767 View commit details
    Browse the repository at this point in the history
  3. Add metadata

    Jake-Shadle committed May 17, 2022
    Configuration menu
    Copy the full SHA
    3225507 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a02a746 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7f8a3d9 View commit details
    Browse the repository at this point in the history