Update several crates for improved support of the new targets

This helps with `*-windows-gnullvm` targets
This commit is contained in:
Mateusz Mikuła 2022-11-05 12:19:55 +01:00
parent 452cf4f710
commit d5899efbda
4 changed files with 107 additions and 36 deletions

View file

@ -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"