Skip to content

Commit 50f990c

Browse files
committed
Bump smallvec
1 parent cbce0cd commit 50f990c

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/hir-def/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ itertools = "0.10.5"
2525
la-arena = { version = "0.3.0", path = "../../lib/la-arena" }
2626
once_cell = "1.15.0"
2727
rustc-hash = "1.1.0"
28-
smallvec = "1.9.0"
28+
smallvec = "1.10.0"
2929
tracing = "0.1.35"
3030

3131
stdx = { path = "../stdx", version = "0.0.0" }

crates/hir-expand/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ itertools = "0.10.5"
1919
hashbrown = { version = "0.12.1", features = [
2020
"inline-more",
2121
], default-features = false }
22-
smallvec = { version = "1.9.0", features = ["const_new"] }
22+
smallvec = { version = "1.10.0", features = ["const_new"] }
2323

2424
stdx = { path = "../stdx", version = "0.0.0" }
2525
base-db = { path = "../base-db", version = "0.0.0" }

crates/hir-ty/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ doctest = false
1313
cov-mark = "2.0.0-pre.1"
1414
itertools = "0.10.5"
1515
arrayvec = "0.7.2"
16-
smallvec = "1.9.0"
16+
smallvec = "1.10.0"
1717
ena = "0.14.0"
1818
tracing = "0.1.35"
1919
rustc-hash = "1.1.0"

crates/hir/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ rustc-hash = "1.1.0"
1414
either = "1.7.0"
1515
arrayvec = "0.7.2"
1616
itertools = "0.10.5"
17-
smallvec = "1.9.0"
17+
smallvec = "1.10.0"
1818
once_cell = "1.15.0"
1919

2020
stdx = { path = "../stdx", version = "0.0.0" }

crates/ide-completion/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ cov-mark = "2.0.0-pre.1"
1414
itertools = "0.10.5"
1515

1616
once_cell = "1.15.0"
17-
smallvec = "1.9.0"
17+
smallvec = "1.10.0"
1818

1919
stdx = { path = "../stdx", version = "0.0.0" }
2020
syntax = { path = "../syntax", version = "0.0.0" }

crates/mbe/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ doctest = false
1212
[dependencies]
1313
cov-mark = "2.0.0-pre.1"
1414
rustc-hash = "1.1.0"
15-
smallvec = "1.9.0"
15+
smallvec = "1.10.0"
1616
tracing = "0.1.35"
1717

1818
syntax = { path = "../syntax", version = "0.0.0" }

0 commit comments

Comments
 (0)