about summary refs log tree commit diff
path: root/compiler/rustc_data_structures
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2022-11-08 21:03:54 -0500
committerGitHub <noreply@github.com>2022-11-08 21:03:54 -0500
commit83e73e013d2e6eacadc6abc83a6cdc4b78c293b1 (patch)
treeff7f9f93616b125a7c0062a7c0131b851bea1c54 /compiler/rustc_data_structures
parent7dfe1e1664c752b86faee53a35b3a03990037340 (diff)
parentd5899efbdab28d6f5ecd95c68d03dfd1bdbfba1c (diff)
downloadrust-83e73e013d2e6eacadc6abc83a6cdc4b78c293b1.tar.gz
rust-83e73e013d2e6eacadc6abc83a6cdc4b78c293b1.zip
Rollup merge of #103778 - mati865:update-deps, r=Mark-Simulacrum
Update several crates for improved support of the new targets

This helps with `*-windows-gnullvm` targets by reducing amount of patching.
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 5152d5ab046..5afce15e26b 100644
--- a/compiler/rustc_data_structures/Cargo.toml
+++ b/compiler/rustc_data_structures/Cargo.toml
@@ -23,7 +23,7 @@ rustc_macros = { path = "../rustc_macros" }
 rustc_serialize = { path = "../rustc_serialize" }
 smallvec = { version = "1.8.1", features = ["const_generics", "union", "may_dangle"] }
 stable_deref_trait = "1.0.0"
-stacker = "0.1.14"
+stacker = "0.1.15"
 tempfile = "3.2"
 thin-vec = "0.2.9"
 tracing = "0.1"