Skip to content

Commit

Permalink
chore(deps): Bump pprof from 0.12.1 to 0.13.0 (#12617)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 4, 2023
1 parent 194b606 commit ffa0758
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/compute/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ futures-async-stream = { workspace = true }
hyper = "0.14"
itertools = "0.11"
maplit = "1.0.2"
pprof = { version = "0.12", features = ["flamegraph"] }
pprof = { version = "0.13", features = ["flamegraph"] }
prometheus = { version = "0.13" }
risingwave_batch = { workspace = true }
risingwave_common = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion src/utils/runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ hostname = "0.3"
opentelemetry-otlp = { version = "0.13" }
opentelemetry-semantic-conventions = "0.12"
parking_lot = { version = "0.12", features = ["deadlock_detection"] }
pprof = { version = "0.12", features = ["flamegraph"] }
pprof = { version = "0.13", features = ["flamegraph"] }
prometheus = { version = "0.13" }
risingwave_common = { workspace = true }
risingwave_variables = { workspace = true }
Expand Down

0 comments on commit ffa0758

Please sign in to comment.