Skip to content

Commit ba76eb1

Browse files
authored
Update pprof dependency to version 0.11.0 (#517)
1 parent 15fc5c1 commit ba76eb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ rustc_version_runtime = { version = "0.2.1", optional = true }
4444
indexmap = { version = "1.9.1", optional = true}
4545

4646
[target.'cfg(target_family = "unix")'.dependencies]
47-
pprof = { version = "0.10.1", optional = true, default-features = false}
47+
pprof = { version = "0.11.0", optional = true, default-features = false}
4848
libc = { version = "^0.2.66", optional = true }
4949

5050
[dev-dependencies]

0 commit comments

Comments
 (0)