Skip to content

Commit df7d39b

Browse files
committed
Bump once_cell
1 parent 61504c8 commit df7d39b

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
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
@@ -23,7 +23,7 @@ hashbrown = { version = "0.12.1", default-features = false }
2323
indexmap = "1.9.1"
2424
itertools = "0.10.3"
2525
la-arena = { version = "0.3.0", path = "../../lib/la-arena" }
26-
once_cell = "1.12.0"
26+
once_cell = "1.15.0"
2727
rustc-hash = "1.1.0"
2828
smallvec = "1.9.0"
2929
tracing = "0.1.35"

crates/hir-ty/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ chalk-solve = { version = "0.84.0", default-features = false }
2222
chalk-ir = "0.84.0"
2323
chalk-recursive = { version = "0.84.0", default-features = false }
2424
la-arena = { version = "0.3.0", path = "../../lib/la-arena" }
25-
once_cell = "1.12.0"
25+
once_cell = "1.15.0"
2626
typed-arena = "2.0.1"
2727

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

crates/hir/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ either = "1.7.0"
1515
arrayvec = "0.7.2"
1616
itertools = "0.10.3"
1717
smallvec = "1.9.0"
18-
once_cell = "1.12.0"
18+
once_cell = "1.15.0"
1919

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

crates/ide-completion/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.3"
1515

16-
once_cell = "1.12.0"
16+
once_cell = "1.15.0"
1717
smallvec = "1.9.0"
1818

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

crates/ide-db/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ tracing = "0.1.35"
1515
rayon = "1.5.3"
1616
fst = { version = "0.4.7", default-features = false }
1717
rustc-hash = "1.1.0"
18-
once_cell = "1.12.0"
18+
once_cell = "1.15.0"
1919
either = "1.7.0"
2020
itertools = "0.10.3"
2121
arrayvec = "0.7.2"

crates/profile/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ rust-version = "1.57"
1010
doctest = false
1111

1212
[dependencies]
13-
once_cell = "1.12.0"
13+
once_cell = "1.15.0"
1414
cfg-if = "1.0.0"
1515
libc = "0.2.126"
1616
la-arena = { version = "0.3.0", path = "../../lib/la-arena" }

crates/syntax/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ itertools = "0.10.3"
1616
rowan = "0.15.8"
1717
rustc_lexer = { version = "725.0.0", package = "rustc-ap-rustc_lexer" }
1818
rustc-hash = "1.1.0"
19-
once_cell = "1.12.0"
19+
once_cell = "1.15.0"
2020
indexmap = "1.9.1"
2121
smol_str = "0.1.23"
2222

0 commit comments

Comments
 (0)