Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 855cd5c

Browse files
committed
Auto merge of rust-lang#13418 - lnicola:bump-deps, r=lnicola
Bump deps
2 parents 018b842 + 342764d commit 855cd5c

File tree

26 files changed

+134
-146
lines changed

26 files changed

+134
-146
lines changed

Cargo.lock

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

crates/cfg/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ oorandom = "11.1.3"
2222
# We depend on both individually instead of using `features = ["derive"]` to microoptimize the
2323
# build graph: if the feature was enabled, syn would be built early on in the graph if `smolstr`
2424
# supports `arbitrary`. This way, we avoid feature unification.
25-
arbitrary = "1.1.0"
26-
derive_arbitrary = "1.1.0"
25+
arbitrary = "1.1.7"
26+
derive_arbitrary = "1.1.6"

crates/flycheck/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ doctest = false
1111

1212
[dependencies]
1313
crossbeam-channel = "0.5.5"
14-
tracing = "0.1.35"
14+
tracing = "0.1.37"
1515
cargo_metadata = "0.15.0"
1616
rustc-hash = "1.1.0"
1717
serde = { version = "1.0.137", features = ["derive"] }
18-
serde_json = "1.0.81"
18+
serde_json = "1.0.86"
1919
jod-thread = "0.1.2"
2020

2121
toolchain = { path = "../toolchain", version = "0.0.0" }

crates/hir-def/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@ arrayvec = "0.7.2"
1515
bitflags = "1.3.2"
1616
cov-mark = "2.0.0-pre.1"
1717
# We need to freeze the version of the crate, as the raw-api feature is considered unstable
18-
dashmap = { version = "=5.3.4", features = ["raw-api"] }
18+
dashmap = { version = "=5.4.0", features = ["raw-api"] }
1919
drop_bomb = "0.1.5"
2020
either = "1.7.0"
2121
fst = { version = "0.4.7", default-features = false }
2222
hashbrown = { version = "0.12.1", default-features = false }
2323
indexmap = "1.9.1"
24-
itertools = "0.10.3"
24+
itertools = "0.10.5"
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"
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ tracing = "0.1.35"
1515
either = "1.7.0"
1616
rustc-hash = "1.1.0"
1717
la-arena = { version = "0.3.0", path = "../../lib/la-arena" }
18-
itertools = "0.10.3"
18+
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ doctest = false
1111

1212
[dependencies]
1313
cov-mark = "2.0.0-pre.1"
14-
itertools = "0.10.3"
14+
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"
@@ -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" }
@@ -37,7 +37,7 @@ limit = { path = "../limit", version = "0.0.0" }
3737
test-utils = { path = "../test-utils" }
3838
expect-test = "1.4.0"
3939
tracing = "0.1.35"
40-
tracing-subscriber = { version = "0.3.14", default-features = false, features = [
40+
tracing-subscriber = { version = "0.3.16", default-features = false, features = [
4141
"env-filter",
4242
"registry",
4343
] }

crates/hir/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ doctest = false
1313
rustc-hash = "1.1.0"
1414
either = "1.7.0"
1515
arrayvec = "0.7.2"
16-
itertools = "0.10.3"
17-
smallvec = "1.9.0"
18-
once_cell = "1.12.0"
16+
itertools = "0.10.5"
17+
smallvec = "1.10.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-assists/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

15-
itertools = "0.10.3"
15+
itertools = "0.10.5"
1616
either = "1.7.0"
1717

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

crates/ide-completion/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ doctest = false
1111

1212
[dependencies]
1313
cov-mark = "2.0.0-pre.1"
14-
itertools = "0.10.3"
14+
itertools = "0.10.5"
1515

16-
once_cell = "1.12.0"
17-
smallvec = "1.9.0"
16+
once_cell = "1.15.0"
17+
smallvec = "1.10.0"
1818

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

crates/ide-db/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ 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"
20-
itertools = "0.10.3"
20+
itertools = "0.10.5"
2121
arrayvec = "0.7.2"
2222
indexmap = "1.9.1"
2323
memchr = "2.5.0"

0 commit comments

Comments
 (0)