Skip to content

Commit

Permalink
Merge pull request #684 from sunng87/dependabot/cargo/pprof-0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
sunng87 authored Nov 8, 2024
2 parents e685570 + 172f6a4 commit c3d5524
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 @@ -43,7 +43,7 @@ tiny_http = "0.12"
time = { version = "0.3.7", features = ["serde", "formatting", "parsing"]}

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

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

0 comments on commit c3d5524

Please sign in to comment.