Skip to content

Commit

Permalink
chore(deps): Update Rust crate pprof to 0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 27, 2023
1 parent 41267c0 commit 4a0400d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pom = "3.3.0"
nom = "7.1.3"
criterion = { version = "0.5.1", features = [ "html_reports" ]}
ctor = "0.2.5"
pprof = { version = "0.12", features = ["flamegraph", "criterion"] }
pprof = { version = "0.13", features = ["flamegraph", "criterion"] }

[[bench]]
name = "bench_main"
Expand Down

0 comments on commit 4a0400d

Please sign in to comment.