Bug 1815532 [wpt PR 38395] - Make inferred roles for CSS toggles influence accessibil...
[gecko.git] / supply-chain / config.toml
blob7819099e3d6ed8d1e45254bc787cc19bac1e3052
2 # cargo-vet config file
4 [imports.bytecodealliance]
5 url = "https://raw.githubusercontent.com/bytecodealliance/wasmtime/main/supply-chain/audits.toml"
7 [imports.chromeos]
8 url = "https://chromium.googlesource.com/chromiumos/third_party/rust_crates/+/main/cargo-vet/audits.toml?format=TEXT"
10 [imports.embark]
11 url = "https://raw.githubusercontent.com/EmbarkStudios/rust-ecosystem/main/audits.toml"
13 [imports.mozilla]
14 url = "https://raw.githubusercontent.com/mozilla/supply-chain/main/audits.toml"
16 [policy.audioipc-client]
17 criteria = []
18 notes = "Going away very soon in bug 1697845"
20 [policy.audioipc-server]
21 criteria = []
22 notes = "Going away very soon in bug 1697845"
24 [policy.autocfg]
25 audit-as-crates-io = true
26 notes = "This is the upstream code plus a few local fixes, see bug 1685697."
28 [policy.chardetng]
29 audit-as-crates-io = true
30 notes = "This is a crate Henri wrote which is also published. We should probably update Firefox to tip and certify that."
32 [policy.chardetng_c]
33 audit-as-crates-io = true
34 notes = "This is a crate Henri wrote which is also published. We should probably update Firefox to tip and certify that."
36 [policy.coremidi]
37 audit-as-crates-io = true
38 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."
40 [policy.cssparser-macros]
41 audit-as-crates-io = true
42 notes = "Using non-crates.io revision because the color-4 changes has not been published yet."
44 [policy.d3d12]
45 audit-as-crates-io = true
46 notes = "Unpublished wgpu revisions point to unpublished d3d12 revisions."
48 [policy.firefox-on-glean]
49 audit-as-crates-io = false
50 notes = "The crates.io version of this is just a placeholder to allow public crates to depend on firefox-on-glean."
52 [policy.geckodriver]
53 audit-as-crates-io = false
54 criteria = "safe-to-run"
55 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."
57 [policy.gkrust-gtest]
58 criteria = "safe-to-run"
59 notes = "Used for testing."
61 [policy.gkrust-shared]
62 dependency-criteria = { tokio-reactor = [], tokio-threadpool = [] }
63 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."
65 [policy.gluesmith]
66 criteria = "safe-to-run"
67 notes = "Used for fuzzing."
69 [policy.http3server]
70 criteria = "safe-to-run"
71 notes = "Used for testing."
73 [policy.l10nregistry]
74 dependency-criteria = { fluent-testing = "safe-to-run", tokio = "safe-to-run" }
75 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."
77 [policy.libudev-sys]
78 audit-as-crates-io = false
79 notes = "This override is an api-compatible fork with an orthogonal implementation."
81 [policy.marionette]
82 audit-as-crates-io = true
83 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."
85 [policy.midir]
86 audit-as-crates-io = true
87 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."
89 [policy.minidump-writer]
90 audit-as-crates-io = true
91 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."
93 [policy.mio-named-pipes]
94 audit-as-crates-io = true
95 notes = "We have a local fork, but this entire subtree is going away shortly anyway with the old audioipc code."
97 [policy."mio:0.6.23"]
98 audit-as-crates-io = true
99 notes = "Version 0.6.23 is a local fork of upstream which just twiddles some dependencies."
101 [policy.mozbuild]
102 audit-as-crates-io = false
103 notes = "The crates.io version of this is just a placeholder to allow public crates to depend on mozbuild."
105 [policy.mozdevice]
106 audit-as-crates-io = true
107 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."
109 [policy.mozglue-static]
110 dependency-criteria = { rustc_version = "safe-to-run" }
111 notes = "The rustc_version dependency is only used in the build script, and does not generate any runtime code"
113 [policy.mozprofile]
114 audit-as-crates-io = true
115 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."
117 [policy.mozrunner]
118 audit-as-crates-io = true
119 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."
121 [policy.mozversion]
122 audit-as-crates-io = true
123 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."
125 [policy.naga]
126 audit-as-crates-io = true
127 notes = "wgpu-core pins this crate."
129 [policy.packed_simd_2]
130 audit-as-crates-io = true
131 notes = "Based on upstream, see bug 1719674."
133 [policy.pulse]
134 audit-as-crates-io = false
135 notes = "This is a first-party crate which is entirely unrelated to the crates.io package of the same name."
137 [policy.qcms]
138 audit-as-crates-io = true
139 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."
141 [policy.rure]
142 audit-as-crates-io = true
143 notes = "Identical to upstream, but with cdylib and staticlib targets disabled to avoid unnecessary build artifacts and linker errors."
145 [policy.selectors]
146 audit-as-crates-io = true
147 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."
149 [policy.servo_arc]
150 audit-as-crates-io = true
151 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."
153 [policy.smoosh]
154 criteria = "safe-to-run"
155 notes = "We're not shipping this and have no plans to ship it."
157 [policy.storage]
158 audit-as-crates-io = false
159 notes = "This is a first-party crate which is entirely unrelated to the crates.io package of the same name."
161 [policy.tabs]
162 audit-as-crates-io = false
163 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."
165 [policy.viaduct]
166 audit-as-crates-io = false
167 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."
169 [policy.warp]
170 audit-as-crates-io = true
171 notes = "This is a third-party crate, with an extra patch."
173 [policy.webdriver]
174 audit-as-crates-io = false
175 criteria = "safe-to-run"
176 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."
178 [policy.wgpu-core]
179 audit-as-crates-io = true
180 notes = "Upstream project which we pin."
182 [policy.wgpu-hal]
183 audit-as-crates-io = true
184 notes = "Upstream project which we pin."
186 [policy.wgpu-types]
187 audit-as-crates-io = true
188 notes = "Upstream project which we pin."
190 [[exemptions.adler]]
191 version = "1.0.2"
192 criteria = "safe-to-deploy"
194 [[exemptions.ahash]]
195 version = "0.7.6"
196 criteria = "safe-to-deploy"
198 [[exemptions.aho-corasick]]
199 version = "0.7.18"
200 criteria = "safe-to-deploy"
202 [[exemptions.alsa]]
203 version = "0.4.3"
204 criteria = "safe-to-deploy"
206 [[exemptions.alsa-sys]]
207 version = "0.3.1"
208 criteria = "safe-to-deploy"
210 [[exemptions.android_log-sys]]
211 version = "0.2.0"
212 criteria = "safe-to-deploy"
214 [[exemptions.ash]]
215 version = "0.37.0+1.3.209"
216 criteria = "safe-to-deploy"
218 [[exemptions.askama_derive]]
219 version = "0.11.2"
220 criteria = "safe-to-deploy"
222 [[exemptions.askama_escape]]
223 version = "0.10.3"
224 criteria = "safe-to-deploy"
226 [[exemptions.askama_shared]]
227 version = "0.12.2"
228 criteria = "safe-to-deploy"
230 [[exemptions.async-task]]
231 version = "4.0.3"
232 criteria = "safe-to-deploy"
234 [[exemptions.async-trait]]
235 version = "0.1.56"
236 criteria = "safe-to-deploy"
238 [[exemptions.atomic]]
239 version = "0.4.6"
240 criteria = "safe-to-deploy"
242 [[exemptions.audio-mixer]]
243 version = "0.1.2"
244 criteria = "safe-to-deploy"
246 [[exemptions.audio_thread_priority]]
247 version = "0.26.1"
248 criteria = "safe-to-deploy"
250 [[exemptions.base64]]
251 version = "0.13.0"
252 criteria = "safe-to-deploy"
254 [[exemptions.bincode]]
255 version = "1.3.3"
256 criteria = "safe-to-deploy"
258 [[exemptions.bitflags]]
259 version = "1.3.2"
260 criteria = "safe-to-deploy"
262 [[exemptions.bitreader]]
263 version = "0.3.6"
264 criteria = "safe-to-deploy"
266 [[exemptions.block]]
267 version = "0.1.6"
268 criteria = "safe-to-deploy"
270 [[exemptions.block-buffer]]
271 version = "0.10.2"
272 criteria = "safe-to-deploy"
274 [[exemptions.byteorder]]
275 version = "1.4.3"
276 criteria = "safe-to-deploy"
278 [[exemptions.bytes]]
279 version = "1.1.0"
280 criteria = "safe-to-deploy"
282 [[exemptions.cache-padded]]
283 version = "1.2.0"
284 criteria = "safe-to-deploy"
286 [[exemptions.camino]]
287 version = "1.0.9"
288 criteria = "safe-to-deploy"
290 [[exemptions.cargo-platform]]
291 version = "0.1.2"
292 criteria = "safe-to-deploy"
294 [[exemptions.cexpr]]
295 version = "0.6.0"
296 criteria = "safe-to-deploy"
298 [[exemptions.chrono]]
299 version = "0.4.19"
300 criteria = "safe-to-deploy"
302 [[exemptions.chunky-vec]]
303 version = "0.1.0"
304 criteria = "safe-to-deploy"
306 [[exemptions.clang-sys]]
307 version = "1.3.3"
308 criteria = "safe-to-deploy"
310 [[exemptions.clap]]
311 version = "3.1.18"
312 criteria = "safe-to-deploy"
314 [[exemptions.clap_derive]]
315 version = "3.1.18"
316 criteria = "safe-to-deploy"
318 [[exemptions.clap_lex]]
319 version = "0.2.0"
320 criteria = "safe-to-deploy"
322 [[exemptions.cookie]]
323 version = "0.16.0"
324 criteria = "safe-to-run"
326 [[exemptions.core-foundation]]
327 version = "0.9.3"
328 criteria = "safe-to-deploy"
330 [[exemptions.core-foundation-sys]]
331 version = "0.8.3"
332 criteria = "safe-to-deploy"
334 [[exemptions.core-graphics]]
335 version = "0.22.3"
336 criteria = "safe-to-deploy"
338 [[exemptions.core-graphics-types]]
339 version = "0.1.1"
340 criteria = "safe-to-deploy"
342 [[exemptions.core-text]]
343 version = "19.2.0"
344 criteria = "safe-to-deploy"
346 [[exemptions.coreaudio-sys]]
347 version = "0.2.10"
348 criteria = "safe-to-deploy"
350 [[exemptions.coremidi]]
351 version = "0.6.0@git:fc68464b5445caf111e41f643a2e69ccce0b4f83"
352 criteria = "safe-to-deploy"
354 [[exemptions.coremidi-sys]]
355 version = "3.1.0"
356 criteria = "safe-to-deploy"
358 [[exemptions.cose]]
359 version = "0.1.4"
360 criteria = "safe-to-deploy"
362 [[exemptions.cose-c]]
363 version = "0.1.5"
364 criteria = "safe-to-deploy"
366 [[exemptions.cpufeatures]]
367 version = "0.2.2"
368 criteria = "safe-to-deploy"
370 [[exemptions.crc32fast]]
371 version = "1.3.2"
372 criteria = "safe-to-deploy"
374 [[exemptions.crossbeam-channel]]
375 version = "0.5.4"
376 criteria = "safe-to-deploy"
378 [[exemptions.crossbeam-deque]]
379 version = "0.8.1"
380 criteria = "safe-to-deploy"
382 [[exemptions.crossbeam-epoch]]
383 version = "0.9.8"
384 criteria = "safe-to-deploy"
386 [[exemptions.crossbeam-utils]]
387 version = "0.8.8"
388 criteria = "safe-to-deploy"
390 [[exemptions.d3d12]]
391 version = "0.4.1"
392 criteria = "safe-to-deploy"
394 [[exemptions.darling]]
395 version = "0.13.4"
396 criteria = "safe-to-deploy"
398 [[exemptions.darling_core]]
399 version = "0.13.4"
400 criteria = "safe-to-deploy"
402 [[exemptions.darling_macro]]
403 version = "0.13.4"
404 criteria = "safe-to-deploy"
406 [[exemptions.dashmap]]
407 version = "4.0.2"
408 criteria = "safe-to-deploy"
410 [[exemptions.data-encoding]]
411 version = "2.3.2"
412 criteria = "safe-to-deploy"
414 [[exemptions.dbus]]
415 version = "0.6.5"
416 criteria = "safe-to-deploy"
418 [[exemptions.derive_more]]
419 version = "0.99.17"
420 criteria = "safe-to-deploy"
422 [[exemptions.devd-rs]]
423 version = "0.3.4"
424 criteria = "safe-to-deploy"
426 [[exemptions.digest]]
427 version = "0.10.3"
428 criteria = "safe-to-deploy"
430 [[exemptions.dirs]]
431 version = "4.0.0"
432 criteria = "safe-to-deploy"
434 [[exemptions.dirs-sys]]
435 version = "0.3.7"
436 criteria = "safe-to-deploy"
438 [[exemptions.dns-parser]]
439 version = "0.8.0"
440 criteria = "safe-to-deploy"
442 [[exemptions.dogear]]
443 version = "0.4.0"
444 criteria = "safe-to-deploy"
446 [[exemptions.dtoa]]
447 version = "0.4.8"
448 criteria = "safe-to-deploy"
450 [[exemptions.dtoa-short]]
451 version = "0.3.3"
452 criteria = "safe-to-deploy"
454 [[exemptions.dwrote]]
455 version = "0.11.0"
456 criteria = "safe-to-deploy"
458 [[exemptions.enumset]]
459 version = "1.0.11"
460 criteria = "safe-to-deploy"
462 [[exemptions.enumset_derive]]
463 version = "0.6.0"
464 criteria = "safe-to-deploy"
466 [[exemptions.env_logger]]
467 version = "0.9.0"
468 criteria = "safe-to-deploy"
470 [[exemptions.error-chain]]
471 version = "0.12.4"
472 criteria = "safe-to-deploy"
474 [[exemptions.etagere]]
475 version = "0.2.7"
476 criteria = "safe-to-deploy"
478 [[exemptions.euclid]]
479 version = "0.22.7"
480 criteria = "safe-to-deploy"
482 [[exemptions.fallible-iterator]]
483 version = "0.2.0"
484 criteria = "safe-to-deploy"
486 [[exemptions.fallible-streaming-iterator]]
487 version = "0.1.9"
488 criteria = "safe-to-deploy"
490 [[exemptions.fallible_collections]]
491 version = "0.4.4"
492 criteria = "safe-to-deploy"
494 [[exemptions.fastrand]]
495 version = "1.7.0"
496 criteria = "safe-to-deploy"
498 [[exemptions.ffi-support]]
499 version = "0.4.4"
500 criteria = "safe-to-deploy"
502 [[exemptions.flate2]]
503 version = "1.0.24"
504 criteria = "safe-to-deploy"
506 [[exemptions.float-cmp]]
507 version = "0.6.0"
508 criteria = "safe-to-deploy"
510 [[exemptions.foreign-types]]
511 version = "0.3.2"
512 criteria = "safe-to-deploy"
514 [[exemptions.foreign-types-shared]]
515 version = "0.1.1"
516 criteria = "safe-to-deploy"
518 [[exemptions.freetype]]
519 version = "0.7.0"
520 criteria = "safe-to-deploy"
522 [[exemptions.fs-err]]
523 version = "2.7.0"
524 criteria = "safe-to-deploy"
526 [[exemptions.fuchsia-zircon]]
527 version = "0.3.3"
528 criteria = "safe-to-run"
530 [[exemptions.fuchsia-zircon-sys]]
531 version = "0.3.3"
532 criteria = "safe-to-run"
534 [[exemptions.futures]]
535 version = "0.3.21"
536 criteria = "safe-to-deploy"
538 [[exemptions.futures-channel]]
539 version = "0.3.21"
540 criteria = "safe-to-deploy"
542 [[exemptions.futures-core]]
543 version = "0.3.21"
544 criteria = "safe-to-deploy"
546 [[exemptions.futures-executor]]
547 version = "0.3.21"
548 criteria = "safe-to-deploy"
550 [[exemptions.futures-io]]
551 version = "0.3.21"
552 criteria = "safe-to-deploy"
554 [[exemptions.futures-macro]]
555 version = "0.3.21"
556 criteria = "safe-to-deploy"
558 [[exemptions.futures-sink]]
559 version = "0.3.21"
560 criteria = "safe-to-deploy"
562 [[exemptions.futures-task]]
563 version = "0.3.21"
564 criteria = "safe-to-deploy"
566 [[exemptions.futures-util]]
567 version = "0.3.21"
568 criteria = "safe-to-deploy"
570 [[exemptions.generic-array]]
571 version = "0.14.5"
572 criteria = "safe-to-deploy"
574 [[exemptions.getrandom]]
575 version = "0.2.6"
576 criteria = "safe-to-deploy"
578 [[exemptions.gl_generator]]
579 version = "0.14.0"
580 criteria = "safe-to-deploy"
582 [[exemptions.gleam]]
583 version = "0.13.1"
584 criteria = "safe-to-deploy"
586 [[exemptions.glob]]
587 version = "0.3.0"
588 criteria = "safe-to-deploy"
590 [[exemptions.glsl]]
591 version = "6.0.1"
592 criteria = "safe-to-deploy"
594 [[exemptions.glslopt]]
595 version = "0.1.9"
596 criteria = "safe-to-deploy"
598 [[exemptions.goblin]]
599 version = "0.1.3"
600 criteria = "safe-to-deploy"
602 [[exemptions.gpu-alloc]]
603 version = "0.5.3"
604 criteria = "safe-to-deploy"
606 [[exemptions.gpu-alloc-types]]
607 version = "0.2.0"
608 criteria = "safe-to-deploy"
610 [[exemptions.gpu-descriptor]]
611 version = "0.2.2"
612 criteria = "safe-to-deploy"
614 [[exemptions.gpu-descriptor-types]]
615 version = "0.1.1"
616 criteria = "safe-to-deploy"
618 [[exemptions.hashlink]]
619 version = "0.7.0"
620 criteria = "safe-to-deploy"
622 [[exemptions.headers]]
623 version = "0.3.7"
624 criteria = "safe-to-run"
626 [[exemptions.headers-core]]
627 version = "0.2.0"
628 criteria = "safe-to-run"
630 [[exemptions.hermit-abi]]
631 version = "0.1.19"
632 criteria = "safe-to-deploy"
634 [[exemptions.hexf-parse]]
635 version = "0.2.1"
636 criteria = "safe-to-deploy"
638 [[exemptions.httparse]]
639 version = "1.7.1"
640 criteria = "safe-to-run"
642 [[exemptions.ident_case]]
643 version = "1.0.1"
644 criteria = "safe-to-deploy"
646 [[exemptions.idna]]
647 version = "0.2.3"
648 criteria = "safe-to-deploy"
650 [[exemptions.indexmap]]
651 version = "1.8.2"
652 criteria = "safe-to-deploy"
654 [[exemptions.inherent]]
655 version = "1.0.1"
656 criteria = "safe-to-deploy"
658 [[exemptions.instant]]
659 version = "0.1.12"
660 criteria = "safe-to-deploy"
662 [[exemptions.ioctl-sys]]
663 version = "0.7.1"
664 criteria = "safe-to-deploy"
666 [[exemptions.iovec]]
667 version = "0.1.4"
668 criteria = "safe-to-deploy"
670 [[exemptions.itertools]]
671 version = "0.10.3"
672 criteria = "safe-to-deploy"
674 [[exemptions.itoa]]
675 version = "1.0.2"
676 criteria = "safe-to-deploy"
678 [[exemptions.jobserver]]
679 version = "0.1.24"
680 criteria = "safe-to-deploy"
682 [[exemptions.khronos-egl]]
683 version = "4.1.0"
684 criteria = "safe-to-deploy"
686 [[exemptions.khronos_api]]
687 version = "3.1.0"
688 criteria = "safe-to-deploy"
690 [[exemptions.lazycell]]
691 version = "1.3.0"
692 criteria = "safe-to-deploy"
694 [[exemptions.libc]]
695 version = "0.2.126"
696 criteria = "safe-to-deploy"
698 [[exemptions.libdbus-sys]]
699 version = "0.2.2"
700 criteria = "safe-to-deploy"
702 [[exemptions.libloading]]
703 version = "0.7.3"
704 criteria = "safe-to-deploy"
706 [[exemptions.libsqlite3-sys]]
707 version = "0.25.2"
708 criteria = "safe-to-deploy"
709 suggest = false
710 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"
712 [[exemptions.libudev]]
713 version = "0.2.0"
714 criteria = "safe-to-deploy"
716 [[exemptions.line-wrap]]
717 version = "0.1.1"
718 criteria = "safe-to-run"
720 [[exemptions.lmdb-rkv]]
721 version = "0.14.0"
722 criteria = "safe-to-deploy"
724 [[exemptions.lmdb-rkv-sys]]
725 version = "0.11.2"
726 criteria = "safe-to-deploy"
728 [[exemptions.lock_api]]
729 version = "0.4.7"
730 criteria = "safe-to-deploy"
732 [[exemptions.mach]]
733 version = "0.3.2"
734 criteria = "safe-to-deploy"
736 [[exemptions.malloc_buf]]
737 version = "0.0.6"
738 criteria = "safe-to-deploy"
740 [[exemptions.memalloc]]
741 version = "0.1.0"
742 criteria = "safe-to-deploy"
744 [[exemptions.memchr]]
745 version = "2.5.0"
746 criteria = "safe-to-deploy"
748 [[exemptions.memmap2]]
749 version = "0.5.4"
750 criteria = "safe-to-deploy"
752 [[exemptions.memoffset]]
753 version = "0.6.5"
754 criteria = "safe-to-deploy"
756 [[exemptions.metal]]
757 version = "0.23.1"
758 criteria = "safe-to-deploy"
760 [[exemptions.midir]]
761 version = "0.7.0"
762 criteria = "safe-to-deploy"
764 [[exemptions.mime]]
765 version = "0.3.16"
766 criteria = "safe-to-deploy"
768 [[exemptions.mime_guess]]
769 version = "2.0.4"
770 criteria = "safe-to-deploy"
772 [[exemptions.minimal-lexical]]
773 version = "0.2.1"
774 criteria = "safe-to-deploy"
776 [[exemptions.miniz_oxide]]
777 version = "0.5.3"
778 criteria = "safe-to-deploy"
780 [[exemptions.mio]]
781 version = "0.6.23"
782 criteria = "safe-to-run"
784 [[exemptions.mio]]
785 version = "0.8.0"
786 criteria = "safe-to-deploy"
788 [[exemptions.mio-extras]]
789 version = "2.0.6"
790 criteria = "safe-to-run"
792 [[exemptions.miow]]
793 version = "0.3.7"
794 criteria = "safe-to-deploy"
796 [[exemptions.moz_cbor]]
797 version = "0.1.2"
798 criteria = "safe-to-deploy"
800 [[exemptions.murmurhash3]]
801 version = "0.0.5"
802 criteria = "safe-to-deploy"
804 [[exemptions.net2]]
805 version = "0.2.37"
806 criteria = "safe-to-run"
808 [[exemptions.nix]]
809 version = "0.15.0"
810 criteria = "safe-to-deploy"
812 [[exemptions.nom]]
813 version = "7.1.1"
814 criteria = "safe-to-deploy"
816 [[exemptions.ntapi]]
817 version = "0.3.7"
818 criteria = "safe-to-deploy"
820 [[exemptions.num_cpus]]
821 version = "1.13.1"
822 criteria = "safe-to-deploy"
824 [[exemptions.objc]]
825 version = "0.2.7"
826 criteria = "safe-to-deploy"
828 [[exemptions.objc_exception]]
829 version = "0.1.2"
830 criteria = "safe-to-deploy"
832 [[exemptions.object]]
833 version = "0.28.4"
834 criteria = "safe-to-deploy"
836 [[exemptions.once_cell]]
837 version = "1.12.0"
838 criteria = "safe-to-deploy"
840 [[exemptions.ordered-float]]
841 version = "3.0.0"
842 criteria = "safe-to-deploy"
844 [[exemptions.os_str_bytes]]
845 version = "6.1.0"
846 criteria = "safe-to-deploy"
848 [[exemptions.oslog]]
849 version = "0.1.0"
850 criteria = "safe-to-deploy"
852 [[exemptions.owning_ref]]
853 version = "0.4.1"
854 criteria = "safe-to-deploy"
856 [[exemptions.packed_simd_2]]
857 version = "0.3.7"
858 criteria = "safe-to-deploy"
860 [[exemptions.parking_lot]]
861 version = "0.11.2"
862 criteria = "safe-to-deploy"
864 [[exemptions.parking_lot_core]]
865 version = "0.8.5"
866 criteria = "safe-to-deploy"
868 [[exemptions.paste]]
869 version = "1.0.7"
870 criteria = "safe-to-deploy"
872 [[exemptions.peeking_take_while]]
873 version = "0.1.2"
874 criteria = "safe-to-deploy"
876 [[exemptions.phf]]
877 version = "0.10.1"
878 criteria = "safe-to-deploy"
880 [[exemptions.phf_codegen]]
881 version = "0.10.0"
882 criteria = "safe-to-deploy"
884 [[exemptions.phf_generator]]
885 version = "0.10.0"
886 criteria = "safe-to-deploy"
888 [[exemptions.phf_macros]]
889 version = "0.10.0"
890 criteria = "safe-to-deploy"
892 [[exemptions.phf_shared]]
893 version = "0.10.0"
894 criteria = "safe-to-deploy"
896 [[exemptions.pin-project-lite]]
897 version = "0.2.9"
898 criteria = "safe-to-deploy"
900 [[exemptions.pin-utils]]
901 version = "0.1.0"
902 criteria = "safe-to-deploy"
904 [[exemptions.pkg-config]]
905 version = "0.3.25"
906 criteria = "safe-to-deploy"
908 [[exemptions.plain]]
909 version = "0.2.3"
910 criteria = "safe-to-deploy"
912 [[exemptions.plist]]
913 version = "1.3.1"
914 criteria = "safe-to-run"
916 [[exemptions.ppv-lite86]]
917 version = "0.2.16"
918 criteria = "safe-to-deploy"
920 [[exemptions.proc-macro-error]]
921 version = "1.0.4"
922 criteria = "safe-to-deploy"
924 [[exemptions.proc-macro-error-attr]]
925 version = "1.0.4"
926 criteria = "safe-to-deploy"
928 [[exemptions.proc-macro-hack]]
929 version = "0.5.19"
930 criteria = "safe-to-deploy"
932 [[exemptions.profiling]]
933 version = "1.0.6"
934 criteria = "safe-to-deploy"
936 [[exemptions.prost]]
937 version = "0.8.0"
938 criteria = "safe-to-deploy"
940 [[exemptions.prost-derive]]
941 version = "0.8.0"
942 criteria = "safe-to-deploy"
944 [[exemptions.qlog]]
945 version = "0.4.0"
946 criteria = "safe-to-deploy"
948 [[exemptions.quick-error]]
949 version = "1.2.3"
950 criteria = "safe-to-deploy"
952 [[exemptions.rand]]
953 version = "0.8.5"
954 criteria = "safe-to-deploy"
956 [[exemptions.rand_chacha]]
957 version = "0.3.1"
958 criteria = "safe-to-deploy"
960 [[exemptions.rand_core]]
961 version = "0.6.3"
962 criteria = "safe-to-deploy"
964 [[exemptions.range-alloc]]
965 version = "0.1.2"
966 criteria = "safe-to-deploy"
968 [[exemptions.redox_syscall]]
969 version = "0.2.13"
970 criteria = "safe-to-deploy"
972 [[exemptions.regex]]
973 version = "1.5.6"
974 criteria = "safe-to-deploy"
976 [[exemptions.regex-syntax]]
977 version = "0.6.26"
978 criteria = "safe-to-deploy"
980 [[exemptions.remove_dir_all]]
981 version = "0.5.3"
982 criteria = "safe-to-deploy"
984 [[exemptions.replace_with]]
985 version = "0.1.7"
986 criteria = "safe-to-deploy"
988 [[exemptions.ringbuf]]
989 version = "0.2.8"
990 criteria = "safe-to-deploy"
992 [[exemptions.ron]]
993 version = "0.7.0"
994 criteria = "safe-to-deploy"
996 [[exemptions.runloop]]
997 version = "0.1.0"
998 criteria = "safe-to-deploy"
1000 [[exemptions.rusqlite]]
1001 version = "0.27.0"
1002 criteria = "safe-to-deploy"
1004 [[exemptions.rust-ini]]
1005 version = "0.10.3"
1006 criteria = "safe-to-deploy"
1008 [[exemptions.rust_cascade]]
1009 version = "1.4.0"
1010 criteria = "safe-to-deploy"
1012 [[exemptions.rust_decimal]]
1013 version = "1.24.0"
1014 criteria = "safe-to-deploy"
1016 [[exemptions.ryu]]
1017 version = "1.0.10"
1018 criteria = "safe-to-deploy"
1020 [[exemptions.safemem]]
1021 version = "0.3.3"
1022 criteria = "safe-to-run"
1024 [[exemptions.same-file]]
1025 version = "1.0.6"
1026 criteria = "safe-to-deploy"
1028 [[exemptions.scoped-tls]]
1029 version = "1.0.0"
1030 criteria = "safe-to-run"
1032 [[exemptions.scopeguard]]
1033 version = "1.1.0"
1034 criteria = "safe-to-deploy"
1036 [[exemptions.scroll]]
1037 version = "0.10.2"
1038 criteria = "safe-to-deploy"
1040 [[exemptions.scroll_derive]]
1041 version = "0.10.5"
1042 criteria = "safe-to-deploy"
1044 [[exemptions.self_cell]]
1045 version = "0.10.2"
1046 criteria = "safe-to-deploy"
1048 [[exemptions.semver]]
1049 version = "1.0.9"
1050 criteria = "safe-to-deploy"
1052 [[exemptions.serde]]
1053 version = "1.0.137"
1054 criteria = "safe-to-deploy"
1056 [[exemptions.serde_bytes]]
1057 version = "0.11.6"
1058 criteria = "safe-to-deploy"
1060 [[exemptions.serde_derive]]
1061 version = "1.0.137"
1062 criteria = "safe-to-deploy"
1064 [[exemptions.serde_json]]
1065 version = "1.0.81"
1066 criteria = "safe-to-deploy"
1068 [[exemptions.serde_repr]]
1069 version = "0.1.8"
1070 criteria = "safe-to-run"
1072 [[exemptions.serde_with]]
1073 version = "1.14.0"
1074 criteria = "safe-to-deploy"
1076 [[exemptions.serde_with_macros]]
1077 version = "1.5.2"
1078 criteria = "safe-to-deploy"
1080 [[exemptions.serde_yaml]]
1081 version = "0.8.24"
1082 criteria = "safe-to-run"
1084 [[exemptions.sfv]]
1085 version = "0.9.2"
1086 criteria = "safe-to-deploy"
1088 [[exemptions.sha1]]
1089 version = "0.10.0"
1090 criteria = "safe-to-run"
1092 [[exemptions.sha2]]
1093 version = "0.10.2"
1094 criteria = "safe-to-deploy"
1096 [[exemptions.shlex]]
1097 version = "1.1.0"
1098 criteria = "safe-to-deploy"
1100 [[exemptions.siphasher]]
1101 version = "0.3.10"
1102 criteria = "safe-to-deploy"
1104 [[exemptions.slab]]
1105 version = "0.4.6"
1106 criteria = "safe-to-deploy"
1108 [[exemptions.smallbitvec]]
1109 version = "2.5.1"
1110 criteria = "safe-to-deploy"
1112 [[exemptions.smallvec]]
1113 version = "1.8.0"
1114 criteria = "safe-to-deploy"
1116 [[exemptions.socket2]]
1117 version = "0.4.4"
1118 criteria = "safe-to-deploy"
1120 [[exemptions.spirv]]
1121 version = "0.2.0+1.5.4"
1122 criteria = "safe-to-deploy"
1124 [[exemptions.stable_deref_trait]]
1125 version = "1.2.0"
1126 criteria = "safe-to-deploy"
1128 [[exemptions.static_assertions]]
1129 version = "1.1.0"
1130 criteria = "safe-to-deploy"
1132 [[exemptions.strsim]]
1133 version = "0.10.0"
1134 criteria = "safe-to-deploy"
1136 [[exemptions.syn]]
1137 version = "1.0.96"
1138 criteria = "safe-to-deploy"
1140 [[exemptions.tempfile]]
1141 version = "3.3.0"
1142 criteria = "safe-to-deploy"
1144 [[exemptions.termcolor]]
1145 version = "1.1.3"
1146 criteria = "safe-to-deploy"
1148 [[exemptions.terminal_size]]
1149 version = "0.1.17"
1150 criteria = "safe-to-deploy"
1152 [[exemptions.textwrap]]
1153 version = "0.15.0"
1154 criteria = "safe-to-deploy"
1156 [[exemptions.thiserror]]
1157 version = "1.0.31"
1158 criteria = "safe-to-deploy"
1160 [[exemptions.thiserror-impl]]
1161 version = "1.0.31"
1162 criteria = "safe-to-deploy"
1164 [[exemptions.threadbound]]
1165 version = "0.1.3"
1166 criteria = "safe-to-deploy"
1168 [[exemptions.time]]
1169 version = "0.1.44"
1170 criteria = "safe-to-deploy"
1172 [[exemptions.time]]
1173 version = "0.3.9"
1174 criteria = "safe-to-run"
1176 [[exemptions.time-macros]]
1177 version = "0.2.4"
1178 criteria = "safe-to-run"
1180 [[exemptions.tokio]]
1181 version = "1.17.0"
1182 criteria = "safe-to-run"
1184 [[exemptions.tokio-macros]]
1185 version = "1.8.0"
1186 criteria = "safe-to-run"
1188 [[exemptions.tokio-stream]]
1189 version = "0.1.9"
1190 criteria = "safe-to-run"
1192 [[exemptions.tokio-util]]
1193 version = "0.7.2"
1194 criteria = "safe-to-run"
1196 [[exemptions.toml]]
1197 version = "0.5.9"
1198 criteria = "safe-to-deploy"
1200 [[exemptions.triple_buffer]]
1201 version = "5.0.6"
1202 criteria = "safe-to-deploy"
1204 [[exemptions.type-map]]
1205 version = "0.4.0"
1206 criteria = "safe-to-deploy"
1208 [[exemptions.typenum]]
1209 version = "1.15.0"
1210 criteria = "safe-to-deploy"
1212 [[exemptions.unicode-ident]]
1213 version = "1.0.0"
1214 criteria = "safe-to-deploy"
1216 [[exemptions.unicode-segmentation]]
1217 version = "1.9.0"
1218 criteria = "safe-to-deploy"
1220 [[exemptions.unicode-width]]
1221 version = "0.1.9"
1222 criteria = "safe-to-deploy"
1224 [[exemptions.unicode-xid]]
1225 version = "0.2.3"
1226 criteria = "safe-to-deploy"
1228 [[exemptions.unix_path]]
1229 version = "1.0.1"
1230 criteria = "safe-to-run"
1232 [[exemptions.unix_str]]
1233 version = "1.0.0"
1234 criteria = "safe-to-run"
1236 [[exemptions.url]]
1237 version = "2.1.0"
1238 criteria = "safe-to-deploy"
1240 [[exemptions.uuid]]
1241 version = "0.8.2"
1242 criteria = "safe-to-deploy"
1244 [[exemptions.version_check]]
1245 version = "0.9.4"
1246 criteria = "safe-to-deploy"
1248 [[exemptions.walkdir]]
1249 version = "2.3.2"
1250 criteria = "safe-to-deploy"
1252 [[exemptions.warp]]
1253 version = "0.3.2"
1254 criteria = "safe-to-run"
1256 [[exemptions.wasi]]
1257 version = "0.11.0+wasi-snapshot-preview1"
1258 criteria = "safe-to-deploy"
1260 [[exemptions.webrtc-sdp]]
1261 version = "0.3.9"
1262 criteria = "safe-to-deploy"
1264 [[exemptions.winapi]]
1265 version = "0.3.9"
1266 criteria = "safe-to-deploy"
1268 [[exemptions.winapi-i686-pc-windows-gnu]]
1269 version = "0.4.0"
1270 criteria = "safe-to-deploy"
1272 [[exemptions.winapi-util]]
1273 version = "0.1.5"
1274 criteria = "safe-to-deploy"
1276 [[exemptions.winapi-x86_64-pc-windows-gnu]]
1277 version = "0.4.0"
1278 criteria = "safe-to-deploy"
1280 [[exemptions.wio]]
1281 version = "0.2.2"
1282 criteria = "safe-to-deploy"
1284 [[exemptions.xml-rs]]
1285 version = "0.8.4"
1286 criteria = "safe-to-deploy"
1288 [[exemptions.yaml-rust]]
1289 version = "0.4.5"
1290 criteria = "safe-to-run"
1292 [[exemptions.zeitstempel]]
1293 version = "0.1.1"
1294 criteria = "safe-to-deploy"
1296 [[exemptions.zip]]
1297 version = "0.6.2"
1298 criteria = "safe-to-run"