tikv / pprof-rs

A Rust CPU profiler implemented with the help of backtrace-rs
Apache License 2.0
1.26k stars 94 forks source link

chore(deps): bump criterion to 0.5 #214

Closed mattsse closed 1 year ago

mattsse commented 1 year ago

no breaking changes besides the msrv 1.64: https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md

this also removes atty dependency that is unmaintained and has some security warnings

mattsse commented 1 year ago

actually dupe of #211