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

Cargo.lock: Mass update #527

Merged
merged 4 commits into from
Sep 19, 2023
Merged

Cargo.lock: Mass update #527

merged 4 commits into from
Sep 19, 2023

Commits on Sep 19, 2023

  1. Cargo.lock: Mass update

    Since we got way behind and dependabot isn't going to catch up.
    cgwalters committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    26ebe3b View commit details
    Browse the repository at this point in the history
  2. build-sys: Switch to include

    The immediate goal is to drop out `.cargo` which has a `config.toml`
    which conflicts with the `cargo vendor`-injected `.cargo/config`
    and causes our vendor builds to fail.
    cgwalters committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    23ead3c View commit details
    Browse the repository at this point in the history
  3. Port to non-deprecated chrono APIs

    To silence clippy.
    cgwalters committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    1292b7d View commit details
    Browse the repository at this point in the history
  4. ci: use explicit path

    This may be a regression from the virtiofs work.
    cgwalters committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    ffbe10c View commit details
    Browse the repository at this point in the history