Skip to content

Commit

Permalink
Merge pull request #1894 from tursodatabase/bump-pprof
Browse files Browse the repository at this point in the history
Bump pprof version
  • Loading branch information
penberg authored Dec 30, 2024
2 parents 21c69a6 + 2b6a610 commit e5ab7c4
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 3 deletions.
34 changes: 32 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion libsql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ chrono = { version = "0.4", optional = true }

[dev-dependencies]
criterion = { version = "0.5", features = ["html_reports", "async", "async_futures", "async_tokio"] }
pprof = { version = "0.12.1", features = ["criterion", "flamegraph"] }
pprof = { version = "0.14.0", features = ["criterion", "flamegraph"] }
tokio = { version = "1.29.1", features = ["full"] }
tokio-test = "0.4"
tracing-subscriber = "0.3"
Expand Down

0 comments on commit e5ab7c4

Please sign in to comment.