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 committed Dec 5, 2024
1 parent 111f916 commit 22cb8a1
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 22cb8a1

Please sign in to comment.