Skip to content

Commit 819184d

Browse files
authored
fix: dependabot warning by upgrading version of pprof used (#590)
1 parent 8e1aa4f commit 819184d

File tree

2 files changed

+48
-45
lines changed

2 files changed

+48
-45
lines changed

Cargo.lock

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

benchmarks/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ edition = "2018"
99
bytes = "1"
1010
futures = { version = "0.3", features = ["compat"] }
1111
itoa = "0.4"
12-
pprof = { version = "0.10", features = ["flamegraph", "prost-codec"] }
12+
pprof = { version = "0.11", features = ["flamegraph", "prost-codec"] }
1313
pretty_env_logger = "0.4"
1414
rumqttc = { path = "../rumqttc" }
1515
rumqttd = { path = "../rumqttd" }

0 commit comments

Comments
 (0)