]> git.lizzy.rs Git - rust.git/blobdiff - crates/hir/Cargo.toml
Remember the difference between 'sysroot root' and 'sysroot src root', start looking...
[rust.git] / crates / hir / Cargo.toml
index 1cffd823f26abf5dd10f0d0a9c6ab152ab122e42..8e6a2441b33117c4bf924b3c00d6093eec0709a1 100644 (file)
@@ -11,11 +11,11 @@ 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"
-once_cell = "1.10.0"
+smallvec = "1.9.0"
+once_cell = "1.12.0"
 
 stdx = { path = "../stdx", version = "0.0.0" }
 syntax = { path = "../syntax", version = "0.0.0" }