From 6d93f022bb34d789a24399c20a88d0c8c577e31a Mon Sep 17 00:00:00 2001 From: alindima Date: Wed, 26 Jul 2023 10:10:45 +0300 Subject: [PATCH] bump pprof to 0.12.1, containing fix --- Cargo.lock | 5 +++-- Cargo.toml | 2 -- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4e90001497cc..3b765285b916 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8610,8 +8610,9 @@ checksum = "26f6a7b87c2e435a3241addceeeff740ff8b7e76b74c13bf9acb17fa454ea00b" [[package]] name = "pprof" -version = "0.12.0" -source = "git+https://github.com/gen-xu/pprof-rs.git?branch=gen/fix_misaligned_dereference#d715918957106e923ee320c8aa3b9c988cd7dfba" +version = "0.12.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "978385d59daf9269189d052ca8a84c1acfd0715c0599a5d5188d4acc078ca46a" dependencies = [ "backtrace", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index b0019d4bc621..09002ef5378b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -236,7 +236,5 @@ conf-files = [ config = "./scripts/ci/gitlab/spellcheck.toml" [patch.crates-io] -pprof = { git = "https://github.com/gen-xu/pprof-rs.git", branch = "gen/fix_misaligned_dereference" } pyroscope = { git = "https://github.com/alindima/pyroscope-rs.git", rev = "8bc106eabd508f05a4e480ed2845c22cf2d68524" } pyroscope_pprofrs = { git = "https://github.com/alindima/pyroscope-rs.git", rev = "8bc106eabd508f05a4e480ed2845c22cf2d68524" } -