summary refs log tree commit diff
path: root/src/tools/rustc-workspace-hack
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 /src/tools/rustc-workspace-hack
parentb86674e7cc8ac9c846ed5aca84aaefc2d0d12e4a (diff)
downloadrust-93c8ebe022d0eac6fb02848dc85f003cf7b7503c.tar.gz
rust-93c8ebe022d0eac6fb02848dc85f003cf7b7503c.zip
bumped smallvec deps
Diffstat (limited to 'src/tools/rustc-workspace-hack')
-rw-r--r--src/tools/rustc-workspace-hack/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/rustc-workspace-hack/Cargo.toml b/src/tools/rustc-workspace-hack/Cargo.toml
index 1cde0e25ced..8da7db2dfdd 100644
--- a/src/tools/rustc-workspace-hack/Cargo.toml
+++ b/src/tools/rustc-workspace-hack/Cargo.toml
@@ -71,8 +71,8 @@ proc-macro2 = { version = "1", features = ["default"] }
 quote = { version = "1", features = ["default"] }
 serde = { version = "1.0.82", features = ['derive'] }
 serde_json = { version = "1.0.31", features = ["raw_value", "unbounded_depth"] }
-smallvec-0_6 = { package = "smallvec", version = "0.6", features = ['union', 'may_dangle'] }
-smallvec = { version = "1.0", features = ['union', 'may_dangle'] }
+smallvec-0_6 = { package = "smallvec", version = "0.6.14", features = ['union', 'may_dangle'] }
+smallvec = { version = "1.6.1", features = ['union', 'may_dangle'] }
 syn = { version = "1", features = ['fold', 'full', 'extra-traits', 'visit', 'visit-mut'] }
 url = { version = "2.0", features = ['serde'] }