Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir/Cargo.toml')
| -rw-r--r-- | crates/hir/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/hir/Cargo.toml b/crates/hir/Cargo.toml index 8f59d0dafe..8e6a2441b3 100644 --- a/crates/hir/Cargo.toml +++ b/crates/hir/Cargo.toml @@ -11,10 +11,10 @@ doctest = false [dependencies] rustc-hash = "1.1.0" -either = "1.6.1" +either = "1.7.0" arrayvec = "0.7.2" itertools = "0.10.3" -smallvec = "1.8.0" +smallvec = "1.9.0" once_cell = "1.12.0" stdx = { path = "../stdx", version = "0.0.0" } |