summaryrefslogtreecommitdiffstats
path: root/compiler/rustc_expand/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/rustc_expand/Cargo.toml')
-rw-r--r--compiler/rustc_expand/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_expand/Cargo.toml b/compiler/rustc_expand/Cargo.toml
index 192f54171..c971714e0 100644
--- a/compiler/rustc_expand/Cargo.toml
+++ b/compiler/rustc_expand/Cargo.toml
@@ -24,5 +24,5 @@ rustc_serialize = { path = "../rustc_serialize" }
rustc_session = { path = "../rustc_session" }
rustc_span = { path = "../rustc_span" }
smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }
-thin-vec = "0.2.8"
+thin-vec = "0.2.12"
tracing = "0.1"