Skip to content

Commit 3ae7495

Browse files
Bump pprof from 0.13.0 to 0.14.0 in /quickwit (#5998)
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 2ae514f commit 3ae7495

File tree

2 files changed

+43
-4
lines changed

2 files changed

+43
-4
lines changed

quickwit/Cargo.lock

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

quickwit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ pnet = { version = "0.33", features = ["std"] }
167167
postcard = { version = "1.1", features = [
168168
"use-std",
169169
], default-features = false }
170-
pprof = { version = "0.13", features = ["flamegraph"] }
170+
pprof = { version = "0.14", features = ["flamegraph"] }
171171
predicates = "3"
172172
prettyplease = "0.2"
173173
proc-macro2 = "1.0"

0 commit comments

Comments
 (0)