Skip to content

Commit

Permalink
Update pprof-rs to introduce protection for errno (#64)
Browse files Browse the repository at this point in the history
* Hotfix pprof

Signed-off-by: mornyx <[email protected]>

* Move to master branch

Signed-off-by: mornyx <[email protected]>

* Revert Cargo.lock

Signed-off-by: mornyx <[email protected]>
  • Loading branch information
mornyx authored May 19, 2022
1 parent 713b918 commit 0f63738
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ pd_client = { path = "components/pd_client", default-features = false }
case_macros = {path = "components/case_macros"}
pin-project = "1.0"
pnet_datalink = "0.23"
pprof = { version = "^0.9", default-features = false, features = ["flamegraph", "protobuf-codec", "protobuf", "cpp", "frame-pointer"] }
pprof = { git = "https://github.com/tikv/pprof-rs.git", rev = "a5a993a33a23557b27e633f18723366281d3b1c0", default-features = false, features = ["flamegraph", "protobuf-codec", "protobuf", "cpp", "frame-pointer"] }
prost = "0.7"
protobuf = { version = "2.8", features = ["bytes"] }
raft = { version = "0.7.0", default-features = false, features = ["protobuf-codec"] }
Expand Down

0 comments on commit 0f63738

Please sign in to comment.