Skip to content

Commit 82cc783

Browse files
build(deps): bump pprof from 0.13.0 to 0.14.0 (#71)
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-version: 0.14.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9d0e644 commit 82cc783

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ predicates = "3.0"
5858
serial_test = "3.0"
5959
ctor = "0.2"
6060
criterion = { version = "0.5", features = ["async_tokio"] }
61-
pprof = { version = "0.13", features = ["protobuf-codec", "criterion"] }
61+
pprof = { version = "0.14", features = ["protobuf-codec", "criterion"] }
6262

6363
[package.metadata.cargo-udeps.ignore]
6464
dev = ["serial_test"]

0 commit comments

Comments
 (0)