Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir/Cargo.toml')
| -rw-r--r-- | crates/hir/Cargo.toml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/crates/hir/Cargo.toml b/crates/hir/Cargo.toml index 68cfb5d324..2b9a52d36f 100644 --- a/crates/hir/Cargo.toml +++ b/crates/hir/Cargo.toml @@ -11,11 +11,11 @@ doctest = false [dependencies] rustc-hash = "1.1.0" -either = "1.5.3" -arrayvec = "0.7" -itertools = "0.10.0" -smallvec = "1.4.0" -once_cell = "1" +either = "1.6.1" +arrayvec = "0.7.2" +itertools = "0.10.3" +smallvec = "1.8.0" +once_cell = "1.10.0" stdx = { path = "../stdx", version = "0.0.0" } syntax = { path = "../syntax", version = "0.0.0" } |