Skip to content

Commit 18c47e4

Browse files
committed
Add dependencies to be patched
1 parent 029cb1b commit 18c47e4

File tree

141 files changed

+39515
-13
lines changed

Some content is hidden

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

141 files changed

+39515
-13
lines changed

Cargo.lock

Lines changed: 65 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -774,7 +774,7 @@ dependencies = [
774774
"tracing-subscriber",
775775
"unified-diff",
776776
"walkdir",
777-
"windows",
777+
"windows 0.52.0",
778778
]
779779

780780
[[package]]
@@ -875,8 +875,10 @@ dependencies = [
875875
[[package]]
876876
name = "crossbeam-utils"
877877
version = "0.8.19"
878-
source = "registry+https://github.com/rust-lang/crates.io-index"
879-
checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345"
878+
dependencies = [
879+
"loom",
880+
"rand",
881+
]
880882

881883
[[package]]
882884
name = "crypto-common"
@@ -1533,6 +1535,19 @@ dependencies = [
15331535
"windows-bindgen",
15341536
]
15351537

1538+
[[package]]
1539+
name = "generator"
1540+
version = "0.7.5"
1541+
source = "registry+https://github.com/rust-lang/crates.io-index"
1542+
checksum = "5cc16584ff22b460a382b7feec54b23d2908d858152e5739a120b949293bd74e"
1543+
dependencies = [
1544+
"cc",
1545+
"libc",
1546+
"log",
1547+
"rustversion",
1548+
"windows 0.48.0",
1549+
]
1550+
15361551
[[package]]
15371552
name = "generic-array"
15381553
version = "0.14.7"
@@ -2304,6 +2319,19 @@ version = "0.4.21"
23042319
source = "registry+https://github.com/rust-lang/crates.io-index"
23052320
checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
23062321

2322+
[[package]]
2323+
name = "loom"
2324+
version = "0.7.1"
2325+
source = "registry+https://github.com/rust-lang/crates.io-index"
2326+
checksum = "7e045d70ddfbc984eacfa964ded019534e8f6cbf36f6410aee0ed5cefa5a9175"
2327+
dependencies = [
2328+
"cfg-if",
2329+
"generator",
2330+
"scoped-tls",
2331+
"tracing",
2332+
"tracing-subscriber",
2333+
]
2334+
23072335
[[package]]
23082336
name = "lzma-sys"
23092337
version = "0.1.20"
@@ -2461,13 +2489,12 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
24612489
[[package]]
24622490
name = "miniz_oxide"
24632491
version = "0.7.2"
2464-
source = "registry+https://github.com/rust-lang/crates.io-index"
2465-
checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7"
24662492
dependencies = [
24672493
"adler",
24682494
"compiler_builtins",
24692495
"rustc-std-workspace-alloc",
24702496
"rustc-std-workspace-core",
2497+
"simd-adler32",
24712498
]
24722499

24732500
[[package]]
@@ -3093,6 +3120,15 @@ version = "0.4.1"
30933120
source = "registry+https://github.com/rust-lang/crates.io-index"
30943121
checksum = "e9e1dcb320d6839f6edb64f7a4a59d39b30480d4d1765b56873f7c858538a5fe"
30953122

3123+
[[package]]
3124+
name = "quickcheck"
3125+
version = "1.0.3"
3126+
source = "registry+https://github.com/rust-lang/crates.io-index"
3127+
checksum = "588f6378e4dd99458b60ec275b4477add41ce4fa9f64dcba6f15adccb19b50d6"
3128+
dependencies = [
3129+
"rand",
3130+
]
3131+
30963132
[[package]]
30973133
name = "quine-mc_cluskey"
30983134
version = "0.2.4"
@@ -3220,11 +3256,12 @@ dependencies = [
32203256
[[package]]
32213257
name = "regex"
32223258
version = "1.8.4"
3223-
source = "registry+https://github.com/rust-lang/crates.io-index"
3224-
checksum = "d0ab3ca65655bb1e41f2a8c8cd662eb4fb035e67c3f78da1d61dffe89d07300f"
32253259
dependencies = [
32263260
"aho-corasick",
3261+
"lazy_static",
32273262
"memchr",
3263+
"quickcheck",
3264+
"rand",
32283265
"regex-syntax 0.7.5",
32293266
]
32303267

@@ -3723,7 +3760,7 @@ dependencies = [
37233760
"thorin-dwp",
37243761
"tracing",
37253762
"wasm-encoder",
3726-
"windows",
3763+
"windows 0.52.0",
37273764
]
37283765

37293766
[[package]]
@@ -3780,7 +3817,7 @@ dependencies = [
37803817
"tempfile",
37813818
"thin-vec",
37823819
"tracing",
3783-
"windows",
3820+
"windows 0.52.0",
37843821
]
37853822

37863823
[[package]]
@@ -3843,7 +3880,7 @@ dependencies = [
38433880
"shlex",
38443881
"time",
38453882
"tracing",
3846-
"windows",
3883+
"windows 0.52.0",
38473884
]
38483885

38493886
[[package]]
@@ -3895,7 +3932,7 @@ dependencies = [
38953932
"termize",
38963933
"tracing",
38973934
"unicode-width",
3898-
"windows",
3935+
"windows 0.52.0",
38993936
]
39003937

39013938
[[package]]
@@ -4593,7 +4630,7 @@ dependencies = [
45934630
"smallvec",
45944631
"termize",
45954632
"tracing",
4596-
"windows",
4633+
"windows 0.52.0",
45974634
]
45984635

45994636
[[package]]
@@ -5114,6 +5151,12 @@ version = "1.3.0"
51145151
source = "registry+https://github.com/rust-lang/crates.io-index"
51155152
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
51165153

5154+
[[package]]
5155+
name = "simd-adler32"
5156+
version = "0.3.7"
5157+
source = "registry+https://github.com/rust-lang/crates.io-index"
5158+
checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
5159+
51175160
[[package]]
51185161
name = "siphasher"
51195162
version = "0.3.11"
@@ -5379,7 +5422,7 @@ dependencies = [
53795422
"libc",
53805423
"ntapi",
53815424
"once_cell",
5382-
"windows",
5425+
"windows 0.52.0",
53835426
]
53845427

53855428
[[package]]
@@ -6310,6 +6353,15 @@ version = "0.4.0"
63106353
source = "registry+https://github.com/rust-lang/crates.io-index"
63116354
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
63126355

6356+
[[package]]
6357+
name = "windows"
6358+
version = "0.48.0"
6359+
source = "registry+https://github.com/rust-lang/crates.io-index"
6360+
checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
6361+
dependencies = [
6362+
"windows-targets 0.48.5",
6363+
]
6364+
63136365
[[package]]
63146366
name = "windows"
63156367
version = "0.52.0"

Cargo.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
[workspace]
22
resolver = "1"
33
members = [
4+
"miniz_oxide-0.7.2",
5+
"regex-1.8.4",
6+
"crossbeam-utils-0.8.19",
47
"compiler/rustc",
58
"library/std",
69
"library/sysroot",
@@ -112,5 +115,9 @@ rustc-std-workspace-core = { path = 'library/rustc-std-workspace-core' }
112115
rustc-std-workspace-alloc = { path = 'library/rustc-std-workspace-alloc' }
113116
rustc-std-workspace-std = { path = 'library/rustc-std-workspace-std' }
114117

118+
miniz_oxide = { path = 'miniz_oxide-0.7.2' }
119+
regex = { path = 'regex-1.8.4' }
120+
crossbeam-utils = { path = 'crossbeam-utils-0.8.19' }
121+
115122
[patch."https://github.com/rust-lang/rust-clippy"]
116123
clippy_lints = { path = "src/tools/clippy/clippy_lints" }

crossbeam-utils-0.8.19/.cargo-ok

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"v":1}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"git": {
3+
"sha1": "9c3182abebb36bdc9446d75d4644190fef70fa01"
4+
},
5+
"path_in_vcs": "crossbeam-utils"
6+
}

0 commit comments

Comments
 (0)