This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +18
-5
lines changed Expand file tree Collapse file tree 5 files changed +18
-5
lines changed Original file line number Diff line number Diff line change @@ -2080,11 +2080,14 @@ dependencies = [
20802080
20812081[[package ]]
20822082name = " measureme"
2083- version = " 9.0 .0"
2083+ version = " 9.1 .0"
20842084source = " registry+https://github.com/rust-lang/crates.io-index"
2085- checksum = " 22bf8d885d073610aee20e7fa205c4341ed32a761dbde96da5fd96301a8d3e82 "
2085+ checksum = " 4a98e07fe802486895addb2b5467f33f205e82c426bfaf350f5d8109b137767c "
20862086dependencies = [
2087+ " log" ,
2088+ " memmap" ,
20872089 " parking_lot" ,
2090+ " perf-event-open-sys" ,
20882091 " rustc-hash" ,
20892092 " smallvec 1.6.1" ,
20902093]
@@ -2481,6 +2484,15 @@ version = "2.1.0"
24812484source = " registry+https://github.com/rust-lang/crates.io-index"
24822485checksum = " d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
24832486
2487+ [[package ]]
2488+ name = " perf-event-open-sys"
2489+ version = " 1.0.1"
2490+ source = " registry+https://github.com/rust-lang/crates.io-index"
2491+ checksum = " ce9bedf5da2c234fdf2391ede2b90fabf585355f33100689bc364a3ea558561a"
2492+ dependencies = [
2493+ " libc" ,
2494+ ]
2495+
24842496[[package ]]
24852497name = " pest"
24862498version = " 2.1.3"
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ doctest = false
1111[dependencies ]
1212bitflags = " 1.0"
1313libc = " 0.2"
14- measureme = " 9.0 .0"
14+ measureme = " 9.1 .0"
1515snap = " 1"
1616tracing = " 0.1"
1717rustc_middle = { path = " ../rustc_middle" }
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ rustc-hash = "1.1.0"
2525smallvec = { version = " 1.6.1" , features = [" union" , " may_dangle" ] }
2626rustc_index = { path = " ../rustc_index" , package = " rustc_index" }
2727bitflags = " 1.2.1"
28- measureme = " 9.0 .0"
28+ measureme = " 9.1 .0"
2929libc = " 0.2"
3030stacker = " 0.1.12"
3131tempfile = " 3.0.5"
Original file line number Diff line number Diff line change @@ -28,6 +28,6 @@ rustc_ast = { path = "../rustc_ast" }
2828rustc_span = { path = " ../rustc_span" }
2929chalk-ir = " 0.55.0"
3030smallvec = { version = " 1.6.1" , features = [" union" , " may_dangle" ] }
31- measureme = " 9.0 .0"
31+ measureme = " 9.1 .0"
3232rustc_session = { path = " ../rustc_session" }
3333rustc_type_ir = { path = " ../rustc_type_ir" }
Original file line number Diff line number Diff line change @@ -131,6 +131,7 @@ const PERMITTED_DEPENDENCIES: &[&str] = &[
131131 "parking_lot" ,
132132 "parking_lot_core" ,
133133 "pathdiff" ,
134+ "perf-event-open-sys" ,
134135 "pkg-config" ,
135136 "polonius-engine" ,
136137 "ppv-lite86" ,
You can’t perform that action at this time.
0 commit comments