Skip to content

Commit

Permalink
Fix monitoring version
Browse files Browse the repository at this point in the history
  • Loading branch information
ncpenke committed Aug 15, 2023
1 parent f8f59f8 commit 30cb65e
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 5 deletions.
55 changes: 51 additions & 4 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 rs/monitoring/pprof/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
async-trait = "0.1.68"
lazy_static = "1.4.0"
pprof = { version = "0.10.1", default-features = false, features = ["flamegraph", "prost-codec"] }
pprof = { version = "0.11.1", default-features = false, features = ["flamegraph", "prost-codec"] }
prost = "0.11.0"
regex = "1.3.9"
thiserror = "1.0"
Expand Down

0 comments on commit 30cb65e

Please sign in to comment.