File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1995,9 +1995,9 @@ dependencies = [
19951995
19961996[[package ]]
19971997name = " measureme"
1998- version = " 0.7.0 "
1998+ version = " 0.7.1 "
19991999source = " registry+https://github.com/rust-lang/crates.io-index"
2000- checksum = " ebefdcb02b2ddeee50178a218aeaf6d752d0777cd07914542f202cb7440e6e38 "
2000+ checksum = " fef709d3257013bba7cff14fc504e07e80631d3fe0f6d38ce63b8f6510ccb932 "
20012001dependencies = [
20022002 " byteorder" ,
20032003 " memmap" ,
Original file line number Diff line number Diff line change @@ -36,6 +36,6 @@ parking_lot = "0.9"
3636byteorder = { version = " 1.3" }
3737chalk-engine = { version = " 0.9.0" , default-features =false }
3838smallvec = { version = " 1.0" , features = [" union" , " may_dangle" ] }
39- measureme = " 0.7.0 "
39+ measureme = " 0.7.1 "
4040rustc_error_codes = { path = " ../librustc_error_codes" }
4141rustc_session = { path = " ../librustc_session" }
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ rustc-hash = "1.0.1"
2626smallvec = { version = " 1.0" , features = [" union" , " may_dangle" ] }
2727rustc_index = { path = " ../librustc_index" , package = " rustc_index" }
2828bitflags = " 1.2.1"
29- measureme = " 0.7.0 "
29+ measureme = " 0.7.1 "
3030
3131[dependencies .parking_lot ]
3232version = " 0.9"
You can’t perform that action at this time.
0 commit comments