Skip to content

Commit 30e8f7a

Browse files
chore(deps): bump pprof from 0.13.0 to 0.14.0 (#377)
Bumps [pprof](https://github.com/tikv/pprof-rs) from 0.13.0 to 0.14.0. - [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>
1 parent 786f877 commit 30e8f7a

File tree

2 files changed

+33
-3
lines changed

2 files changed

+33
-3
lines changed

Cargo.lock

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

components/ordhook-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ futures = "0.3.28"
4141
rocksdb = { version = "0.21.0", default-features = false, features = [
4242
"snappy",
4343
] }
44-
pprof = { version = "0.13.0", features = ["flamegraph"], optional = true }
44+
pprof = { version = "0.14.0", features = ["flamegraph"], optional = true }
4545
hyper = { version = "=0.14.27" }
4646
lazy_static = { version = "1.4.0" }
4747
ciborium = "0.2.1"

0 commit comments

Comments
 (0)