Unnamed repository; edit this file 'description' to name the repository.
-rw-r--r--Cargo.lock4
-rw-r--r--crates/hir-def/Cargo.toml2
-rw-r--r--crates/hir-ty/Cargo.toml2
-rw-r--r--crates/hir/Cargo.toml2
-rw-r--r--crates/ide-completion/Cargo.toml2
-rw-r--r--crates/mbe/Cargo.toml2
6 files changed, 7 insertions, 7 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 3e22f3b09e..5c8271f042 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1518,9 +1518,9 @@ dependencies = [
[[package]]
name = "smallvec"
-version = "1.8.0"
+version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"
+checksum = "2fd0db749597d91ff862fd1d55ea87f7855a744a8425a64695b6fca237d1dad1"
[[package]]
name = "smol_str"
diff --git a/crates/hir-def/Cargo.toml b/crates/hir-def/Cargo.toml
index 7b4a361dfc..84cd35c288 100644
--- a/crates/hir-def/Cargo.toml
+++ b/crates/hir-def/Cargo.toml
@@ -25,7 +25,7 @@ itertools = "0.10.3"
la-arena = { version = "0.3.0", path = "../../lib/la-arena" }
once_cell = "1.12.0"
rustc-hash = "1.1.0"
-smallvec = "1.8.0"
+smallvec = "1.9.0"
tracing = "0.1.35"
stdx = { path = "../stdx", version = "0.0.0" }
diff --git a/crates/hir-ty/Cargo.toml b/crates/hir-ty/Cargo.toml
index 4c5bd2c89c..283795d3a4 100644
--- a/crates/hir-ty/Cargo.toml
+++ b/crates/hir-ty/Cargo.toml
@@ -13,7 +13,7 @@ doctest = false
cov-mark = "2.0.0-pre.1"
itertools = "0.10.3"
arrayvec = "0.7.2"
-smallvec = "1.8.0"
+smallvec = "1.9.0"
ena = "0.14.0"
tracing = "0.1.35"
rustc-hash = "1.1.0"
diff --git a/crates/hir/Cargo.toml b/crates/hir/Cargo.toml
index 6f20fcc29b..8e6a2441b3 100644
--- a/crates/hir/Cargo.toml
+++ b/crates/hir/Cargo.toml
@@ -14,7 +14,7 @@ rustc-hash = "1.1.0"
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" }
diff --git a/crates/ide-completion/Cargo.toml b/crates/ide-completion/Cargo.toml
index 2dee2579eb..adca75c2a1 100644
--- a/crates/ide-completion/Cargo.toml
+++ b/crates/ide-completion/Cargo.toml
@@ -14,7 +14,7 @@ cov-mark = "2.0.0-pre.1"
itertools = "0.10.3"
once_cell = "1.12.0"
-smallvec = "1.8.0"
+smallvec = "1.9.0"
stdx = { path = "../stdx", version = "0.0.0" }
syntax = { path = "../syntax", version = "0.0.0" }
diff --git a/crates/mbe/Cargo.toml b/crates/mbe/Cargo.toml
index 66581d6def..5ff3448a19 100644
--- a/crates/mbe/Cargo.toml
+++ b/crates/mbe/Cargo.toml
@@ -12,7 +12,7 @@ doctest = false
[dependencies]
cov-mark = "2.0.0-pre.1"
rustc-hash = "1.1.0"
-smallvec = "1.8.0"
+smallvec = "1.9.0"
tracing = "0.1.35"
syntax = { path = "../syntax", version = "0.0.0" }