File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1995,9 +1995,9 @@ dependencies = [
1995
1995
1996
1996
[[package ]]
1997
1997
name = " measureme"
1998
- version = " 0.7.0 "
1998
+ version = " 0.7.1 "
1999
1999
source = " registry+https://github.com/rust-lang/crates.io-index"
2000
- checksum = " ebefdcb02b2ddeee50178a218aeaf6d752d0777cd07914542f202cb7440e6e38 "
2000
+ checksum = " fef709d3257013bba7cff14fc504e07e80631d3fe0f6d38ce63b8f6510ccb932 "
2001
2001
dependencies = [
2002
2002
" byteorder" ,
2003
2003
" memmap" ,
Original file line number Diff line number Diff line change @@ -36,6 +36,6 @@ parking_lot = "0.9"
36
36
byteorder = { version = " 1.3" }
37
37
chalk-engine = { version = " 0.9.0" , default-features =false }
38
38
smallvec = { version = " 1.0" , features = [" union" , " may_dangle" ] }
39
- measureme = " 0.7.0 "
39
+ measureme = " 0.7.1 "
40
40
rustc_error_codes = { path = " ../librustc_error_codes" }
41
41
rustc_session = { path = " ../librustc_session" }
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ rustc-hash = "1.0.1"
26
26
smallvec = { version = " 1.0" , features = [" union" , " may_dangle" ] }
27
27
rustc_index = { path = " ../librustc_index" , package = " rustc_index" }
28
28
bitflags = " 1.2.1"
29
- measureme = " 0.7.0 "
29
+ measureme = " 0.7.1 "
30
30
31
31
[dependencies .parking_lot ]
32
32
version = " 0.9"
You can’t perform that action at this time.
0 commit comments