Skip to content

Commit e9d3fe0

Browse files
committed
Auto merge of rust-lang#12502 - Veykril:deps, r=Veykril
internal: Bump Dependencies
2 parents f58c26e + 76ae543 commit e9d3fe0

File tree

51 files changed

+181
-168
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+181
-168
lines changed

Cargo.lock

Lines changed: 46 additions & 48 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ tt = { path = "../tt", version = "0.0.0" }
1717
[dev-dependencies]
1818
mbe = { path = "../mbe" }
1919
syntax = { path = "../syntax" }
20-
expect-test = "1.2.2"
20+
expect-test = "1.3.0"
2121
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`

crates/flycheck/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
crossbeam-channel = "0.5.4"
14-
tracing = "0.1.32"
14+
tracing = "0.1.35"
1515
cargo_metadata = "0.14.2"
16-
serde = { version = "1.0.136", features = ["derive"] }
17-
serde_json = "1.0.79"
16+
serde = { version = "1.0.137", features = ["derive"] }
17+
serde_json = "1.0.81"
1818
jod-thread = "0.1.2"
1919

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

crates/hir-def/Cargo.toml

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

1212
[dependencies]
13-
anymap = "0.12.1"
13+
anymap = "1.0.0-beta.2"
1414
arrayvec = "0.7.2"
1515
bitflags = "1.3.2"
1616
cov-mark = "2.0.0-pre.1"
@@ -20,13 +20,13 @@ drop_bomb = "0.1.5"
2020
either = "1.6.1"
2121
fst = { version = "0.4.7", default-features = false }
2222
hashbrown = { version = "0.12.1", default-features = false }
23-
indexmap = "1.8.0"
23+
indexmap = "1.8.2"
2424
itertools = "0.10.3"
2525
la-arena = { version = "0.3.0", path = "../../lib/la-arena" }
26-
once_cell = "1.10.0"
26+
once_cell = "1.12.0"
2727
rustc-hash = "1.1.0"
2828
smallvec = "1.8.0"
29-
tracing = "0.1.32"
29+
tracing = "0.1.35"
3030

3131
stdx = { path = "../stdx", version = "0.0.0" }
3232
base-db = { path = "../base-db", version = "0.0.0" }
@@ -40,4 +40,4 @@ limit = { path = "../limit", version = "0.0.0" }
4040

4141
[dev-dependencies]
4242
test-utils = { path = "../test-utils" }
43-
expect-test = "1.2.2"
43+
expect-test = "1.3.0"

crates/hir-expand/Cargo.toml

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

1212
[dependencies]
1313
cov-mark = "2.0.0-pre.1"
14-
tracing = "0.1.32"
14+
tracing = "0.1.35"
1515
either = "1.6.1"
1616
rustc-hash = "1.1.0"
1717
la-arena = { version = "0.3.0", path = "../../lib/la-arena" }
1818
itertools = "0.10.3"
19-
hashbrown = { version = "0.12.0", features = [
19+
hashbrown = { version = "0.12.1", features = [
2020
"inline-more",
2121
], default-features = false }
2222

@@ -29,4 +29,4 @@ mbe = { path = "../mbe", version = "0.0.0" }
2929
limit = { path = "../limit", version = "0.0.0" }
3030

3131
[dev-dependencies]
32-
expect-test = "1.2.2"
32+
expect-test = "1.3.0"

crates/hir-ty/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ itertools = "0.10.3"
1515
arrayvec = "0.7.2"
1616
smallvec = "1.8.0"
1717
ena = "0.14.0"
18-
tracing = "0.1.32"
18+
tracing = "0.1.35"
1919
rustc-hash = "1.1.0"
2020
scoped-tls = "1.0.0"
2121
chalk-solve = { version = "0.82.0", default-features = false }
2222
chalk-ir = "0.82.0"
2323
chalk-recursive = { version = "0.82.0", default-features = false }
2424
la-arena = { version = "0.3.0", path = "../../lib/la-arena" }
25-
once_cell = "1.10.0"
25+
once_cell = "1.12.0"
2626
typed-arena = "2.0.1"
2727

2828
stdx = { path = "../stdx", version = "0.0.0" }
@@ -35,10 +35,10 @@ limit = { path = "../limit", version = "0.0.0" }
3535

3636
[dev-dependencies]
3737
test-utils = { path = "../test-utils" }
38-
expect-test = "1.2.2"
39-
tracing = "0.1.32"
40-
tracing-subscriber = { version = "0.3.9", default-features = false, features = [
38+
expect-test = "1.3.0"
39+
tracing = "0.1.35"
40+
tracing-subscriber = { version = "0.3.11", default-features = false, features = [
4141
"env-filter",
4242
"registry",
4343
] }
44-
tracing-tree = "0.2.0"
44+
tracing-tree = "0.2.1"

crates/hir/Cargo.toml

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

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

0 commit comments

Comments
 (0)