diff options
| author | klensy <klensy@users.noreply.github.com> | 2021-02-14 17:37:30 +0300 |
|---|---|---|
| committer | klensy <klensy@users.noreply.github.com> | 2021-02-14 18:03:11 +0300 |
| commit | 93c8ebe022d0eac6fb02848dc85f003cf7b7503c (patch) | |
| tree | 46419009d3b39d4458ca3ed384609c4e5831a95b /src/tools/rustc-workspace-hack | |
| parent | b86674e7cc8ac9c846ed5aca84aaefc2d0d12e4a (diff) | |
| download | rust-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.toml | 4 |
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'] } |
