Skip to content

Commit

Permalink
chore: Bump the pprof version to fix a security issue
Browse files Browse the repository at this point in the history
  • Loading branch information
poljar authored and andybalaam committed Dec 18, 2024
1 parent fe6ae8c commit b6266ac
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 benchmarks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ tokio = { workspace = true, default-features = false, features = ["rt-multi-thre
wiremock = { workspace = true }

[target.'cfg(target_os = "linux")'.dependencies]
pprof = { version = "0.13.0", features = ["flamegraph", "criterion"] }
pprof = { version = "0.14.0", features = ["flamegraph", "criterion"] }

[[bench]]
name = "crypto_bench"
Expand Down

0 comments on commit b6266ac

Please sign in to comment.