Skip to content

Commit

Permalink
Merge pull request #544 from sunng87/dependabot/cargo/pprof-0.11
Browse files Browse the repository at this point in the history
chore(deps): update pprof requirement from 0.10 to 0.11
  • Loading branch information
sunng87 committed Nov 8, 2022
2 parents eb475e8 + d9e7efb commit 80687a7
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.10", features = ["flamegraph", "prost-codec"] }
pprof = { version = "0.11", features = ["flamegraph", "prost-codec"] }

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

0 comments on commit 80687a7

Please sign in to comment.