Bug 1793677 [wpt PR 36271] - Run sysdiagnose at the end of Azure Pipelines jobs on...
[gecko.git] / supply-chain / config.toml
blob7282c1ab00816c35c1d257fe84a0c5472c0c7b56
2 # cargo-vet config file
4 [imports.bytecodealliance]
5 url = "https://raw.githubusercontent.com/bytecodealliance/wasmtime/main/supply-chain/audits.toml"
7 [imports.embark]
8 url = "https://raw.githubusercontent.com/EmbarkStudios/rust-ecosystem/main/audits.toml"
10 [policy.async-task]
11 audit-as-crates-io = true
12 notes = "This is the upstream code plus an extra fix that hasn't been released yet, see bug 1746533."
14 [policy.audioipc-client]
15 criteria = []
16 notes = "Going away very soon in bug 1697845"
18 [policy.audioipc-server]
19 criteria = []
20 notes = "Going away very soon in bug 1697845"
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.d3d12]
39 audit-as-crates-io = true
40 notes = "wgpu-hal pins this crate."
42 [policy.geckodriver]
43 audit-as-crates-io = false
44 criteria = "safe-to-run"
45 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."
47 [policy.gkrust-gtest]
48 criteria = "safe-to-run"
49 notes = "Used for testing."
51 [policy.gkrust-shared]
52 dependency-criteria = { tokio-reactor = [], tokio-threadpool = [] }
54 [policy.gkrust_shared]
55 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."
57 [policy.gluesmith]
58 criteria = "safe-to-run"
59 notes = "Used for fuzzing."
61 [policy.http3server]
62 criteria = "safe-to-run"
63 notes = "Used for testing."
65 [policy.l10nregistry]
66 dependency-criteria = { fluent-testing = "safe-to-run", tokio = "safe-to-run" }
67 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."
69 [policy.libudev-sys]
70 audit-as-crates-io = false
71 notes = "This override is an api-compatible fork with an orthogonal implementation."
73 [policy.marionette]
74 audit-as-crates-io = true
75 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."
77 [policy.metal]
78 audit-as-crates-io = true
79 notes = "wgpu-hal pins this crate."
81 [policy.midir]
82 audit-as-crates-io = true
83 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."
85 [policy.mio]
86 audit-as-crates-io = true
87 notes = "Version 0.6.23 is a local fork of upstream which just twiddles some dependencies."
89 [policy.mio-named-pipes]
90 audit-as-crates-io = true
91 notes = "We have a local fork, but this entire subtree is going away shortly anyway with the old audioipc code."
93 [policy.mozbuild]
94 audit-as-crates-io = false
95 notes = "The crates.io version of this is just a placeholder to allow public crates to depend on mozbuild."
97 [policy.mozdevice]
98 audit-as-crates-io = true
99 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."
101 [policy.mozglue-static]
102 dependency-criteria = { rustc_version = "safe-to-run" }
103 notes = "The rustc_version dependency is only used in the build script, and does not generate any runtime code"
105 [policy.mozprofile]
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.mozrunner]
110 audit-as-crates-io = true
111 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."
113 [policy.mozversion]
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.naga]
118 audit-as-crates-io = true
119 notes = "wgpu-core pins this crate."
121 [policy.packed_simd_2]
122 audit-as-crates-io = true
123 notes = "Based on upstream, see bug 1719674."
125 [policy.pulse]
126 audit-as-crates-io = false
127 notes = "This is a first-party crate which is entirely unrelated to the crates.io package of the same name."
129 [policy.qcms]
130 audit-as-crates-io = true
131 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."
133 [policy.rure]
134 audit-as-crates-io = true
135 notes = "Identical to upstream, but with cdylib and staticlib targets disabled to avoid unnecessary build artifacts and linker errors."
137 [policy.selectors]
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.servo_arc]
142 audit-as-crates-io = true
143 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."
145 [policy.smoosh]
146 criteria = "safe-to-run"
147 notes = "We're not shipping this and have no plans to ship it."
149 [policy.storage]
150 audit-as-crates-io = false
151 notes = "This is a first-party crate which is entirely unrelated to the crates.io package of the same name."
153 [policy.viaduct]
154 audit-as-crates-io = false
155 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."
157 [policy.webdriver]
158 audit-as-crates-io = false
159 criteria = "safe-to-run"
160 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."
162 [policy.wgpu]
163 audit-as-crates-io = true
164 notes = "Upstream project which we pin."
166 [policy.wgpu-core]
167 audit-as-crates-io = true
168 notes = "Upstream project which we pin."
170 [policy.wgpu-hal]
171 audit-as-crates-io = true
172 notes = "Upstream project which we pin."
174 [policy.wgpu-types]
175 audit-as-crates-io = true
176 notes = "Upstream project which we pin."
178 [[exemptions.adler]]
179 version = "1.0.2"
180 criteria = "safe-to-deploy"
182 [[exemptions.ahash]]
183 version = "0.7.6"
184 criteria = "safe-to-deploy"
186 [[exemptions.aho-corasick]]
187 version = "0.7.18"
188 criteria = "safe-to-deploy"
190 [[exemptions.alsa]]
191 version = "0.4.3"
192 criteria = "safe-to-deploy"
194 [[exemptions.alsa-sys]]
195 version = "0.3.1"
196 criteria = "safe-to-deploy"
198 [[exemptions.android_log-sys]]
199 version = "0.2.0"
200 criteria = "safe-to-deploy"
202 [[exemptions.arrayref]]
203 version = "0.3.6"
204 criteria = "safe-to-deploy"
206 [[exemptions.ash]]
207 version = "0.37.0+1.3.209"
208 criteria = "safe-to-deploy"
210 [[exemptions.askama_derive]]
211 version = "0.11.2"
212 criteria = "safe-to-deploy"
214 [[exemptions.askama_escape]]
215 version = "0.10.3"
216 criteria = "safe-to-deploy"
218 [[exemptions.askama_shared]]
219 version = "0.12.2"
220 criteria = "safe-to-deploy"
222 [[exemptions.async-task]]
223 version = "4.0.3"
224 criteria = "safe-to-deploy"
226 [[exemptions.async-trait]]
227 version = "0.1.56"
228 criteria = "safe-to-deploy"
230 [[exemptions.atomic]]
231 version = "0.4.6"
232 criteria = "safe-to-deploy"
234 [[exemptions.audio-mixer]]
235 version = "0.1.2"
236 criteria = "safe-to-deploy"
238 [[exemptions.audio_thread_priority]]
239 version = "0.26.1"
240 criteria = "safe-to-deploy"
242 [[exemptions.authenticator]]
243 version = "0.3.1"
244 criteria = "safe-to-deploy"
246 [[exemptions.base64]]
247 version = "0.13.0"
248 criteria = "safe-to-deploy"
250 [[exemptions.binary-space-partition]]
251 version = "0.1.2"
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.bitflags_serde_shim]]
263 version = "0.2.2"
264 criteria = "safe-to-deploy"
266 [[exemptions.bitreader]]
267 version = "0.3.6"
268 criteria = "safe-to-deploy"
270 [[exemptions.bitvec]]
271 version = "0.19.6"
272 criteria = "safe-to-deploy"
274 [[exemptions.block]]
275 version = "0.1.6"
276 criteria = "safe-to-deploy"
278 [[exemptions.block-buffer]]
279 version = "0.10.2"
280 criteria = "safe-to-deploy"
282 [[exemptions.byteorder]]
283 version = "1.4.3"
284 criteria = "safe-to-deploy"
286 [[exemptions.bytes]]
287 version = "1.1.0"
288 criteria = "safe-to-deploy"
290 [[exemptions.cache-padded]]
291 version = "1.2.0"
292 criteria = "safe-to-deploy"
294 [[exemptions.camino]]
295 version = "1.0.9"
296 criteria = "safe-to-deploy"
298 [[exemptions.cargo-platform]]
299 version = "0.1.2"
300 criteria = "safe-to-deploy"
302 [[exemptions.cargo_metadata]]
303 version = "0.14.2"
304 criteria = "safe-to-deploy"
306 [[exemptions.cexpr]]
307 version = "0.6.0"
308 criteria = "safe-to-deploy"
310 [[exemptions.cfg_aliases]]
311 version = "0.1.1"
312 criteria = "safe-to-deploy"
314 [[exemptions.chrono]]
315 version = "0.4.19"
316 criteria = "safe-to-deploy"
318 [[exemptions.chunky-vec]]
319 version = "0.1.0"
320 criteria = "safe-to-deploy"
322 [[exemptions.clang-sys]]
323 version = "1.3.3"
324 criteria = "safe-to-deploy"
326 [[exemptions.clap]]
327 version = "3.1.18"
328 criteria = "safe-to-deploy"
330 [[exemptions.clap_derive]]
331 version = "3.1.18"
332 criteria = "safe-to-deploy"
334 [[exemptions.clap_lex]]
335 version = "0.2.0"
336 criteria = "safe-to-deploy"
338 [[exemptions.codespan-reporting]]
339 version = "0.11.1"
340 criteria = "safe-to-deploy"
342 [[exemptions.cookie]]
343 version = "0.16.0"
344 criteria = "safe-to-run"
346 [[exemptions.copyless]]
347 version = "0.1.5"
348 criteria = "safe-to-deploy"
350 [[exemptions.core-foundation]]
351 version = "0.9.3"
352 criteria = "safe-to-deploy"
354 [[exemptions.core-foundation-sys]]
355 version = "0.8.3"
356 criteria = "safe-to-deploy"
358 [[exemptions.core-graphics]]
359 version = "0.22.3"
360 criteria = "safe-to-deploy"
362 [[exemptions.core-graphics-types]]
363 version = "0.1.1"
364 criteria = "safe-to-deploy"
366 [[exemptions.core-text]]
367 version = "19.2.0"
368 criteria = "safe-to-deploy"
370 [[exemptions.coreaudio-sys]]
371 version = "0.2.10"
372 criteria = "safe-to-deploy"
374 [[exemptions.coremidi]]
375 version = "0.6.0"
376 criteria = "safe-to-deploy"
378 [[exemptions.coremidi-sys]]
379 version = "3.1.0"
380 criteria = "safe-to-deploy"
382 [[exemptions.cose]]
383 version = "0.1.4"
384 criteria = "safe-to-deploy"
386 [[exemptions.cose-c]]
387 version = "0.1.5"
388 criteria = "safe-to-deploy"
390 [[exemptions.cpufeatures]]
391 version = "0.2.2"
392 criteria = "safe-to-deploy"
394 [[exemptions.crc32fast]]
395 version = "1.3.2"
396 criteria = "safe-to-deploy"
398 [[exemptions.crossbeam-channel]]
399 version = "0.5.4"
400 criteria = "safe-to-deploy"
402 [[exemptions.crossbeam-deque]]
403 version = "0.8.1"
404 criteria = "safe-to-deploy"
406 [[exemptions.crossbeam-epoch]]
407 version = "0.9.8"
408 criteria = "safe-to-deploy"
410 [[exemptions.crossbeam-utils]]
411 version = "0.8.8"
412 criteria = "safe-to-deploy"
414 [[exemptions.d3d12]]
415 version = "0.4.1"
416 criteria = "safe-to-deploy"
418 [[exemptions.darling]]
419 version = "0.13.4"
420 criteria = "safe-to-deploy"
422 [[exemptions.darling_core]]
423 version = "0.13.4"
424 criteria = "safe-to-deploy"
426 [[exemptions.darling_macro]]
427 version = "0.13.4"
428 criteria = "safe-to-deploy"
430 [[exemptions.dashmap]]
431 version = "4.0.2"
432 criteria = "safe-to-deploy"
434 [[exemptions.data-encoding]]
435 version = "2.3.2"
436 criteria = "safe-to-deploy"
438 [[exemptions.dbus]]
439 version = "0.6.5"
440 criteria = "safe-to-deploy"
442 [[exemptions.derive_more]]
443 version = "0.99.17"
444 criteria = "safe-to-deploy"
446 [[exemptions.devd-rs]]
447 version = "0.3.4"
448 criteria = "safe-to-deploy"
450 [[exemptions.digest]]
451 version = "0.10.3"
452 criteria = "safe-to-deploy"
454 [[exemptions.dirs]]
455 version = "4.0.0"
456 criteria = "safe-to-deploy"
458 [[exemptions.dirs-sys]]
459 version = "0.3.7"
460 criteria = "safe-to-deploy"
462 [[exemptions.dns-parser]]
463 version = "0.8.0"
464 criteria = "safe-to-deploy"
466 [[exemptions.dogear]]
467 version = "0.4.0"
468 criteria = "safe-to-deploy"
470 [[exemptions.dtoa]]
471 version = "0.4.8"
472 criteria = "safe-to-deploy"
474 [[exemptions.dtoa-short]]
475 version = "0.3.3"
476 criteria = "safe-to-deploy"
478 [[exemptions.dwrote]]
479 version = "0.11.0"
480 criteria = "safe-to-deploy"
482 [[exemptions.either]]
483 version = "1.6.1"
484 criteria = "safe-to-deploy"
486 [[exemptions.enumset]]
487 version = "1.0.11"
488 criteria = "safe-to-deploy"
490 [[exemptions.enumset_derive]]
491 version = "0.6.0"
492 criteria = "safe-to-deploy"
494 [[exemptions.env_logger]]
495 version = "0.9.0"
496 criteria = "safe-to-deploy"
498 [[exemptions.error-chain]]
499 version = "0.12.4"
500 criteria = "safe-to-deploy"
502 [[exemptions.etagere]]
503 version = "0.2.7"
504 criteria = "safe-to-deploy"
506 [[exemptions.euclid]]
507 version = "0.22.7"
508 criteria = "safe-to-deploy"
510 [[exemptions.fallible-iterator]]
511 version = "0.2.0"
512 criteria = "safe-to-deploy"
514 [[exemptions.fallible-streaming-iterator]]
515 version = "0.1.9"
516 criteria = "safe-to-deploy"
518 [[exemptions.fallible_collections]]
519 version = "0.4.4"
520 criteria = "safe-to-deploy"
522 [[exemptions.fastrand]]
523 version = "1.7.0"
524 criteria = "safe-to-deploy"
526 [[exemptions.ffi-support]]
527 version = "0.4.4"
528 criteria = "safe-to-deploy"
530 [[exemptions.flate2]]
531 version = "1.0.24"
532 criteria = "safe-to-deploy"
534 [[exemptions.float-cmp]]
535 version = "0.6.0"
536 criteria = "safe-to-deploy"
538 [[exemptions.foreign-types]]
539 version = "0.3.2"
540 criteria = "safe-to-deploy"
542 [[exemptions.foreign-types-shared]]
543 version = "0.1.1"
544 criteria = "safe-to-deploy"
546 [[exemptions.form_urlencoded]]
547 version = "1.0.1"
548 criteria = "safe-to-run"
550 [[exemptions.freetype]]
551 version = "0.7.0"
552 criteria = "safe-to-deploy"
554 [[exemptions.fs-err]]
555 version = "2.7.0"
556 criteria = "safe-to-deploy"
558 [[exemptions.fuchsia-zircon]]
559 version = "0.3.3"
560 criteria = "safe-to-run"
562 [[exemptions.fuchsia-zircon-sys]]
563 version = "0.3.3"
564 criteria = "safe-to-run"
566 [[exemptions.funty]]
567 version = "1.1.0"
568 criteria = "safe-to-deploy"
570 [[exemptions.futures]]
571 version = "0.3.21"
572 criteria = "safe-to-deploy"
574 [[exemptions.futures-channel]]
575 version = "0.3.21"
576 criteria = "safe-to-deploy"
578 [[exemptions.futures-core]]
579 version = "0.3.21"
580 criteria = "safe-to-deploy"
582 [[exemptions.futures-executor]]
583 version = "0.3.21"
584 criteria = "safe-to-deploy"
586 [[exemptions.futures-io]]
587 version = "0.3.21"
588 criteria = "safe-to-deploy"
590 [[exemptions.futures-macro]]
591 version = "0.3.21"
592 criteria = "safe-to-deploy"
594 [[exemptions.futures-sink]]
595 version = "0.3.21"
596 criteria = "safe-to-deploy"
598 [[exemptions.futures-task]]
599 version = "0.3.21"
600 criteria = "safe-to-deploy"
602 [[exemptions.futures-util]]
603 version = "0.3.21"
604 criteria = "safe-to-deploy"
606 [[exemptions.generic-array]]
607 version = "0.14.5"
608 criteria = "safe-to-deploy"
610 [[exemptions.getrandom]]
611 version = "0.2.6"
612 criteria = "safe-to-deploy"
614 [[exemptions.gl_generator]]
615 version = "0.14.0"
616 criteria = "safe-to-deploy"
618 [[exemptions.gleam]]
619 version = "0.13.1"
620 criteria = "safe-to-deploy"
622 [[exemptions.glob]]
623 version = "0.3.0"
624 criteria = "safe-to-deploy"
626 [[exemptions.glow]]
627 version = "0.11.2"
628 criteria = "safe-to-deploy"
630 [[exemptions.glsl]]
631 version = "6.0.1"
632 criteria = "safe-to-deploy"
634 [[exemptions.glslopt]]
635 version = "0.1.9"
636 criteria = "safe-to-deploy"
638 [[exemptions.goblin]]
639 version = "0.1.3"
640 criteria = "safe-to-deploy"
642 [[exemptions.gpu-alloc]]
643 version = "0.5.3"
644 criteria = "safe-to-deploy"
646 [[exemptions.gpu-alloc-types]]
647 version = "0.2.0"
648 criteria = "safe-to-deploy"
650 [[exemptions.gpu-descriptor]]
651 version = "0.2.2"
652 criteria = "safe-to-deploy"
654 [[exemptions.gpu-descriptor-types]]
655 version = "0.1.1"
656 criteria = "safe-to-deploy"
658 [[exemptions.h2]]
659 version = "0.3.13"
660 criteria = "safe-to-run"
662 [[exemptions.hashlink]]
663 version = "0.7.0"
664 criteria = "safe-to-deploy"
666 [[exemptions.headers]]
667 version = "0.3.7"
668 criteria = "safe-to-run"
670 [[exemptions.headers-core]]
671 version = "0.2.0"
672 criteria = "safe-to-run"
674 [[exemptions.hermit-abi]]
675 version = "0.1.19"
676 criteria = "safe-to-deploy"
678 [[exemptions.hexf-parse]]
679 version = "0.2.1"
680 criteria = "safe-to-deploy"
682 [[exemptions.http]]
683 version = "0.2.8"
684 criteria = "safe-to-run"
686 [[exemptions.http-body]]
687 version = "0.4.5"
688 criteria = "safe-to-run"
690 [[exemptions.httparse]]
691 version = "1.7.1"
692 criteria = "safe-to-run"
694 [[exemptions.httpdate]]
695 version = "1.0.2"
696 criteria = "safe-to-run"
698 [[exemptions.humantime]]
699 version = "2.1.0"
700 criteria = "safe-to-deploy"
702 [[exemptions.hyper]]
703 version = "0.14.19"
704 criteria = "safe-to-run"
706 [[exemptions.ident_case]]
707 version = "1.0.1"
708 criteria = "safe-to-deploy"
710 [[exemptions.idna]]
711 version = "0.2.3"
712 criteria = "safe-to-deploy"
714 [[exemptions.indexmap]]
715 version = "1.8.2"
716 criteria = "safe-to-deploy"
718 [[exemptions.inherent]]
719 version = "1.0.1"
720 criteria = "safe-to-deploy"
722 [[exemptions.instant]]
723 version = "0.1.12"
724 criteria = "safe-to-deploy"
726 [[exemptions.ioctl-sys]]
727 version = "0.7.1"
728 criteria = "safe-to-deploy"
730 [[exemptions.iovec]]
731 version = "0.1.4"
732 criteria = "safe-to-deploy"
734 [[exemptions.itertools]]
735 version = "0.10.3"
736 criteria = "safe-to-deploy"
738 [[exemptions.itoa]]
739 version = "1.0.2"
740 criteria = "safe-to-deploy"
742 [[exemptions.jobserver]]
743 version = "0.1.24"
744 criteria = "safe-to-deploy"
746 [[exemptions.khronos-egl]]
747 version = "4.1.0"
748 criteria = "safe-to-deploy"
750 [[exemptions.khronos_api]]
751 version = "3.1.0"
752 criteria = "safe-to-deploy"
754 [[exemptions.lazy_static]]
755 version = "1.4.0"
756 criteria = "safe-to-deploy"
758 [[exemptions.lazycell]]
759 version = "1.3.0"
760 criteria = "safe-to-deploy"
762 [[exemptions.libc]]
763 version = "0.2.126"
764 criteria = "safe-to-deploy"
766 [[exemptions.libdbus-sys]]
767 version = "0.2.2"
768 criteria = "safe-to-deploy"
770 [[exemptions.libloading]]
771 version = "0.5.2"
772 criteria = "safe-to-deploy"
774 [[exemptions.libloading]]
775 version = "0.7.3"
776 criteria = "safe-to-deploy"
778 [[exemptions.libsqlite3-sys]]
779 version = "0.24.2"
780 criteria = "safe-to-deploy"
782 [[exemptions.libudev]]
783 version = "0.2.0"
784 criteria = "safe-to-deploy"
786 [[exemptions.line-wrap]]
787 version = "0.1.1"
788 criteria = "safe-to-run"
790 [[exemptions.lmdb-rkv]]
791 version = "0.14.0"
792 criteria = "safe-to-deploy"
794 [[exemptions.lmdb-rkv-sys]]
795 version = "0.11.2"
796 criteria = "safe-to-deploy"
798 [[exemptions.lock_api]]
799 version = "0.4.7"
800 criteria = "safe-to-deploy"
802 [[exemptions.mach]]
803 version = "0.3.2"
804 criteria = "safe-to-deploy"
806 [[exemptions.malloc_buf]]
807 version = "0.0.6"
808 criteria = "safe-to-deploy"
810 [[exemptions.marionette]]
811 version = "0.2.0"
812 criteria = "safe-to-run"
814 [[exemptions.memalloc]]
815 version = "0.1.0"
816 criteria = "safe-to-deploy"
818 [[exemptions.memchr]]
819 version = "2.5.0"
820 criteria = "safe-to-deploy"
822 [[exemptions.memmap2]]
823 version = "0.5.4"
824 criteria = "safe-to-deploy"
826 [[exemptions.memoffset]]
827 version = "0.5.6"
828 criteria = "safe-to-deploy"
830 [[exemptions.memoffset]]
831 version = "0.6.5"
832 criteria = "safe-to-deploy"
834 [[exemptions.metal]]
835 version = "0.23.1"
836 criteria = "safe-to-deploy"
838 [[exemptions.midir]]
839 version = "0.7.0"
840 criteria = "safe-to-deploy"
842 [[exemptions.mime]]
843 version = "0.3.16"
844 criteria = "safe-to-deploy"
846 [[exemptions.mime_guess]]
847 version = "2.0.4"
848 criteria = "safe-to-deploy"
850 [[exemptions.minimal-lexical]]
851 version = "0.2.1"
852 criteria = "safe-to-deploy"
854 [[exemptions.miniz_oxide]]
855 version = "0.5.3"
856 criteria = "safe-to-deploy"
858 [[exemptions.mio]]
859 version = "0.6.23"
860 criteria = "safe-to-run"
862 [[exemptions.mio]]
863 version = "0.8.0"
864 criteria = "safe-to-deploy"
866 [[exemptions.mio-extras]]
867 version = "2.0.6"
868 criteria = "safe-to-run"
870 [[exemptions.miow]]
871 version = "0.3.7"
872 criteria = "safe-to-deploy"
874 [[exemptions.moz_cbor]]
875 version = "0.1.2"
876 criteria = "safe-to-deploy"
878 [[exemptions.mozdevice]]
879 version = "0.5.0"
880 criteria = "safe-to-run"
882 [[exemptions.murmurhash3]]
883 version = "0.0.5"
884 criteria = "safe-to-deploy"
886 [[exemptions.net2]]
887 version = "0.2.37"
888 criteria = "safe-to-run"
890 [[exemptions.nix]]
891 version = "0.15.0"
892 criteria = "safe-to-deploy"
894 [[exemptions.nom]]
895 version = "6.1.2"
896 criteria = "safe-to-deploy"
898 [[exemptions.nom]]
899 version = "7.1.1"
900 criteria = "safe-to-deploy"
902 [[exemptions.ntapi]]
903 version = "0.3.7"
904 criteria = "safe-to-deploy"
906 [[exemptions.num_cpus]]
907 version = "1.13.1"
908 criteria = "safe-to-deploy"
910 [[exemptions.num_threads]]
911 version = "0.1.6"
912 criteria = "safe-to-run"
914 [[exemptions.objc]]
915 version = "0.2.7"
916 criteria = "safe-to-deploy"
918 [[exemptions.objc_exception]]
919 version = "0.1.2"
920 criteria = "safe-to-deploy"
922 [[exemptions.object]]
923 version = "0.28.4"
924 criteria = "safe-to-deploy"
926 [[exemptions.once_cell]]
927 version = "1.12.0"
928 criteria = "safe-to-deploy"
930 [[exemptions.ordered-float]]
931 version = "3.0.0"
932 criteria = "safe-to-deploy"
934 [[exemptions.os_str_bytes]]
935 version = "6.1.0"
936 criteria = "safe-to-deploy"
938 [[exemptions.oslog]]
939 version = "0.1.0"
940 criteria = "safe-to-deploy"
942 [[exemptions.owning_ref]]
943 version = "0.4.1"
944 criteria = "safe-to-deploy"
946 [[exemptions.packed_simd_2]]
947 version = "0.3.7"
948 criteria = "safe-to-deploy"
950 [[exemptions.parking_lot]]
951 version = "0.11.2"
952 criteria = "safe-to-deploy"
954 [[exemptions.parking_lot_core]]
955 version = "0.8.5"
956 criteria = "safe-to-deploy"
958 [[exemptions.paste]]
959 version = "1.0.7"
960 criteria = "safe-to-deploy"
962 [[exemptions.peeking_take_while]]
963 version = "0.1.2"
964 criteria = "safe-to-deploy"
966 [[exemptions.percent-encoding]]
967 version = "2.1.0"
968 criteria = "safe-to-deploy"
970 [[exemptions.phf]]
971 version = "0.10.1"
972 criteria = "safe-to-deploy"
974 [[exemptions.phf_codegen]]
975 version = "0.10.0"
976 criteria = "safe-to-deploy"
978 [[exemptions.phf_generator]]
979 version = "0.10.0"
980 criteria = "safe-to-deploy"
982 [[exemptions.phf_macros]]
983 version = "0.10.0"
984 criteria = "safe-to-deploy"
986 [[exemptions.phf_shared]]
987 version = "0.10.0"
988 criteria = "safe-to-deploy"
990 [[exemptions.pin-project]]
991 version = "1.0.10"
992 criteria = "safe-to-run"
994 [[exemptions.pin-project-internal]]
995 version = "1.0.10"
996 criteria = "safe-to-run"
998 [[exemptions.pin-project-lite]]
999 version = "0.2.9"
1000 criteria = "safe-to-deploy"
1002 [[exemptions.pin-utils]]
1003 version = "0.1.0"
1004 criteria = "safe-to-deploy"
1006 [[exemptions.pkg-config]]
1007 version = "0.3.25"
1008 criteria = "safe-to-deploy"
1010 [[exemptions.plain]]
1011 version = "0.2.3"
1012 criteria = "safe-to-deploy"
1014 [[exemptions.plane-split]]
1015 version = "0.17.1"
1016 criteria = "safe-to-deploy"
1018 [[exemptions.plist]]
1019 version = "1.3.1"
1020 criteria = "safe-to-run"
1022 [[exemptions.ppv-lite86]]
1023 version = "0.2.16"
1024 criteria = "safe-to-deploy"
1026 [[exemptions.proc-macro-error]]
1027 version = "1.0.4"
1028 criteria = "safe-to-deploy"
1030 [[exemptions.proc-macro-error-attr]]
1031 version = "1.0.4"
1032 criteria = "safe-to-deploy"
1034 [[exemptions.proc-macro-hack]]
1035 version = "0.5.19"
1036 criteria = "safe-to-deploy"
1038 [[exemptions.profiling]]
1039 version = "1.0.6"
1040 criteria = "safe-to-deploy"
1042 [[exemptions.prost]]
1043 version = "0.8.0"
1044 criteria = "safe-to-deploy"
1046 [[exemptions.prost-derive]]
1047 version = "0.8.0"
1048 criteria = "safe-to-deploy"
1050 [[exemptions.qlog]]
1051 version = "0.4.0"
1052 criteria = "safe-to-deploy"
1054 [[exemptions.quick-error]]
1055 version = "1.2.3"
1056 criteria = "safe-to-deploy"
1058 [[exemptions.rand]]
1059 version = "0.8.5"
1060 criteria = "safe-to-deploy"
1062 [[exemptions.rand_chacha]]
1063 version = "0.3.1"
1064 criteria = "safe-to-deploy"
1066 [[exemptions.rand_core]]
1067 version = "0.6.3"
1068 criteria = "safe-to-deploy"
1070 [[exemptions.range-alloc]]
1071 version = "0.1.2"
1072 criteria = "safe-to-deploy"
1074 [[exemptions.redox_syscall]]
1075 version = "0.2.13"
1076 criteria = "safe-to-deploy"
1078 [[exemptions.regex]]
1079 version = "1.5.6"
1080 criteria = "safe-to-deploy"
1082 [[exemptions.regex-syntax]]
1083 version = "0.6.26"
1084 criteria = "safe-to-deploy"
1086 [[exemptions.remove_dir_all]]
1087 version = "0.5.3"
1088 criteria = "safe-to-deploy"
1090 [[exemptions.renderdoc-sys]]
1091 version = "0.7.1"
1092 criteria = "safe-to-deploy"
1094 [[exemptions.replace_with]]
1095 version = "0.1.7"
1096 criteria = "safe-to-deploy"
1098 [[exemptions.ringbuf]]
1099 version = "0.2.8"
1100 criteria = "safe-to-deploy"
1102 [[exemptions.rkv]]
1103 version = "0.17.1"
1104 criteria = "safe-to-deploy"
1106 [[exemptions.ron]]
1107 version = "0.7.0"
1108 criteria = "safe-to-deploy"
1110 [[exemptions.runloop]]
1111 version = "0.1.0"
1112 criteria = "safe-to-deploy"
1114 [[exemptions.rusqlite]]
1115 version = "0.27.0"
1116 criteria = "safe-to-deploy"
1118 [[exemptions.rust-ini]]
1119 version = "0.10.3"
1120 criteria = "safe-to-deploy"
1122 [[exemptions.rust_cascade]]
1123 version = "1.4.0"
1124 criteria = "safe-to-deploy"
1126 [[exemptions.rust_decimal]]
1127 version = "1.24.0"
1128 criteria = "safe-to-deploy"
1130 [[exemptions.ryu]]
1131 version = "1.0.10"
1132 criteria = "safe-to-deploy"
1134 [[exemptions.safemem]]
1135 version = "0.3.3"
1136 criteria = "safe-to-run"
1138 [[exemptions.same-file]]
1139 version = "1.0.6"
1140 criteria = "safe-to-deploy"
1142 [[exemptions.scoped-tls]]
1143 version = "1.0.0"
1144 criteria = "safe-to-run"
1146 [[exemptions.scopeguard]]
1147 version = "1.1.0"
1148 criteria = "safe-to-deploy"
1150 [[exemptions.scroll]]
1151 version = "0.10.2"
1152 criteria = "safe-to-deploy"
1154 [[exemptions.scroll_derive]]
1155 version = "0.10.5"
1156 criteria = "safe-to-deploy"
1158 [[exemptions.self_cell]]
1159 version = "0.10.2"
1160 criteria = "safe-to-deploy"
1162 [[exemptions.semver]]
1163 version = "1.0.9"
1164 criteria = "safe-to-deploy"
1166 [[exemptions.serde]]
1167 version = "1.0.137"
1168 criteria = "safe-to-deploy"
1170 [[exemptions.serde_bytes]]
1171 version = "0.11.6"
1172 criteria = "safe-to-deploy"
1174 [[exemptions.serde_derive]]
1175 version = "1.0.137"
1176 criteria = "safe-to-deploy"
1178 [[exemptions.serde_json]]
1179 version = "1.0.81"
1180 criteria = "safe-to-deploy"
1182 [[exemptions.serde_repr]]
1183 version = "0.1.8"
1184 criteria = "safe-to-run"
1186 [[exemptions.serde_urlencoded]]
1187 version = "0.7.1"
1188 criteria = "safe-to-run"
1190 [[exemptions.serde_with]]
1191 version = "1.14.0"
1192 criteria = "safe-to-deploy"
1194 [[exemptions.serde_with_macros]]
1195 version = "1.5.2"
1196 criteria = "safe-to-deploy"
1198 [[exemptions.serde_yaml]]
1199 version = "0.8.24"
1200 criteria = "safe-to-run"
1202 [[exemptions.sfv]]
1203 version = "0.9.2"
1204 criteria = "safe-to-deploy"
1206 [[exemptions.sha-1]]
1207 version = "0.10.0"
1208 criteria = "safe-to-run"
1210 [[exemptions.sha2]]
1211 version = "0.10.2"
1212 criteria = "safe-to-deploy"
1214 [[exemptions.shlex]]
1215 version = "1.1.0"
1216 criteria = "safe-to-deploy"
1218 [[exemptions.siphasher]]
1219 version = "0.3.10"
1220 criteria = "safe-to-deploy"
1222 [[exemptions.slab]]
1223 version = "0.4.6"
1224 criteria = "safe-to-deploy"
1226 [[exemptions.smallbitvec]]
1227 version = "2.5.1"
1228 criteria = "safe-to-deploy"
1230 [[exemptions.smallvec]]
1231 version = "1.8.0"
1232 criteria = "safe-to-deploy"
1234 [[exemptions.socket2]]
1235 version = "0.4.4"
1236 criteria = "safe-to-deploy"
1238 [[exemptions.spirv]]
1239 version = "0.2.0+1.5.4"
1240 criteria = "safe-to-deploy"
1242 [[exemptions.stable_deref_trait]]
1243 version = "1.2.0"
1244 criteria = "safe-to-deploy"
1246 [[exemptions.static_assertions]]
1247 version = "1.1.0"
1248 criteria = "safe-to-deploy"
1250 [[exemptions.strsim]]
1251 version = "0.10.0"
1252 criteria = "safe-to-deploy"
1254 [[exemptions.syn]]
1255 version = "1.0.96"
1256 criteria = "safe-to-deploy"
1258 [[exemptions.tap]]
1259 version = "1.0.1"
1260 criteria = "safe-to-deploy"
1262 [[exemptions.tempfile]]
1263 version = "3.3.0"
1264 criteria = "safe-to-deploy"
1266 [[exemptions.termcolor]]
1267 version = "1.1.3"
1268 criteria = "safe-to-deploy"
1270 [[exemptions.terminal_size]]
1271 version = "0.1.17"
1272 criteria = "safe-to-deploy"
1274 [[exemptions.textwrap]]
1275 version = "0.15.0"
1276 criteria = "safe-to-deploy"
1278 [[exemptions.thiserror]]
1279 version = "1.0.31"
1280 criteria = "safe-to-deploy"
1282 [[exemptions.thiserror-impl]]
1283 version = "1.0.31"
1284 criteria = "safe-to-deploy"
1286 [[exemptions.threadbound]]
1287 version = "0.1.3"
1288 criteria = "safe-to-deploy"
1290 [[exemptions.time]]
1291 version = "0.1.44"
1292 criteria = "safe-to-deploy"
1294 [[exemptions.time]]
1295 version = "0.3.9"
1296 criteria = "safe-to-run"
1298 [[exemptions.time-macros]]
1299 version = "0.2.4"
1300 criteria = "safe-to-run"
1302 [[exemptions.tokio]]
1303 version = "1.17.0"
1304 criteria = "safe-to-run"
1306 [[exemptions.tokio-macros]]
1307 version = "1.8.0"
1308 criteria = "safe-to-run"
1310 [[exemptions.tokio-stream]]
1311 version = "0.1.9"
1312 criteria = "safe-to-run"
1314 [[exemptions.tokio-util]]
1315 version = "0.7.2"
1316 criteria = "safe-to-run"
1318 [[exemptions.toml]]
1319 version = "0.5.9"
1320 criteria = "safe-to-deploy"
1322 [[exemptions.tower-service]]
1323 version = "0.3.1"
1324 criteria = "safe-to-run"
1326 [[exemptions.tracing]]
1327 version = "0.1.35"
1328 criteria = "safe-to-run"
1330 [[exemptions.tracing-attributes]]
1331 version = "0.1.21"
1332 criteria = "safe-to-run"
1334 [[exemptions.tracing-core]]
1335 version = "0.1.27"
1336 criteria = "safe-to-run"
1338 [[exemptions.triple_buffer]]
1339 version = "5.0.6"
1340 criteria = "safe-to-deploy"
1342 [[exemptions.try-lock]]
1343 version = "0.2.3"
1344 criteria = "safe-to-run"
1346 [[exemptions.type-map]]
1347 version = "0.4.0"
1348 criteria = "safe-to-deploy"
1350 [[exemptions.typenum]]
1351 version = "1.15.0"
1352 criteria = "safe-to-deploy"
1354 [[exemptions.unicase]]
1355 version = "2.6.0"
1356 criteria = "safe-to-deploy"
1358 [[exemptions.unicode-bidi]]
1359 version = "0.3.8"
1360 criteria = "safe-to-deploy"
1362 [[exemptions.unicode-ident]]
1363 version = "1.0.0"
1364 criteria = "safe-to-deploy"
1366 [[exemptions.unicode-normalization]]
1367 version = "0.1.19"
1368 criteria = "safe-to-deploy"
1370 [[exemptions.unicode-segmentation]]
1371 version = "1.9.0"
1372 criteria = "safe-to-deploy"
1374 [[exemptions.unicode-width]]
1375 version = "0.1.9"
1376 criteria = "safe-to-deploy"
1378 [[exemptions.unicode-xid]]
1379 version = "0.2.3"
1380 criteria = "safe-to-deploy"
1382 [[exemptions.unix_path]]
1383 version = "1.0.1"
1384 criteria = "safe-to-run"
1386 [[exemptions.unix_str]]
1387 version = "1.0.0"
1388 criteria = "safe-to-run"
1390 [[exemptions.url]]
1391 version = "2.1.0"
1392 criteria = "safe-to-deploy"
1394 [[exemptions.uuid]]
1395 version = "0.8.2"
1396 criteria = "safe-to-deploy"
1398 [[exemptions.version_check]]
1399 version = "0.9.4"
1400 criteria = "safe-to-deploy"
1402 [[exemptions.walkdir]]
1403 version = "2.3.2"
1404 criteria = "safe-to-deploy"
1406 [[exemptions.want]]
1407 version = "0.3.0"
1408 criteria = "safe-to-run"
1410 [[exemptions.warp]]
1411 version = "0.3.2"
1412 criteria = "safe-to-run"
1414 [[exemptions.wasi]]
1415 version = "0.11.0+wasi-snapshot-preview1"
1416 criteria = "safe-to-deploy"
1418 [[exemptions.webrtc-sdp]]
1419 version = "0.3.9"
1420 criteria = "safe-to-deploy"
1422 [[exemptions.winapi]]
1423 version = "0.3.9"
1424 criteria = "safe-to-deploy"
1426 [[exemptions.winapi-i686-pc-windows-gnu]]
1427 version = "0.4.0"
1428 criteria = "safe-to-deploy"
1430 [[exemptions.winapi-util]]
1431 version = "0.1.5"
1432 criteria = "safe-to-deploy"
1434 [[exemptions.winapi-x86_64-pc-windows-gnu]]
1435 version = "0.4.0"
1436 criteria = "safe-to-deploy"
1438 [[exemptions.winreg]]
1439 version = "0.5.1"
1440 criteria = "safe-to-run"
1442 [[exemptions.wio]]
1443 version = "0.2.2"
1444 criteria = "safe-to-deploy"
1446 [[exemptions.wyz]]
1447 version = "0.2.0"
1448 criteria = "safe-to-deploy"
1450 [[exemptions.xml-rs]]
1451 version = "0.8.4"
1452 criteria = "safe-to-deploy"
1454 [[exemptions.yaml-rust]]
1455 version = "0.4.5"
1456 criteria = "safe-to-run"
1458 [[exemptions.zeitstempel]]
1459 version = "0.1.1"
1460 criteria = "safe-to-deploy"
1462 [[exemptions.zip]]
1463 version = "0.6.2"
1464 criteria = "safe-to-run"