about summary refs log tree commit diff
path: root/compiler/rustc_data_structures
diff options
context:
space:
mode:
authorMateusz Mikuła <mati865@gmail.com>2021-08-18 22:36:35 +0200
committerMateusz Mikuła <mati865@gmail.com>2021-08-28 00:40:49 +0200
commitf58289cc513c58682c84febd59806ac1bf9d69da (patch)
tree765701dd6d5e579f77be7dc3e1855700995ed2d5 /compiler/rustc_data_structures
parentdfd84729d6b7060edcb66694e6e44aae9e2ac57d (diff)
downloadrust-f58289cc513c58682c84febd59806ac1bf9d69da.tar.gz
rust-f58289cc513c58682c84febd59806ac1bf9d69da.zip
Update stacker and psm crates
Diffstat (limited to 'compiler/rustc_data_structures')
-rw-r--r--compiler/rustc_data_structures/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_data_structures/Cargo.toml b/compiler/rustc_data_structures/Cargo.toml
index 2063cb8c52b..bc13ca26e2e 100644
--- a/compiler/rustc_data_structures/Cargo.toml
+++ b/compiler/rustc_data_structures/Cargo.toml
@@ -25,7 +25,7 @@ rustc_index = { path = "../rustc_index", package = "rustc_index" }
 bitflags = "1.2.1"
 measureme = "9.1.0"
 libc = "0.2"
-stacker = "0.1.12"
+stacker = "0.1.14"
 tempfile = "3.2"
 
 [dependencies.parking_lot]