Skip to content

Commit 0b8c6ad

Browse files
committed
Remove one dependency from tracing bootstrap build
1 parent 6f584bc commit 0b8c6ad

File tree

2 files changed

+1
-131
lines changed

2 files changed

+1
-131
lines changed

src/bootstrap/Cargo.lock

Lines changed: 0 additions & 130 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,6 @@ dependencies = [
1111
"memchr",
1212
]
1313

14-
[[package]]
15-
name = "android-tzdata"
16-
version = "0.1.1"
17-
source = "registry+https://github.com/rust-lang/crates.io-index"
18-
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
19-
20-
[[package]]
21-
name = "android_system_properties"
22-
version = "0.1.5"
23-
source = "registry+https://github.com/rust-lang/crates.io-index"
24-
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
25-
dependencies = [
26-
"libc",
27-
]
28-
2914
[[package]]
3015
name = "anstyle"
3116
version = "1.0.10"
@@ -109,12 +94,6 @@ dependencies = [
10994
"serde_derive",
11095
]
11196

112-
[[package]]
113-
name = "bumpalo"
114-
version = "3.19.0"
115-
source = "registry+https://github.com/rust-lang/crates.io-index"
116-
checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
117-
11897
[[package]]
11998
name = "cc"
12099
version = "1.2.23"
@@ -136,12 +115,7 @@ version = "0.4.41"
136115
source = "registry+https://github.com/rust-lang/crates.io-index"
137116
checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d"
138117
dependencies = [
139-
"android-tzdata",
140-
"iana-time-zone",
141-
"js-sys",
142118
"num-traits",
143-
"wasm-bindgen",
144-
"windows-link",
145119
]
146120

147121
[[package]]
@@ -212,12 +186,6 @@ dependencies = [
212186
"windows-sys 0.59.0",
213187
]
214188

215-
[[package]]
216-
name = "core-foundation-sys"
217-
version = "0.8.7"
218-
source = "registry+https://github.com/rust-lang/crates.io-index"
219-
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
220-
221189
[[package]]
222190
name = "cpufeatures"
223191
version = "0.2.15"
@@ -373,30 +341,6 @@ dependencies = [
373341
"windows-sys 0.52.0",
374342
]
375343

376-
[[package]]
377-
name = "iana-time-zone"
378-
version = "0.1.63"
379-
source = "registry+https://github.com/rust-lang/crates.io-index"
380-
checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8"
381-
dependencies = [
382-
"android_system_properties",
383-
"core-foundation-sys",
384-
"iana-time-zone-haiku",
385-
"js-sys",
386-
"log",
387-
"wasm-bindgen",
388-
"windows-core",
389-
]
390-
391-
[[package]]
392-
name = "iana-time-zone-haiku"
393-
version = "0.1.2"
394-
source = "registry+https://github.com/rust-lang/crates.io-index"
395-
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
396-
dependencies = [
397-
"cc",
398-
]
399-
400344
[[package]]
401345
name = "ignore"
402346
version = "0.4.23"
@@ -430,16 +374,6 @@ version = "1.0.11"
430374
source = "registry+https://github.com/rust-lang/crates.io-index"
431375
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
432376

433-
[[package]]
434-
name = "js-sys"
435-
version = "0.3.77"
436-
source = "registry+https://github.com/rust-lang/crates.io-index"
437-
checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
438-
dependencies = [
439-
"once_cell",
440-
"wasm-bindgen",
441-
]
442-
443377
[[package]]
444378
name = "junction"
445379
version = "1.2.0"
@@ -701,12 +635,6 @@ dependencies = [
701635
"windows-sys 0.59.0",
702636
]
703637

704-
[[package]]
705-
name = "rustversion"
706-
version = "1.0.22"
707-
source = "registry+https://github.com/rust-lang/crates.io-index"
708-
checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
709-
710638
[[package]]
711639
name = "ryu"
712640
version = "1.0.18"
@@ -996,64 +924,6 @@ dependencies = [
996924
"wit-bindgen-rt",
997925
]
998926

999-
[[package]]
1000-
name = "wasm-bindgen"
1001-
version = "0.2.100"
1002-
source = "registry+https://github.com/rust-lang/crates.io-index"
1003-
checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
1004-
dependencies = [
1005-
"cfg-if",
1006-
"once_cell",
1007-
"rustversion",
1008-
"wasm-bindgen-macro",
1009-
]
1010-
1011-
[[package]]
1012-
name = "wasm-bindgen-backend"
1013-
version = "0.2.100"
1014-
source = "registry+https://github.com/rust-lang/crates.io-index"
1015-
checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
1016-
dependencies = [
1017-
"bumpalo",
1018-
"log",
1019-
"proc-macro2",
1020-
"quote",
1021-
"syn",
1022-
"wasm-bindgen-shared",
1023-
]
1024-
1025-
[[package]]
1026-
name = "wasm-bindgen-macro"
1027-
version = "0.2.100"
1028-
source = "registry+https://github.com/rust-lang/crates.io-index"
1029-
checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
1030-
dependencies = [
1031-
"quote",
1032-
"wasm-bindgen-macro-support",
1033-
]
1034-
1035-
[[package]]
1036-
name = "wasm-bindgen-macro-support"
1037-
version = "0.2.100"
1038-
source = "registry+https://github.com/rust-lang/crates.io-index"
1039-
checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
1040-
dependencies = [
1041-
"proc-macro2",
1042-
"quote",
1043-
"syn",
1044-
"wasm-bindgen-backend",
1045-
"wasm-bindgen-shared",
1046-
]
1047-
1048-
[[package]]
1049-
name = "wasm-bindgen-shared"
1050-
version = "0.2.100"
1051-
source = "registry+https://github.com/rust-lang/crates.io-index"
1052-
checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
1053-
dependencies = [
1054-
"unicode-ident",
1055-
]
1056-
1057927
[[package]]
1058928
name = "winapi"
1059929
version = "0.3.9"

src/bootstrap/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ xz2 = "0.1"
6161
sysinfo = { version = "0.36.0", default-features = false, optional = true, features = ["system"] }
6262

6363
# Dependencies needed by the `tracing` feature
64-
chrono = { version = "0.4", optional = true }
64+
chrono = { version = "0.4", default-features = false, optional = true, features = ["now", "std"] }
6565
tracing = { version = "0.1", optional = true, features = ["attributes"] }
6666
tracing-chrome = { version = "0.7", optional = true }
6767
tracing-subscriber = { version = "0.3", optional = true, features = ["env-filter", "fmt", "registry", "std"] }

0 commit comments

Comments
 (0)