Skip to content

Commit

Permalink
fix: dependabot warning by upgrading version of pprof used (#590)
Browse files Browse the repository at this point in the history
  • Loading branch information
henil authored Mar 13, 2023
1 parent 8e1aa4f commit 819184d
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 45 deletions.
91 changes: 47 additions & 44 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 benchmarks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2018"
bytes = "1"
futures = { version = "0.3", features = ["compat"] }
itoa = "0.4"
pprof = { version = "0.10", features = ["flamegraph", "prost-codec"] }
pprof = { version = "0.11", features = ["flamegraph", "prost-codec"] }
pretty_env_logger = "0.4"
rumqttc = { path = "../rumqttc" }
rumqttd = { path = "../rumqttd" }
Expand Down

0 comments on commit 819184d

Please sign in to comment.