File tree 5 files changed +18
-5
lines changed
5 files changed +18
-5
lines changed Original file line number Diff line number Diff line change @@ -2139,11 +2139,14 @@ dependencies = [
2139
2139
2140
2140
[[package ]]
2141
2141
name = " measureme"
2142
- version = " 9.0 .0"
2142
+ version = " 9.1 .0"
2143
2143
source = " registry+https://github.com/rust-lang/crates.io-index"
2144
- checksum = " 22bf8d885d073610aee20e7fa205c4341ed32a761dbde96da5fd96301a8d3e82 "
2144
+ checksum = " 4a98e07fe802486895addb2b5467f33f205e82c426bfaf350f5d8109b137767c "
2145
2145
dependencies = [
2146
+ " log" ,
2147
+ " memmap" ,
2146
2148
" parking_lot" ,
2149
+ " perf-event-open-sys" ,
2147
2150
" rustc-hash" ,
2148
2151
" smallvec 1.6.1" ,
2149
2152
]
@@ -2540,6 +2543,15 @@ version = "2.1.0"
2540
2543
source = " registry+https://github.com/rust-lang/crates.io-index"
2541
2544
checksum = " d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
2542
2545
2546
+ [[package ]]
2547
+ name = " perf-event-open-sys"
2548
+ version = " 1.0.1"
2549
+ source = " registry+https://github.com/rust-lang/crates.io-index"
2550
+ checksum = " ce9bedf5da2c234fdf2391ede2b90fabf585355f33100689bc364a3ea558561a"
2551
+ dependencies = [
2552
+ " libc" ,
2553
+ ]
2554
+
2543
2555
[[package ]]
2544
2556
name = " pest"
2545
2557
version = " 2.1.3"
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ doctest = false
11
11
[dependencies ]
12
12
bitflags = " 1.0"
13
13
libc = " 0.2"
14
- measureme = " 9.0 .0"
14
+ measureme = " 9.1 .0"
15
15
snap = " 1"
16
16
tracing = " 0.1"
17
17
rustc_middle = { path = " ../rustc_middle" }
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ rustc-hash = "1.1.0"
25
25
smallvec = { version = " 1.6.1" , features = [" union" , " may_dangle" ] }
26
26
rustc_index = { path = " ../rustc_index" , package = " rustc_index" }
27
27
bitflags = " 1.2.1"
28
- measureme = " 9.0 .0"
28
+ measureme = " 9.1 .0"
29
29
libc = " 0.2"
30
30
stacker = " 0.1.12"
31
31
tempfile = " 3.0.5"
Original file line number Diff line number Diff line change @@ -28,6 +28,6 @@ rustc_ast = { path = "../rustc_ast" }
28
28
rustc_span = { path = " ../rustc_span" }
29
29
chalk-ir = " 0.55.0"
30
30
smallvec = { version = " 1.6.1" , features = [" union" , " may_dangle" ] }
31
- measureme = " 9.0 .0"
31
+ measureme = " 9.1 .0"
32
32
rustc_session = { path = " ../rustc_session" }
33
33
rustc_type_ir = { path = " ../rustc_type_ir" }
Original file line number Diff line number Diff line change @@ -131,6 +131,7 @@ const PERMITTED_DEPENDENCIES: &[&str] = &[
131
131
"parking_lot" ,
132
132
"parking_lot_core" ,
133
133
"pathdiff" ,
134
+ "perf-event-open-sys" ,
134
135
"pkg-config" ,
135
136
"polonius-engine" ,
136
137
"ppv-lite86" ,
You can’t perform that action at this time.
0 commit comments