Skip to content

Commit

Permalink
Bump pprof version
Browse files Browse the repository at this point in the history
Dependabot warns about unsound usage in older versions, so bump the
version:

https://github.com/tursodatabase/libsql/security/dependabot/68
  • Loading branch information
penberg committed Dec 30, 2024
1 parent 21c69a6 commit 2b6a610
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 2b6a610

Please sign in to comment.