Skip to content

Commit 30e84ef

Browse files
committed
Add dependencies to be patched
1 parent 204805a commit 30e84ef

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

@@ -3722,7 +3759,7 @@ dependencies = [
37223759
"thorin-dwp",
37233760
"tracing",
37243761
"wasm-encoder",
3725-
"windows",
3762+
"windows 0.52.0",
37263763
]
37273764

37283765
[[package]]
@@ -3779,7 +3816,7 @@ dependencies = [
37793816
"tempfile",
37803817
"thin-vec",
37813818
"tracing",
3782-
"windows",
3819+
"windows 0.52.0",
37833820
]
37843821

37853822
[[package]]
@@ -3842,7 +3879,7 @@ dependencies = [
38423879
"shlex",
38433880
"time",
38443881
"tracing",
3845-
"windows",
3882+
"windows 0.52.0",
38463883
]
38473884

38483885
[[package]]
@@ -3894,7 +3931,7 @@ dependencies = [
38943931
"termize",
38953932
"tracing",
38963933
"unicode-width",
3897-
"windows",
3934+
"windows 0.52.0",
38983935
]
38993936

39003937
[[package]]
@@ -4592,7 +4629,7 @@ dependencies = [
45924629
"smallvec",
45934630
"termize",
45944631
"tracing",
4595-
"windows",
4632+
"windows 0.52.0",
45964633
]
45974634

45984635
[[package]]
@@ -5111,6 +5148,12 @@ version = "1.3.0"
51115148
source = "registry+https://github.com/rust-lang/crates.io-index"
51125149
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
51135150

5151+
[[package]]
5152+
name = "simd-adler32"
5153+
version = "0.3.7"
5154+
source = "registry+https://github.com/rust-lang/crates.io-index"
5155+
checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
5156+
51145157
[[package]]
51155158
name = "siphasher"
51165159
version = "0.3.11"
@@ -5376,7 +5419,7 @@ dependencies = [
53765419
"libc",
53775420
"ntapi",
53785421
"once_cell",
5379-
"windows",
5422+
"windows 0.52.0",
53805423
]
53815424

53825425
[[package]]
@@ -6307,6 +6350,15 @@ version = "0.4.0"
63076350
source = "registry+https://github.com/rust-lang/crates.io-index"
63086351
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
63096352

6353+
[[package]]
6354+
name = "windows"
6355+
version = "0.48.0"
6356+
source = "registry+https://github.com/rust-lang/crates.io-index"
6357+
checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
6358+
dependencies = [
6359+
"windows-targets 0.48.5",
6360+
]
6361+
63106362
[[package]]
63116363
name = "windows"
63126364
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)