summary refs log tree commit diff
path: root/compiler/rustc_interface
diff options
context:
space:
mode:
authorklensy <klensy@users.noreply.github.com>2021-02-14 17:37:30 +0300
committerklensy <klensy@users.noreply.github.com>2021-02-14 18:03:11 +0300
commit93c8ebe022d0eac6fb02848dc85f003cf7b7503c (patch)
tree46419009d3b39d4458ca3ed384609c4e5831a95b /compiler/rustc_interface
parentb86674e7cc8ac9c846ed5aca84aaefc2d0d12e4a (diff)
downloadrust-93c8ebe022d0eac6fb02848dc85f003cf7b7503c.tar.gz
rust-93c8ebe022d0eac6fb02848dc85f003cf7b7503c.zip
bumped smallvec deps
Diffstat (limited to 'compiler/rustc_interface')
-rw-r--r--compiler/rustc_interface/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_interface/Cargo.toml b/compiler/rustc_interface/Cargo.toml
index 2481a27dee7..f3e4aab941b 100644
--- a/compiler/rustc_interface/Cargo.toml
+++ b/compiler/rustc_interface/Cargo.toml
@@ -11,7 +11,7 @@ doctest = false
 libc = "0.2"
 tracing = "0.1"
 rayon = { version = "0.3.0", package = "rustc-rayon" }
-smallvec = { version = "1.0", features = ["union", "may_dangle"] }
+smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
 rustc_ast = { path = "../rustc_ast" }
 rustc_attr = { path = "../rustc_attr" }
 rustc_builtin_macros = { path = "../rustc_builtin_macros" }