Skip to content

Commit 3bd4b0e

Browse files
committed
Upstream merged this PR
Signed-off-by: Xuanwo <[email protected]>
1 parent 4721767 commit 3bd4b0e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

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

common/base/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ poem = { version = "1.3.6", features = ["rustls"] }
2929
serde = { version = "1.0.136", features = ["derive"] }
3030
serde_json = { version = "1.0.79", default-features = false, features = ["raw_value"] }
3131
serde_yaml = { version = "0.8.23", default-features = false }
32-
# Rollback to upstream after https://github.com/tikv/pprof-rs/pull/110 merged.
33-
pprof = { git = "https://github.com/Xuanwo/pprof-rs", rev = "c8a0a67", features = [
32+
# Rollback to tagged release after 666d9e2 included in new release.
33+
pprof = { git = "https://github.com/tikv/pprof-rs", rev = "666d9e2", features = [
3434
"flamegraph",
3535
"protobuf-codec",
3636
"protobuf",

0 commit comments

Comments
 (0)