Skip to content

Commit

Permalink
Update pprof requirement from 0.11.1 to 0.13.0 (#31)
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.
- [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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jan 27, 2024
1 parent 518de17 commit 27bf290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ water = { path = "../crates/water" }
tracing = "0.1"
tracing-subscriber = "0.3.17"
rand = "0.8"
pprof = { version = "0.11.1", features = ["flamegraph", "protobuf-codec", "prost-codec"] }
pprof = { version = "0.13.0", features = ["flamegraph", "protobuf-codec", "prost-codec"] }
anyhow = "1.0.7"
shadowsocks-service = {version = "1.17.0", features = ["server"]}
shadowsocks-rust = "1.17.0"
Expand Down

0 comments on commit 27bf290

Please sign in to comment.