Skip to content

Commit 2e34b5f

Browse files
build(deps): bump pprof from 0.13.0 to 0.14.0 in /native (#1319)
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 824ad1a commit 2e34b5f

File tree

2 files changed

+33
-3
lines changed

2 files changed

+33
-3
lines changed

native/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.

native/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ url = { workspace = true }
7979
chrono = { workspace = true }
8080

8181
[dev-dependencies]
82-
pprof = { version = "0.13.0", features = ["flamegraph"] }
82+
pprof = { version = "0.14.0", features = ["flamegraph"] }
8383
criterion = { version = "0.5.1", features = ["async_tokio"] }
8484
jni = { version = "0.21", features = ["invocation"] }
8585
lazy_static = "1.4"

0 commit comments

Comments
 (0)