Skip to content

Commit f58289c

Browse files
committed
Update stacker and psm crates
1 parent dfd8472 commit f58289c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -2729,9 +2729,9 @@ dependencies = [
27292729

27302730
[[package]]
27312731
name = "psm"
2732-
version = "0.1.11"
2732+
version = "0.1.16"
27332733
source = "registry+https://github.com/rust-lang/crates.io-index"
2734-
checksum = "96e0536f6528466dbbbbe6b986c34175a8d0ff25b794c4bacda22e068cd2f2c5"
2734+
checksum = "cd136ff4382c4753fc061cb9e4712ab2af263376b95bbd5bd8cd50c020b78e69"
27352735
dependencies = [
27362736
"cc",
27372737
]
@@ -4812,12 +4812,12 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
48124812

48134813
[[package]]
48144814
name = "stacker"
4815-
version = "0.1.12"
4815+
version = "0.1.14"
48164816
source = "registry+https://github.com/rust-lang/crates.io-index"
4817-
checksum = "21ccb4c06ec57bc82d0f610f1a2963d7648700e43a6f513e564b9c89f7991786"
4817+
checksum = "90939d5171a4420b3ff5fbc8954d641e7377335454c259dcb80786f3f21dc9b4"
48184818
dependencies = [
48194819
"cc",
4820-
"cfg-if 0.1.10",
4820+
"cfg-if 1.0.0",
48214821
"libc",
48224822
"psm",
48234823
"winapi",

compiler/rustc_data_structures/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ rustc_index = { path = "../rustc_index", package = "rustc_index" }
2525
bitflags = "1.2.1"
2626
measureme = "9.1.0"
2727
libc = "0.2"
28-
stacker = "0.1.12"
28+
stacker = "0.1.14"
2929
tempfile = "3.2"
3030

3131
[dependencies.parking_lot]

0 commit comments

Comments
 (0)