File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
compiler/rustc_data_structures Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2733,9 +2733,9 @@ dependencies = [
27332733
27342734[[package ]]
27352735name = " psm"
2736- version = " 0.1.11 "
2736+ version = " 0.1.14 "
27372737source = " registry+https://github.com/rust-lang/crates.io-index"
2738- checksum = " 96e0536f6528466dbbbbe6b986c34175a8d0ff25b794c4bacda22e068cd2f2c5 "
2738+ checksum = " 14ce37fa8c0428a37307d163292add09b3aedc003472e6b3622486878404191d "
27392739dependencies = [
27402740 " cc" ,
27412741]
@@ -4810,12 +4810,12 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
48104810
48114811[[package ]]
48124812name = " stacker"
4813- version = " 0.1.12 "
4813+ version = " 0.1.14 "
48144814source = " registry+https://github.com/rust-lang/crates.io-index"
4815- checksum = " 21ccb4c06ec57bc82d0f610f1a2963d7648700e43a6f513e564b9c89f7991786 "
4815+ checksum = " 90939d5171a4420b3ff5fbc8954d641e7377335454c259dcb80786f3f21dc9b4 "
48164816dependencies = [
48174817 " cc" ,
4818- " cfg-if 0.1.10 " ,
4818+ " cfg-if 1.0.0 " ,
48194819 " libc" ,
48204820 " psm" ,
48214821 " winapi" ,
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ rustc_index = { path = "../rustc_index", package = "rustc_index" }
2626bitflags = " 1.2.1"
2727measureme = " 9.1.0"
2828libc = " 0.2"
29- stacker = " 0.1.12 "
29+ stacker = " 0.1.14 "
3030tempfile = " 3.2"
3131
3232[dependencies .parking_lot ]
You can’t perform that action at this time.
0 commit comments