Skip to content

Commit 392a6ee

Browse files
committed
Bump once_cell
1 parent 938aa9d commit 392a6ee

File tree

9 files changed

+11
-11
lines changed

9 files changed

+11
-11
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 @@ hashbrown = { version = "0.12.1", default-features = false }
2525
indexmap = "1.9.1"
2626
itertools = "0.10.5"
2727
la-arena = { version = "0.3.0", path = "../../lib/la-arena" }
28-
once_cell = "1.15.0"
28+
once_cell = "1.17.0"
2929
rustc-hash = "1.1.0"
3030
smallvec = "1.10.0"
3131
tracing = "0.1.35"

crates/hir-ty/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ chalk-ir = "0.88.0"
2626
chalk-recursive = { version = "0.88.0", default-features = false }
2727
chalk-derive = "0.88.0"
2828
la-arena = { version = "0.3.0", path = "../../lib/la-arena" }
29-
once_cell = "1.15.0"
29+
once_cell = "1.17.0"
3030
typed-arena = "2.0.1"
3131
rustc_index = { version = "0.0.20221221", package = "hkalbasi-rustc-ap-rustc_index", default-features = false }
3232

crates/hir/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ either = "1.7.0"
1717
arrayvec = "0.7.2"
1818
itertools = "0.10.5"
1919
smallvec = "1.10.0"
20-
once_cell = "1.15.0"
20+
once_cell = "1.17.0"
2121

2222
# local deps
2323
base-db.workspace = true

crates/ide-completion/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ doctest = false
1515
cov-mark = "2.0.0-pre.1"
1616
itertools = "0.10.5"
1717

18-
once_cell = "1.15.0"
18+
once_cell = "1.17.0"
1919
smallvec = "1.10.0"
2020

2121

crates/ide-db/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ tracing = "0.1.35"
1717
rayon = "1.5.3"
1818
fst = { version = "0.4.7", default-features = false }
1919
rustc-hash = "1.1.0"
20-
once_cell = "1.15.0"
20+
once_cell = "1.17.0"
2121
either = "1.7.0"
2222
itertools = "0.10.5"
2323
arrayvec = "0.7.2"
@@ -31,7 +31,7 @@ parser.workspace = true
3131
profile.workspace = true
3232
stdx.workspace = true
3333
syntax.workspace = true
34-
text-edit .workspace = true
34+
text-edit.workspace = true
3535
# ide should depend only on the top-level `hir` package. if you need
3636
# something from some `hir-xxx` subpackage, reexport the API via `hir`.
3737
hir.workspace = true

crates/intern/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ doctest = false
1616
# We need to freeze the version of the crate, as the raw-api feature is considered unstable
1717
dashmap = { version = "=5.4.0", features = ["raw-api"] }
1818
hashbrown = { version = "0.12.1", default-features = false }
19-
once_cell = "1.15.0"
19+
once_cell = "1.17.0"
2020
rustc-hash = "1.1.0"

crates/profile/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ rust-version.workspace = true
1212
doctest = false
1313

1414
[dependencies]
15-
once_cell = "1.15.0"
15+
once_cell = "1.17.0"
1616
cfg-if = "1.0.0"
1717
libc = "0.2.135"
1818
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
@@ -18,7 +18,7 @@ itertools = "0.10.5"
1818
rowan = "0.15.10"
1919
rustc_lexer = { version = "725.0.0", package = "rustc-ap-rustc_lexer" }
2020
rustc-hash = "1.1.0"
21-
once_cell = "1.15.0"
21+
once_cell = "1.17.0"
2222
indexmap = "1.9.1"
2323
smol_str = "0.1.23"
2424

0 commit comments

Comments
 (0)