Skip to content

Commit 0f63738

Browse files
authored
Update pprof-rs to introduce protection for errno (#64)
* Hotfix pprof Signed-off-by: mornyx <mornyx.z@gmail.com> * Move to master branch Signed-off-by: mornyx <mornyx.z@gmail.com> * Revert Cargo.lock Signed-off-by: mornyx <mornyx.z@gmail.com>
1 parent 713b918 commit 0f63738

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ pd_client = { path = "components/pd_client", default-features = false }
113113
case_macros = {path = "components/case_macros"}
114114
pin-project = "1.0"
115115
pnet_datalink = "0.23"
116-
pprof = { version = "^0.9", default-features = false, features = ["flamegraph", "protobuf-codec", "protobuf", "cpp", "frame-pointer"] }
116+
pprof = { git = "https://github.com/tikv/pprof-rs.git", rev = "a5a993a33a23557b27e633f18723366281d3b1c0", default-features = false, features = ["flamegraph", "protobuf-codec", "protobuf", "cpp", "frame-pointer"] }
117117
prost = "0.7"
118118
protobuf = { version = "2.8", features = ["bytes"] }
119119
raft = { version = "0.7.0", default-features = false, features = ["protobuf-codec"] }

0 commit comments

Comments
 (0)