Skip to content

Commit 1c172c0

Browse files
authoredNov 8, 2024··
Merge pull request #966 from kubewarden/dependabot/cargo/pprof-0.14.0
build(deps): bump pprof from 0.13.0 to 0.14.0
2 parents 4ba5622 + 70ca928 commit 1c172c0

File tree

2 files changed

+33
-3
lines changed

2 files changed

+33
-3
lines changed
 

‎Cargo.lock

+32-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ opentelemetry = { version = "0.26.0", default-features = false, features = [
2828
"trace",
2929
] }
3030
opentelemetry_sdk = { version = "0.26.0", features = ["rt-tokio"] }
31-
pprof = { version = "0.13", features = ["prost-codec"] }
31+
pprof = { version = "0.14", features = ["prost-codec"] }
3232
policy-evaluator = { git = "https://github.com/kubewarden/policy-evaluator", tag = "v0.19.3" }
3333
rustls = { version = "0.23", default-features = false, features = [
3434
"ring",

0 commit comments

Comments
 (0)
Please sign in to comment.