Upgrade pprof version with a limited inferno version (#48)

This commit is contained in:
Constance Beguier 2023-03-20 14:12:10 +01:00 committed by GitHub
parent 43d5e77d38
commit 527e29a062
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -58,8 +58,8 @@ proptest = "1.0.0"
zcash_note_encryption = { version = "0.2", features = ["pre-zip-212"] }
[target.'cfg(unix)'.dev-dependencies]
# TODO: upgrade the pprof version once its inferno dependency respects all clippy lints
pprof = { version = "0.6", features = ["criterion", "flamegraph"] } # MSRV 1.56
inferno = ">= 0.11, < 0.11.15"
pprof = { version = "0.9", features = ["criterion", "flamegraph"] } # MSRV 1.56
[lib]
bench = false