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"

crates/ide-diagnostics/Cargo.toml

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

1212
[dependencies]
1313
cov-mark = "2.0.0-pre.1"
14-
itertools = "0.10.3"
15-
16-
1714
either = "1.7.0"
18-
serde_json = "1.0.82"
15+
itertools = "0.10.5"
16+
serde_json = "1.0.86"
1917

2018
profile = { path = "../profile", version = "0.0.0" }
2119
stdx = { path = "../stdx", version = "0.0.0" }

crates/ide-ssr/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ doctest = false
1212

1313
[dependencies]
1414
cov-mark = "2.0.0-pre.1"
15-
16-
itertools = "0.10.3"
15+
itertools = "0.10.5"
1716

1817
text-edit = { path = "../text-edit", version = "0.0.0" }
1918
parser = { path = "../parser", version = "0.0.0" }

crates/ide/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ doctest = false
1313
cov-mark = "2.0.0-pre.1"
1414
crossbeam-channel = "0.5.5"
1515
either = "1.7.0"
16-
itertools = "0.10.3"
16+
itertools = "0.10.5"
1717
tracing = "0.1.35"
1818
oorandom = "11.1.3"
19-
pulldown-cmark-to-cmark = "10.0.1"
19+
pulldown-cmark-to-cmark = "10.0.4"
2020
pulldown-cmark = { version = "0.9.1", default-features = false }
21-
url = "2.2.2"
21+
url = "2.3.1"
2222
dot = "0.1.4"
2323

2424
stdx = { path = "../stdx", 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" }

crates/proc-macro-api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ object = { version = "0.29.0", default-features = false, features = [
1919
] }
2020
serde = { version = "1.0.137", features = ["derive"] }
2121
serde_json = { version = "1.0.81", features = ["unbounded_depth"] }
22-
tracing = "0.1.35"
22+
tracing = "0.1.37"
2323
memmap2 = "0.5.4"
2424
snap = "1.0.5"
2525

crates/profile/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ 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"
15-
libc = "0.2.126"
15+
libc = "0.2.135"
1616
la-arena = { version = "0.3.0", path = "../../lib/la-arena" }
1717
countme = { version = "3.0.1", features = ["enable"] }
1818
jemalloc-ctl = { version = "0.5.0", package = "tikv-jemalloc-ctl", optional = true }

crates/project-model/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ doctest = false
1313
tracing = "0.1.35"
1414
rustc-hash = "1.1.0"
1515
cargo_metadata = "0.15.0"
16-
semver = "1.0.10"
16+
semver = "1.0.14"
1717
serde = { version = "1.0.137", features = ["derive"] }
18-
serde_json = "1.0.81"
19-
anyhow = "1.0.57"
18+
serde_json = "1.0.86"
19+
anyhow = "1.0.62"
2020
expect-test = "1.4.0"
2121
la-arena = { version = "0.3.0", path = "../../lib/la-arena" }
2222

crates/rust-analyzer/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ name = "rust-analyzer"
1818
path = "src/bin/main.rs"
1919

2020
[dependencies]
21-
anyhow = "1.0.57"
21+
anyhow = "1.0.62"
2222
crossbeam-channel = "0.5.5"
2323
dissimilar = "1.0.4"
24-
itertools = "0.10.3"
24+
itertools = "0.10.5"
2525
scip = "0.1.1"
2626
lsp-types = { version = "0.93.1", features = ["proposed"] }
2727
parking_lot = "0.12.1"
@@ -33,10 +33,10 @@ serde_json = { version = "1.0.81", features = ["preserve_order"] }
3333
threadpool = "1.8.1"
3434
rayon = "1.5.3"
3535
num_cpus = "1.13.1"
36-
mimalloc = { version = "0.1.29", default-features = false, optional = true }
36+
mimalloc = { version = "0.1.30", default-features = false, optional = true }
3737
lsp-server = { version = "0.7.0", path = "../../lib/lsp-server" }
3838
tracing = "0.1.35"
39-
tracing-subscriber = { version = "0.3.14", default-features = false, features = [
39+
tracing-subscriber = { version = "0.3.16", default-features = false, features = [
4040
"env-filter",
4141
"registry",
4242
"fmt",

crates/rust-analyzer/tests/slow-tests/tidy.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ fn check_licenses() {
177177
let sh = &Shell::new().unwrap();
178178

179179
let expected = "
180+
(MIT OR Apache-2.0) AND Unicode-DFS-2016
180181
0BSD OR MIT OR Apache-2.0
181182
Apache-2.0
182183
Apache-2.0 OR BSL-1.0

crates/stdx/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-
libc = "0.2.126"
13+
libc = "0.2.135"
1414
backtrace = { version = "0.3.65", optional = true }
1515
always-assert = { version = "0.1.2", features = ["log"] }
1616
# Think twice before adding anything here

crates/syntax/Cargo.toml

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

1313
[dependencies]
1414
cov-mark = "2.0.0-pre.1"
15-
itertools = "0.10.3"
16-
rowan = "0.15.8"
15+
itertools = "0.10.5"
16+
rowan = "0.15.10"
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

@@ -28,7 +28,7 @@ profile = { path = "../profile", version = "0.0.0" }
2828
[dev-dependencies]
2929
rayon = "1.5.3"
3030
expect-test = "1.4.0"
31-
proc-macro2 = "1.0.39"
31+
proc-macro2 = "1.0.47"
3232
quote = "1.0.20"
3333
ungrammar = "1.16.1"
3434

crates/text-edit/Cargo.toml

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

1212
[dependencies]
13-
itertools = "0.10.3"
13+
itertools = "0.10.5"
1414
text-size = "1.1.0"

crates/toolchain/Cargo.toml

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

1212
[dependencies]
13-
home = "0.5.3"
13+
home = "0.5.4"

crates/vfs-notify/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ tracing = "0.1.35"
1414
jod-thread = "0.1.2"
1515
walkdir = "2.3.2"
1616
crossbeam-channel = "0.5.5"
17-
notify = "=5.0.0-pre.16"
17+
notify = "5.0"
1818

1919
vfs = { path = "../vfs", version = "0.0.0" }
2020
paths = { path = "../paths", version = "0.0.0" }

lib/lsp-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2021"
88

99
[dependencies]
1010
log = "0.4.17"
11-
serde_json = "1.0.85"
11+
serde_json = "1.0.86"
1212
serde = { version = "1.0.144", features = ["derive"] }
1313
crossbeam-channel = "0.5.6"
1414

xtask/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77
rust-version = "1.57"
88

99
[dependencies]
10-
anyhow = "1.0.57"
10+
anyhow = "1.0.62"
1111
flate2 = "1.0.24"
1212
write-json = "0.1.2"
1313
xshell = "0.2.2"

0 commit comments

Comments
 (0)