Bug 1850713: remove duplicated setting of early hint preloader id in `ScriptLoader...
[gecko.git] / supply-chain / config.toml
blob07e3fb3a15b19ef4ea899cc750ba0a1c8073c150
2 # cargo-vet config file
4 [cargo-vet]
5 version = "0.8"
7 [imports.bytecode-alliance]
8 url = "https://raw.githubusercontent.com/bytecodealliance/wasmtime/main/supply-chain/audits.toml"
10 [imports.embark-studios]
11 url = "https://raw.githubusercontent.com/EmbarkStudios/rust-ecosystem/main/audits.toml"
13 [imports.google]
14 url = "https://raw.githubusercontent.com/google/supply-chain/main/audits.toml"
16 [imports.isrg]
17 url = "https://raw.githubusercontent.com/divviup/libprio-rs/main/supply-chain/audits.toml"
19 [imports.mozilla]
20 url = "https://raw.githubusercontent.com/mozilla/supply-chain/main/audits.toml"
22 [policy.autocfg]
23 audit-as-crates-io = true
24 notes = "This is the upstream code plus a few local fixes, see bug 1685697."
26 [policy.chardetng]
27 audit-as-crates-io = true
28 notes = "This is a crate Henri wrote which is also published. We should probably update Firefox to tip and certify that."
30 [policy.chardetng_c]
31 audit-as-crates-io = true
32 notes = "This is a crate Henri wrote which is also published. We should probably update Firefox to tip and certify that."
34 [policy.coremidi]
35 audit-as-crates-io = true
36 notes = "This is a pinned version of the upstream code, presumably to get a fix that hadn't been released yet. We should consider switching to the latest official release."
38 [policy.cose]
39 audit-as-crates-io = true
40 notes = "This is upstream plus a warning fix from bug 1823866."
42 [policy.diplomat]
43 audit-as-crates-io = true
44 notes = "Upstream version not to use syn 1.x"
46 [policy.diplomat-runtime]
47 audit-as-crates-io = true
48 notes = "Upstream version not to use syn 1.x"
50 [policy.diplomat_core]
51 audit-as-crates-io = true
52 notes = "Upstream version not to use syn 1.x"
54 [policy.firefox-on-glean]
55 audit-as-crates-io = false
56 notes = "The crates.io version of this is just a placeholder to allow public crates to depend on firefox-on-glean."
58 [policy.geckodriver]
59 audit-as-crates-io = false
60 criteria = "safe-to-run"
61 notes = "This is a first-party crate which is also published to crates.io. We certify audits for this crate as part of the documented release process, but that step happens after the version bump lands on central so we don't enforce it here. It's also used only for automation, so its subtree can be safe-to-run."
63 [policy.gkrust-gtest]
64 criteria = "safe-to-run"
65 notes = "Used for testing."
67 [policy.gkrust-shared]
68 dependency-criteria = { tokio-reactor = [], tokio-threadpool = [] }
69 notes = "The dependencies on tokio-reactor and tokio-threadpools are just a hack to pin the version used by audioipc-{client,server}. Suppress vetting on those for the same reasons behind the policy entries."
71 [policy.gluesmith]
72 criteria = "safe-to-run"
73 notes = "Used for fuzzing."
75 [policy.http3server]
76 criteria = "safe-to-run"
77 notes = "Used for testing."
79 [policy.icu_provider_macros]
80 audit-as-crates-io = true
81 notes = "Upstream version not to use syn 1.x"
83 [policy.icu_testdata]
84 audit-as-crates-io = false
85 notes = "Customized ICU4X baked data only that Gecko wants"
87 [policy.l10nregistry]
88 dependency-criteria = { fluent-testing = "safe-to-run", tokio = "safe-to-run" }
89 notes = "This crate has two testing-only dependencies which are specified as regular-but-optional rather than a dev-dependencies, because they need to be available to both benchmarks and integration tests."
91 [policy.libudev-sys]
92 audit-as-crates-io = false
93 notes = "This override is an api-compatible fork with an orthogonal implementation."
95 [policy.malloc_size_of_derive]
96 audit-as-crates-io = false
97 notes = "This was originally servo code which Bobby Holley put on crates.io some years ago and that was moved in-tree as first-party code later on."
99 [policy.marionette]
100 audit-as-crates-io = false
101 notes = "This is a first-party crate which is also published to crates.io. We certify audits for this crate as part of the documented release process, but that step happens after the version bump lands on central so we don't enforce it here."
103 [policy.midir]
104 audit-as-crates-io = true
105 notes = "This is a pinned version of the upstream code, presumably to get a fix that hadn't been released yet. We should consider switching to the latest official release."
107 [policy."minidump-common:0.17.0@git:87a29fba5e19cfae5ebf73a57ba31504a3872545"]
108 audit-as-crates-io = true
109 notes = "Unreleased upstream."
111 [policy.minidump-writer]
112 audit-as-crates-io = true
113 notes = "Unreleased upstream."
115 [policy."mio:0.6.23"]
116 audit-as-crates-io = true
117 notes = "Version 0.6.23 is a local fork of upstream which just twiddles some dependencies."
119 [policy.mozbuild]
120 audit-as-crates-io = false
121 notes = "The crates.io version of this is just a placeholder to allow public crates to depend on mozbuild."
123 [policy.mozdevice]
124 audit-as-crates-io = false
125 notes = "This is a first-party crate which is also published to crates.io. We certify audits for this crate as part of the documented release process, but that step happens after the version bump lands on central so we don't enforce it here."
127 [policy.mozglue-static]
128 dependency-criteria = { rustc_version = "safe-to-run" }
129 notes = "The rustc_version dependency is only used in the build script, and does not generate any runtime code"
131 [policy.mozilla-central-workspace-hack]
132 audit-as-crates-io = false
133 criteria = "safe-to-run"
134 notes = "This is a first-party crate which is also published to crates.io as a convenience for other in-tree crates that depend on it and are published as well. The dependencies from this crate are dependencies of other crates that will get the right criteria through them, but using safe-to-deploy for this one would be too broad."
136 [policy.mozprofile]
137 audit-as-crates-io = false
138 notes = "This is a first-party crate which is also published to crates.io. We certify audits for this crate as part of the documented release process, but that step happens after the version bump lands on central so we don't enforce it here."
140 [policy.mozrunner]
141 audit-as-crates-io = false
142 notes = "This is a first-party crate which is also published to crates.io. We certify audits for this crate as part of the documented release process, but that step happens after the version bump lands on central so we don't enforce it here."
144 [policy.mozversion]
145 audit-as-crates-io = false
146 notes = "This is a first-party crate which is also published to crates.io. We certify audits for this crate as part of the documented release process, but that step happens after the version bump lands on central so we don't enforce it here."
148 [policy.mp4parse]
149 audit-as-crates-io = false
151 [policy.mp4parse_capi]
152 audit-as-crates-io = false
154 [policy.naga]
155 audit-as-crates-io = true
156 notes = "wgpu-core pins this crate."
158 [policy.packed_simd]
159 audit-as-crates-io = true
160 notes = "Based on upstream, see bug 1719674."
162 [policy.peek-poke]
163 audit-as-crates-io = false
165 [policy.peek-poke-derive]
166 audit-as-crates-io = false
168 [policy.prost-derive]
169 audit-as-crates-io = true
170 notes = "Fork of prost-derive with support for syn 2"
172 [policy.pulse]
173 audit-as-crates-io = false
174 notes = "This is a first-party crate which is entirely unrelated to the crates.io package of the same name."
176 [policy.qcms]
177 audit-as-crates-io = true
178 notes = "This is a first-party crate which is also published to crates.io, but we should publish audits for it for the benefit of the ecosystem."
180 [policy.rayon-core]
181 audit-as-crates-io = true
182 notes = "Identical to upstream, with a Mozilla-authored PR, see Cargo.toml comment for details"
184 [policy.rure]
185 audit-as-crates-io = true
186 notes = "Identical to upstream, but with cdylib and staticlib targets disabled to avoid unnecessary build artifacts and linker errors."
188 [policy.selectors]
189 audit-as-crates-io = true
190 notes = "This is a first-party crate which is also published to crates.io, but we should publish audits for it for the benefit of the ecosystem."
192 [policy.servo_arc]
193 audit-as-crates-io = true
194 notes = "This is a first-party crate which is also published to crates.io, but we should publish audits for it for the benefit of the ecosystem."
196 [policy.smoosh]
197 criteria = "safe-to-run"
198 notes = "We're not shipping this and have no plans to ship it."
200 [policy.storage]
201 audit-as-crates-io = false
202 notes = "This is a first-party crate which is entirely unrelated to the crates.io package of the same name."
204 [policy.tabs]
205 audit-as-crates-io = false
206 notes = "This is a first-party crate, maintained by the appservices team, which is entirely unrelated to the crates.io package of the same name."
208 [policy.viaduct]
209 audit-as-crates-io = false
210 notes = "This is a first-party crate, maintained by the appservices team, which is entirely unrelated to the crates.io package of the same name."
212 [policy.warp]
213 audit-as-crates-io = true
214 notes = "This is a third-party crate, with an extra patch."
216 [policy.webdriver]
217 audit-as-crates-io = false
218 criteria = "safe-to-run"
219 notes = "This is a first-party crate which is also published to crates.io. We certify audits for this crate as part of the documented release process, but that step happens after the version bump lands on central so we don't enforce it here. It's also used only for automation, so its subtree can be safe-to-run."
221 [policy.webrender]
222 audit-as-crates-io = false
224 [policy.webrender_api]
225 audit-as-crates-io = false
227 [policy.webrender_build]
228 audit-as-crates-io = false
230 [policy.wgpu-core]
231 audit-as-crates-io = true
232 notes = "Upstream project which we pin."
234 [policy.wgpu-hal]
235 audit-as-crates-io = true
236 notes = "Upstream project which we pin."
238 [policy.wgpu-types]
239 audit-as-crates-io = true
240 notes = "Upstream project which we pin."
242 [policy.wr_malloc_size_of]
243 audit-as-crates-io = false
245 [policy.yoke-derive]
246 audit-as-crates-io = true
247 notes = "Upstream version not to use syn 1.x"
249 [policy.zerofrom-derive]
250 audit-as-crates-io = true
251 notes = "Upstream version not to use syn 1.x"
253 [policy.zerovec-derive]
254 audit-as-crates-io = true
255 notes = "Upstream version not to use syn 1.x"
257 [[exemptions.ahash]]
258 version = "0.7.6"
259 criteria = "safe-to-deploy"
261 [[exemptions.alsa]]
262 version = "0.4.3"
263 criteria = "safe-to-deploy"
265 [[exemptions.alsa-sys]]
266 version = "0.3.1"
267 criteria = "safe-to-deploy"
269 [[exemptions.android_log-sys]]
270 version = "0.2.0"
271 criteria = "safe-to-deploy"
273 [[exemptions.askama_derive]]
274 version = "0.11.2"
275 criteria = "safe-to-deploy"
277 [[exemptions.askama_escape]]
278 version = "0.10.3"
279 criteria = "safe-to-deploy"
281 [[exemptions.async-task]]
282 version = "4.0.3"
283 criteria = "safe-to-deploy"
285 [[exemptions.bincode]]
286 version = "1.3.3"
287 criteria = "safe-to-deploy"
289 [[exemptions.bitflags]]
290 version = "1.3.2"
291 criteria = "safe-to-deploy"
293 [[exemptions.bitreader]]
294 version = "0.3.6"
295 criteria = "safe-to-deploy"
297 [[exemptions.block]]
298 version = "0.1.6"
299 criteria = "safe-to-deploy"
301 [[exemptions.cache-padded]]
302 version = "1.2.0"
303 criteria = "safe-to-deploy"
305 [[exemptions.camino]]
306 version = "1.0.9"
307 criteria = "safe-to-deploy"
309 [[exemptions.chrono]]
310 version = "0.4.19"
311 criteria = "safe-to-deploy"
313 [[exemptions.chunky-vec]]
314 version = "0.1.0"
315 criteria = "safe-to-deploy"
317 [[exemptions.clang-sys]]
318 version = "1.3.3"
319 criteria = "safe-to-deploy"
321 [[exemptions.cookie]]
322 version = "0.16.0"
323 criteria = "safe-to-run"
325 [[exemptions.coreaudio-sys]]
326 version = "0.2.10"
327 criteria = "safe-to-deploy"
329 [[exemptions.coremidi]]
330 version = "0.6.0@git:fc68464b5445caf111e41f643a2e69ccce0b4f83"
331 criteria = "safe-to-deploy"
333 [[exemptions.coremidi-sys]]
334 version = "3.1.0"
335 criteria = "safe-to-deploy"
337 [[exemptions.cose]]
338 version = "0.1.4"
339 criteria = "safe-to-deploy"
341 [[exemptions.cose-c]]
342 version = "0.1.5"
343 criteria = "safe-to-deploy"
345 [[exemptions.cpufeatures]]
346 version = "0.2.2"
347 criteria = "safe-to-deploy"
349 [[exemptions.crc32fast]]
350 version = "1.3.2"
351 criteria = "safe-to-deploy"
353 [[exemptions.crossbeam-channel]]
354 version = "0.5.4"
355 criteria = "safe-to-deploy"
357 [[exemptions.crossbeam-deque]]
358 version = "0.8.1"
359 criteria = "safe-to-deploy"
361 [[exemptions.crossbeam-epoch]]
362 version = "0.9.8"
363 criteria = "safe-to-deploy"
365 [[exemptions.crossbeam-utils]]
366 version = "0.8.8"
367 criteria = "safe-to-deploy"
369 [[exemptions.d3d12]]
370 version = "0.4.1"
371 criteria = "safe-to-deploy"
373 [[exemptions.darling]]
374 version = "0.13.4"
375 criteria = "safe-to-deploy"
377 [[exemptions.darling_core]]
378 version = "0.13.4"
379 criteria = "safe-to-deploy"
381 [[exemptions.darling_macro]]
382 version = "0.13.4"
383 criteria = "safe-to-deploy"
385 [[exemptions.data-encoding]]
386 version = "2.3.2"
387 criteria = "safe-to-deploy"
389 [[exemptions.dbus]]
390 version = "0.6.5"
391 criteria = "safe-to-deploy"
393 [[exemptions.derive_more-impl]]
394 version = "1.0.0-beta.2"
395 criteria = "safe-to-deploy"
396 notes = "The crate is new to version 1.0.x, and derived from older versions of derive_more. The differences against 0.99.17 have been audited, but cargo-vet cannot record this information."
398 [[exemptions.devd-rs]]
399 version = "0.3.4"
400 criteria = "safe-to-deploy"
402 [[exemptions.digest]]
403 version = "0.10.3"
404 criteria = "safe-to-deploy"
406 [[exemptions.dirs]]
407 version = "4.0.0"
408 criteria = "safe-to-deploy"
410 [[exemptions.dirs-sys]]
411 version = "0.3.7"
412 criteria = "safe-to-deploy"
414 [[exemptions.dns-parser]]
415 version = "0.8.0"
416 criteria = "safe-to-deploy"
418 [[exemptions.enumset]]
419 version = "1.0.11"
420 criteria = "safe-to-deploy"
422 [[exemptions.enumset_derive]]
423 version = "0.6.0"
424 criteria = "safe-to-deploy"
426 [[exemptions.env_logger]]
427 version = "0.9.0"
428 criteria = "safe-to-deploy"
430 [[exemptions.error-chain]]
431 version = "0.12.4"
432 criteria = "safe-to-deploy"
434 [[exemptions.fallible-iterator]]
435 version = "0.2.0"
436 criteria = "safe-to-deploy"
438 [[exemptions.fallible-streaming-iterator]]
439 version = "0.1.9"
440 criteria = "safe-to-deploy"
442 [[exemptions.fallible_collections]]
443 version = "0.4.4"
444 criteria = "safe-to-deploy"
446 [[exemptions.ffi-support]]
447 version = "0.4.4"
448 criteria = "safe-to-deploy"
450 [[exemptions.float-cmp]]
451 version = "0.6.0"
452 criteria = "safe-to-deploy"
454 [[exemptions.fs-err]]
455 version = "2.7.0"
456 criteria = "safe-to-deploy"
458 [[exemptions.fuchsia-zircon]]
459 version = "0.3.3"
460 criteria = "safe-to-run"
462 [[exemptions.fuchsia-zircon-sys]]
463 version = "0.3.3"
464 criteria = "safe-to-run"
466 [[exemptions.futures-macro]]
467 version = "0.3.21"
468 criteria = "safe-to-deploy"
470 [[exemptions.futures-task]]
471 version = "0.3.21"
472 criteria = "safe-to-deploy"
474 [[exemptions.futures-util]]
475 version = "0.3.21"
476 criteria = "safe-to-deploy"
478 [[exemptions.generic-array]]
479 version = "0.14.5"
480 criteria = "safe-to-deploy"
482 [[exemptions.getrandom]]
483 version = "0.2.6"
484 criteria = "safe-to-deploy"
486 [[exemptions.gl_generator]]
487 version = "0.14.0"
488 criteria = "safe-to-deploy"
490 [[exemptions.glsl]]
491 version = "6.0.1"
492 criteria = "safe-to-deploy"
494 [[exemptions.goblin]]
495 version = "0.1.3"
496 criteria = "safe-to-deploy"
498 [[exemptions.gpu-alloc]]
499 version = "0.5.3"
500 criteria = "safe-to-deploy"
502 [[exemptions.gpu-alloc-types]]
503 version = "0.2.0"
504 criteria = "safe-to-deploy"
506 [[exemptions.gpu-descriptor]]
507 version = "0.2.2"
508 criteria = "safe-to-deploy"
510 [[exemptions.gpu-descriptor-types]]
511 version = "0.1.1"
512 criteria = "safe-to-deploy"
514 [[exemptions.hashlink]]
515 version = "0.7.0"
516 criteria = "safe-to-deploy"
518 [[exemptions.hermit-abi]]
519 version = "0.1.19"
520 criteria = "safe-to-deploy"
522 [[exemptions.hexf-parse]]
523 version = "0.2.1"
524 criteria = "safe-to-deploy"
526 [[exemptions.instant]]
527 version = "0.1.12"
528 criteria = "safe-to-deploy"
530 [[exemptions.ioctl-sys]]
531 version = "0.7.1"
532 criteria = "safe-to-deploy"
534 [[exemptions.itertools]]
535 version = "0.10.3"
536 criteria = "safe-to-deploy"
538 [[exemptions.khronos-egl]]
539 version = "4.1.0"
540 criteria = "safe-to-deploy"
542 [[exemptions.khronos_api]]
543 version = "3.1.0"
544 criteria = "safe-to-deploy"
546 [[exemptions.lazycell]]
547 version = "1.3.0"
548 criteria = "safe-to-deploy"
550 [[exemptions.libdbus-sys]]
551 version = "0.2.2"
552 criteria = "safe-to-deploy"
554 [[exemptions.libloading]]
555 version = "0.7.3"
556 criteria = "safe-to-deploy"
558 [[exemptions.libsqlite3-sys]]
559 version = "0.25.2"
560 criteria = "safe-to-deploy"
561 suggest = false
562 notes = "The in-gecko feature that we enable makes only pre-built bindings used, and none of the embedded C code is built. The build script was audited and is not doing anything besides exposing those bindings"
564 [[exemptions.libudev]]
565 version = "0.2.0"
566 criteria = "safe-to-deploy"
568 [[exemptions.lmdb-rkv-sys]]
569 version = "0.11.2"
570 criteria = "safe-to-deploy"
571 suggest = false
572 notes = "This crate is forked from another crate and not developed in-house. Given that LMDB-backed RKV is going away, we will probably never bother auditing this"
574 [[exemptions.mach]]
575 version = "0.3.2"
576 criteria = "safe-to-deploy"
578 [[exemptions.memalloc]]
579 version = "0.1.0"
580 criteria = "safe-to-deploy"
582 [[exemptions.memmap2]]
583 version = "0.5.4"
584 criteria = "safe-to-deploy"
586 [[exemptions.memoffset]]
587 version = "0.6.5"
588 criteria = "safe-to-deploy"
590 [[exemptions.midir]]
591 version = "0.7.0"
592 criteria = "safe-to-deploy"
594 [[exemptions.mime_guess]]
595 version = "2.0.4"
596 criteria = "safe-to-deploy"
598 [[exemptions.minimal-lexical]]
599 version = "0.2.1"
600 criteria = "safe-to-deploy"
602 [[exemptions.miniz_oxide]]
603 version = "0.5.3"
604 criteria = "safe-to-deploy"
606 [[exemptions.mio]]
607 version = "0.8.0"
608 criteria = "safe-to-deploy"
610 [[exemptions.mio-extras]]
611 version = "2.0.6"
612 criteria = "safe-to-run"
614 [[exemptions.miow]]
615 version = "0.3.7"
616 criteria = "safe-to-deploy"
618 [[exemptions.murmurhash3]]
619 version = "0.0.5"
620 criteria = "safe-to-deploy"
622 [[exemptions.net2]]
623 version = "0.2.37"
624 criteria = "safe-to-run"
626 [[exemptions.nix]]
627 version = "0.15.0"
628 criteria = "safe-to-deploy"
630 [[exemptions.nom]]
631 version = "7.1.1"
632 criteria = "safe-to-deploy"
634 [[exemptions.ntapi]]
635 version = "0.3.7"
636 criteria = "safe-to-deploy"
638 [[exemptions.objc]]
639 version = "0.2.7"
640 criteria = "safe-to-deploy"
642 [[exemptions.objc_exception]]
643 version = "0.1.2"
644 criteria = "safe-to-deploy"
646 [[exemptions.object]]
647 version = "0.28.4"
648 criteria = "safe-to-deploy"
650 [[exemptions.once_cell]]
651 version = "1.12.0"
652 criteria = "safe-to-deploy"
654 [[exemptions.owning_ref]]
655 version = "0.4.1"
656 criteria = "safe-to-deploy"
658 [[exemptions.packed_simd]]
659 version = "0.3.8"
660 criteria = "safe-to-deploy"
662 [[exemptions.phf]]
663 version = "0.10.1"
664 criteria = "safe-to-deploy"
666 [[exemptions.phf_codegen]]
667 version = "0.10.0"
668 criteria = "safe-to-deploy"
670 [[exemptions.phf_generator]]
671 version = "0.10.0"
672 criteria = "safe-to-deploy"
674 [[exemptions.phf_macros]]
675 version = "0.10.0"
676 criteria = "safe-to-deploy"
678 [[exemptions.phf_shared]]
679 version = "0.10.0"
680 criteria = "safe-to-deploy"
682 [[exemptions.plain]]
683 version = "0.2.3"
684 criteria = "safe-to-deploy"
686 [[exemptions.plist]]
687 version = "1.3.1"
688 criteria = "safe-to-run"
690 [[exemptions.ppv-lite86]]
691 version = "0.2.16"
692 criteria = "safe-to-deploy"
694 [[exemptions.profiling]]
695 version = "1.0.6"
696 criteria = "safe-to-deploy"
698 [[exemptions.prost]]
699 version = "0.8.0"
700 criteria = "safe-to-deploy"
702 [[exemptions.prost-derive]]
703 version = "0.8.0"
704 criteria = "safe-to-deploy"
706 [[exemptions.qlog]]
707 version = "0.4.0"
708 criteria = "safe-to-deploy"
710 [[exemptions.quick-error]]
711 version = "1.2.3"
712 criteria = "safe-to-deploy"
714 [[exemptions.rand]]
715 version = "0.8.5"
716 criteria = "safe-to-deploy"
718 [[exemptions.rand_chacha]]
719 version = "0.3.1"
720 criteria = "safe-to-deploy"
722 [[exemptions.remove_dir_all]]
723 version = "0.5.3"
724 criteria = "safe-to-deploy"
726 [[exemptions.replace_with]]
727 version = "0.1.7"
728 criteria = "safe-to-deploy"
730 [[exemptions.ringbuf]]
731 version = "0.2.8"
732 criteria = "safe-to-deploy"
734 [[exemptions.ron]]
735 version = "0.7.0"
736 criteria = "safe-to-deploy"
738 [[exemptions.runloop]]
739 version = "0.1.0"
740 criteria = "safe-to-deploy"
742 [[exemptions.rusqlite]]
743 version = "0.27.0"
744 criteria = "safe-to-deploy"
746 [[exemptions.rust-ini]]
747 version = "0.10.3"
748 criteria = "safe-to-deploy"
750 [[exemptions.rust_decimal]]
751 version = "1.24.0"
752 criteria = "safe-to-deploy"
754 [[exemptions.scroll]]
755 version = "0.10.2"
756 criteria = "safe-to-deploy"
758 [[exemptions.scroll_derive]]
759 version = "0.10.5"
760 criteria = "safe-to-deploy"
762 [[exemptions.self_cell]]
763 version = "0.10.2"
764 criteria = "safe-to-deploy"
766 [[exemptions.serde_with]]
767 version = "1.14.0"
768 criteria = "safe-to-deploy"
770 [[exemptions.serde_with_macros]]
771 version = "1.5.2"
772 criteria = "safe-to-deploy"
774 [[exemptions.sfv]]
775 version = "0.9.2"
776 criteria = "safe-to-deploy"
778 [[exemptions.shlex]]
779 version = "1.1.0"
780 criteria = "safe-to-deploy"
782 [[exemptions.siphasher]]
783 version = "0.3.10"
784 criteria = "safe-to-deploy"
786 [[exemptions.socket2]]
787 version = "0.4.4"
788 criteria = "safe-to-deploy"
790 [[exemptions.spirv]]
791 version = "0.2.0+1.5.4"
792 criteria = "safe-to-deploy"
794 [[exemptions.stable_deref_trait]]
795 version = "1.2.0"
796 criteria = "safe-to-deploy"
798 [[exemptions.static_assertions]]
799 version = "1.1.0"
800 criteria = "safe-to-deploy"
802 [[exemptions.strsim]]
803 version = "0.10.0"
804 criteria = "safe-to-deploy"
806 [[exemptions.tempfile]]
807 version = "3.3.0"
808 criteria = "safe-to-deploy"
810 [[exemptions.time]]
811 version = "0.1.44"
812 criteria = "safe-to-deploy"
814 [[exemptions.tokio]]
815 version = "1.17.0"
816 criteria = "safe-to-run"
818 [[exemptions.triple_buffer]]
819 version = "5.0.6"
820 criteria = "safe-to-deploy"
822 [[exemptions.type-map]]
823 version = "0.4.0"
824 criteria = "safe-to-deploy"
826 [[exemptions.typenum]]
827 version = "1.15.0"
828 criteria = "safe-to-deploy"
830 [[exemptions.unix_path]]
831 version = "1.0.1"
832 criteria = "safe-to-run"
834 [[exemptions.unix_str]]
835 version = "1.0.0"
836 criteria = "safe-to-run"
838 [[exemptions.url]]
839 version = "2.1.0"
840 criteria = "safe-to-deploy"
842 [[exemptions.uuid]]
843 version = "0.8.2"
844 criteria = "safe-to-deploy"
846 [[exemptions.webrtc-sdp]]
847 version = "0.3.9"
848 criteria = "safe-to-deploy"
850 [[exemptions.winapi]]
851 version = "0.3.9"
852 criteria = "safe-to-deploy"
854 [[exemptions.winapi-i686-pc-windows-gnu]]
855 version = "0.4.0"
856 criteria = "safe-to-deploy"
858 [[exemptions.winapi-x86_64-pc-windows-gnu]]
859 version = "0.4.0"
860 criteria = "safe-to-deploy"
862 [[exemptions.wio]]
863 version = "0.2.2"
864 criteria = "safe-to-deploy"
866 [[exemptions.xml-rs]]
867 version = "0.8.4"
868 criteria = "safe-to-deploy"
870 [[exemptions.zip]]
871 version = "0.6.2"
872 criteria = "safe-to-run"