Skip to content

Commit

Permalink
chore(deps): update pprof requirement from 0.10 to 0.11
Browse files Browse the repository at this point in the history
Updates the requirements on [pprof](https://github.com/tikv/pprof-rs) to permit the latest version.
- [Release notes](https://github.com/tikv/pprof-rs/releases)
- [Changelog](https://github.com/tikv/pprof-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tikv/pprof-rs/commits)

---
updated-dependencies:
- dependency-name: pprof
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 8, 2022
1 parent eb475e8 commit d9e7efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ tiny_http = "0.12"
time = { version = "0.3.7", features = ["serde", "formatting", "parsing"]}

[target.'cfg(unix)'.dev-dependencies]
pprof = { version = "0.10", features = ["flamegraph", "prost-codec"] }
pprof = { version = "0.11", features = ["flamegraph", "prost-codec"] }

[features]
dir_source = ["walkdir"]
Expand Down

0 comments on commit d9e7efb

Please sign in to comment.