Skip to content

Commit

Permalink
Merge pull request #176 from geofmureithi/renovate/pprof-0.x
Browse files Browse the repository at this point in the history
chore(deps): update rust crate pprof to 0.13
  • Loading branch information
geofmureithi authored Sep 29, 2023
2 parents acc60f6 + 13aa43d commit 66825fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ features = [

[dev-dependencies]
criterion = { version = "0.5", features = ["async_tokio", "html_reports"] }
pprof = { version = "0.12", features = ["flamegraph"] }
pprof = { version = "0.13", features = ["flamegraph"] }
paste = "1.0.14"
serde = "1"
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
Expand Down

0 comments on commit 66825fe

Please sign in to comment.