Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock6
1 files changed, 4 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ea8d1a781d..d31d233dc4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -725,6 +725,7 @@ dependencies = [
name = "hir-expand"
version = "0.0.0"
dependencies = [
+ "arrayvec",
"base-db",
"cfg",
"cov-mark",
@@ -743,6 +744,7 @@ dependencies = [
"stdx",
"syntax",
"syntax-bridge",
+ "thin-vec",
"tracing",
"triomphe",
"tt",
@@ -1991,9 +1993,9 @@ dependencies = [
[[package]]
name = "rowan"
-version = "0.15.15"
+version = "0.15.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "32a58fa8a7ccff2aec4f39cc45bf5f985cec7125ab271cf681c279fd00192b49"
+checksum = "d4f1e4a001f863f41ea8d0e6a0c34b356d5b733db50dadab3efef640bafb779b"
dependencies = [
"countme",
"hashbrown 0.14.5",