This repository was archived by the owner on May 28, 2025. It is now read-only.
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 @@ -2729,9 +2729,9 @@ dependencies = [
2729
2729
2730
2730
[[package ]]
2731
2731
name = " psm"
2732
- version = " 0.1.11 "
2732
+ version = " 0.1.16 "
2733
2733
source = " registry+https://github.com/rust-lang/crates.io-index"
2734
- checksum = " 96e0536f6528466dbbbbe6b986c34175a8d0ff25b794c4bacda22e068cd2f2c5 "
2734
+ checksum = " cd136ff4382c4753fc061cb9e4712ab2af263376b95bbd5bd8cd50c020b78e69 "
2735
2735
dependencies = [
2736
2736
" cc" ,
2737
2737
]
@@ -4813,12 +4813,12 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
4813
4813
4814
4814
[[package ]]
4815
4815
name = " stacker"
4816
- version = " 0.1.12 "
4816
+ version = " 0.1.14 "
4817
4817
source = " registry+https://github.com/rust-lang/crates.io-index"
4818
- checksum = " 21ccb4c06ec57bc82d0f610f1a2963d7648700e43a6f513e564b9c89f7991786 "
4818
+ checksum = " 90939d5171a4420b3ff5fbc8954d641e7377335454c259dcb80786f3f21dc9b4 "
4819
4819
dependencies = [
4820
4820
" cc" ,
4821
- " cfg-if 0.1.10 " ,
4821
+ " cfg-if 1.0.0 " ,
4822
4822
" libc" ,
4823
4823
" psm" ,
4824
4824
" winapi" ,
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ rustc_index = { path = "../rustc_index", package = "rustc_index" }
25
25
bitflags = " 1.2.1"
26
26
measureme = " 9.1.0"
27
27
libc = " 0.2"
28
- stacker = " 0.1.12 "
28
+ stacker = " 0.1.14 "
29
29
tempfile = " 3.2"
30
30
31
31
[dependencies .parking_lot ]
You can’t perform that action at this time.
0 commit comments