Skip to content

Commit 66c83ff

Browse files
committed
Auto merge of #98558 - nnethercote:smallvec-1.8.1, r=lqd
Update `smallvec` to 1.8.1. This pulls in servo/rust-smallvec#282, which gives some small wins for rustc. r? `@lqd`
2 parents 493c960 + 7c40661 commit 66c83ff

File tree

32 files changed

+34
-34
lines changed

32 files changed

+34
-34
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4907,9 +4907,9 @@ checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
49074907

49084908
[[package]]
49094909
name = "smallvec"
4910-
version = "1.7.0"
4910+
version = "1.8.1"
49114911
source = "registry+https://github.com/rust-lang/crates.io-index"
4912-
checksum = "1ecab6c735a6bb4139c0caafd0cc3635748bbb3acf4550e8138122099251f309"
4912+
checksum = "cc88c725d61fc6c3132893370cac4a0200e3fedf5da8331c570664b1987f5ca2"
49134913

49144914
[[package]]
49154915
name = "snap"

compiler/rustc_apfloat/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ edition = "2021"
55

66
[dependencies]
77
bitflags = "1.2.1"
8-
smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
8+
smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }

compiler/rustc_arena/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ version = "0.0.0"
44
edition = "2021"
55

66
[dependencies]
7-
smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
7+
smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }

compiler/rustc_ast/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ rustc_data_structures = { path = "../rustc_data_structures" }
1414
rustc_index = { path = "../rustc_index" }
1515
rustc_lexer = { path = "../rustc_lexer" }
1616
rustc_macros = { path = "../rustc_macros" }
17-
smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
17+
smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }
1818
bitflags = "1.2.1"

compiler/rustc_ast_lowering/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ rustc_span = { path = "../rustc_span" }
2020
rustc_errors = { path = "../rustc_errors" }
2121
rustc_session = { path = "../rustc_session" }
2222
rustc_ast = { path = "../rustc_ast" }
23-
smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
23+
smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }

compiler/rustc_borrowck/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ either = "1.5.0"
1111
itertools = "0.10.1"
1212
tracing = "0.1"
1313
polonius-engine = "0.13.0"
14-
smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
14+
smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }
1515
rustc_data_structures = { path = "../rustc_data_structures" }
1616
rustc_errors = { path = "../rustc_errors" }
1717
rustc_graphviz = { path = "../rustc_graphviz" }

compiler/rustc_builtin_macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ rustc_macros = { path = "../rustc_macros" }
2020
rustc_parse = { path = "../rustc_parse" }
2121
rustc_target = { path = "../rustc_target" }
2222
rustc_session = { path = "../rustc_session" }
23-
smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
23+
smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }
2424
rustc_ast = { path = "../rustc_ast" }
2525
rustc_expand = { path = "../rustc_expand" }
2626
rustc_span = { path = "../rustc_span" }

compiler/rustc_codegen_cranelift/Cargo.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,9 +285,9 @@ dependencies = [
285285

286286
[[package]]
287287
name = "smallvec"
288-
version = "1.8.0"
288+
version = "1.8.1"
289289
source = "registry+https://github.com/rust-lang/crates.io-index"
290-
checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"
290+
checksum = "cc88c725d61fc6c3132893370cac4a0200e3fedf5da8331c570664b1987f5ca2"
291291

292292
[[package]]
293293
name = "target-lexicon"

compiler/rustc_codegen_cranelift/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ar = { git = "https://github.com/bjorn3/rust-ar.git", branch = "do_not_remove_cg
2222
indexmap = "1.8.0"
2323
libloading = { version = "0.6.0", optional = true }
2424
once_cell = "1.10.0"
25-
smallvec = "1.6.1"
25+
smallvec = "1.8.1"
2626

2727
[patch.crates-io]
2828
# Uncomment to use local checkout of cranelift

compiler/rustc_codegen_llvm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ rustc_query_system = { path = "../rustc_query_system" }
3131
rustc_session = { path = "../rustc_session" }
3232
rustc_serialize = { path = "../rustc_serialize" }
3333
rustc_target = { path = "../rustc_target" }
34-
smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
34+
smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }
3535
rustc_ast = { path = "../rustc_ast" }
3636
rustc_span = { path = "../rustc_span" }

0 commit comments

Comments
 (0)