Skip to content

Commit e5ab7c4

Browse files
authored
Merge pull request #1894 from tursodatabase/bump-pprof
Bump pprof version
2 parents 21c69a6 + 2b6a610 commit e5ab7c4

File tree

2 files changed

+33
-3
lines changed

2 files changed

+33
-3
lines changed

Cargo.lock

+32-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libsql/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ chrono = { version = "0.4", optional = true }
4848

4949
[dev-dependencies]
5050
criterion = { version = "0.5", features = ["html_reports", "async", "async_futures", "async_tokio"] }
51-
pprof = { version = "0.12.1", features = ["criterion", "flamegraph"] }
51+
pprof = { version = "0.14.0", features = ["criterion", "flamegraph"] }
5252
tokio = { version = "1.29.1", features = ["full"] }
5353
tokio-test = "0.4"
5454
tracing-subscriber = "0.3"

0 commit comments

Comments
 (0)