Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit 0462eb8

Browse files
Bump pprof from 0.11.1 to 0.12.0 (#267)
1 parent 37aaf53 commit 0462eb8

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pretty_trace/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ string_utils = { version = "0.1", path = "../string_utils" }
2323
vector_utils = { version = "0.1", path = "../vector_utils" }
2424

2525
[target.'cfg(not(windows))'.dependencies]
26-
pprof = { version = ">=0.7, <0.12", features = ["prost-codec"], optional = true }
26+
pprof = { version = ">=0.7, <0.13", features = ["prost-codec"], optional = true }
2727

2828
[features]
2929
pprof = ["dep:pprof", "dep:io_utils", "dep:stats_utils", "dep:tables"]

0 commit comments

Comments
 (0)