Skip to content

Commit

Permalink
Merge pull request #511 from sunng87/dependabot/cargo/pprof-0.10
Browse files Browse the repository at this point in the history
chore(deps): update pprof requirement from 0.9 to 0.10
  • Loading branch information
sunng87 authored Jun 28, 2022
2 parents bd03849 + aefdacf commit 87e9912
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.11"
time = { version = "0.3.7", features = ["serde", "formatting", "parsing"]}

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

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

0 comments on commit 87e9912

Please sign in to comment.