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

deps: Allow tempfile to update past 3.5.0 #708

Merged
merged 1 commit into from
Aug 24, 2023

Conversation

waywardmonkeys
Copy link
Contributor

When doing this and running cargo update, we see this lets us stop having some extra dependencies:

    Updating crates.io index
      Adding fastrand v2.0.0
    Updating tempfile v3.5.0 -> v3.7.1
    Removing windows-sys v0.45.0
    Removing windows-targets v0.42.2
    Removing windows_aarch64_gnullvm v0.42.2
    Removing windows_aarch64_msvc v0.42.2
    Removing windows_i686_gnu v0.42.2
    Removing windows_i686_msvc v0.42.2
    Removing windows_x86_64_gnu v0.42.2
    Removing windows_x86_64_gnullvm v0.42.2
    Removing windows_x86_64_msvc v0.42.2

@lemmih lemmih merged commit 180f4b4 into bheisler:master Aug 24, 2023
4 checks passed
@waywardmonkeys waywardmonkeys deleted the update-tempfile branch August 24, 2023 08:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants