bheisler / criterion.rs

Statistics-driven benchmarking library for Rust
Apache License 2.0
4.31k stars 292 forks source link

deps: Allow `tempfile` to update past 3.5.0 #708

Closed waywardmonkeys closed 11 months ago

waywardmonkeys commented 11 months ago

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