Skip to content

Commit

Permalink
Merge pull request #591 from sunng87/dependabot/cargo/pprof-0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
sunng87 committed Jul 5, 2023
2 parents d9997b8 + 6e83cb7 commit c07b043
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 @@ -41,7 +41,7 @@ tiny_http = "0.12"
time = { version = "0.3.7", features = ["serde", "formatting", "parsing"]}

[target.'cfg(unix)'.dev-dependencies]
pprof = { version = "0.11", features = ["flamegraph", "prost-codec"] }
pprof = { version = "0.12", features = ["flamegraph", "prost-codec"] }

[features]
dir_source = ["walkdir"]
Expand Down

0 comments on commit c07b043

Please sign in to comment.