]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/rust-analyzer/crates/syntax/Cargo.toml
:arrow_up: rust-analyzer
[rust.git] / src / tools / rust-analyzer / crates / syntax / Cargo.toml
index 0e2dec386ff77387392162db323a35fd5f11f8bf..1ef903371cf896de2c31abf83b17d1b58af112d3 100644 (file)
@@ -12,11 +12,11 @@ doctest = false
 
 [dependencies]
 cov-mark = "2.0.0-pre.1"
-itertools = "0.10.3"
-rowan = "0.15.8"
+itertools = "0.10.5"
+rowan = "0.15.10"
 rustc_lexer = { version = "725.0.0", package = "rustc-ap-rustc_lexer" }
 rustc-hash = "1.1.0"
-once_cell = "1.12.0"
+once_cell = "1.15.0"
 indexmap = "1.9.1"
 smol_str = "0.1.23"
 
@@ -28,7 +28,7 @@ profile = { path = "../profile", version = "0.0.0" }
 [dev-dependencies]
 rayon = "1.5.3"
 expect-test = "1.4.0"
-proc-macro2 = "1.0.39"
+proc-macro2 = "1.0.47"
 quote = "1.0.20"
 ungrammar = "1.16.1"