diff options
author | kjeremy <[email protected]> | 2020-12-30 15:39:50 +0000 |
---|---|---|
committer | kjeremy <[email protected]> | 2020-12-30 15:39:50 +0000 |
commit | dc1396eec76ef5766f25a483edc1870f50af0aa0 (patch) | |
tree | e32d25f64f163c9bba7005ab3d49c2244575468e /crates/hir_ty | |
parent | ca76a77791d2933770ecf9479eea407bfe5a9946 (diff) |
Update crates
Diffstat (limited to 'crates/hir_ty')
-rw-r--r-- | crates/hir_ty/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/hir_ty/Cargo.toml b/crates/hir_ty/Cargo.toml index 965c1780a..2dfccd191 100644 --- a/crates/hir_ty/Cargo.toml +++ b/crates/hir_ty/Cargo.toml | |||
@@ -10,7 +10,7 @@ edition = "2018" | |||
10 | doctest = false | 10 | doctest = false |
11 | 11 | ||
12 | [dependencies] | 12 | [dependencies] |
13 | itertools = "0.9.0" | 13 | itertools = "0.10.0" |
14 | arrayvec = "0.5.1" | 14 | arrayvec = "0.5.1" |
15 | smallvec = "1.2.0" | 15 | smallvec = "1.2.0" |
16 | ena = "0.14.0" | 16 | ena = "0.14.0" |