Bug 1780118 [wpt PR 34885] - Further refine the regex used to find STP releases,...
[gecko.git] / supply-chain / config.toml
blob9aba030d98f9c6de31313c4ee9fe57f5e11cd53c
2 # cargo-vet config file
4 [policy.async-task]
5 audit-as-crates-io = true
6 notes = "This is the upstream code plus an extra fix that hasn't been released yet, see bug 1746533."
8 [policy.audioipc-client]
9 criteria = []
10 notes = "Going away very soon in bug 1697845"
12 [policy.audioipc-server]
13 criteria = []
14 notes = "Going away very soon in bug 1697845"
16 [policy.autocfg]
17 audit-as-crates-io = true
18 notes = "This is the upstream code plus a few local fixes, see bug 1685697."
20 [policy.chardetng]
21 audit-as-crates-io = true
22 notes = "This is a crate Henri wrote which is also published. We should probably update Firefox to tip and certify that."
24 [policy.chardetng_c]
25 audit-as-crates-io = true
26 notes = "This is a crate Henri wrote which is also published. We should probably update Firefox to tip and certify that."
28 [policy.coremidi]
29 audit-as-crates-io = true
30 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."
32 [policy.d3d12]
33 audit-as-crates-io = true
34 notes = "wgpu-hal pins this crate."
36 [policy.geckodriver]
37 audit-as-crates-io = false
38 criteria = "safe-to-run"
39 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."
41 [policy.gkrust-gtest]
42 criteria = "safe-to-run"
43 notes = "Used for testing."
45 [policy.gkrust-shared]
46 dependency-criteria = { tokio-reactor = [], tokio-threadpool = [] }
48 [policy.gkrust_shared]
49 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."
51 [policy.gluesmith]
52 criteria = "safe-to-run"
53 notes = "Used for fuzzing."
55 [policy.http3server]
56 criteria = "safe-to-run"
57 notes = "Used for testing."
59 [policy.l10nregistry]
60 dependency-criteria = { fluent-testing = "safe-to-run", tokio = "safe-to-run" }
61 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."
63 [policy.libudev-sys]
64 audit-as-crates-io = false
65 notes = "This override is an api-compatible fork with an orthogonal implementation."
67 [policy.marionette]
68 audit-as-crates-io = true
69 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."
71 [policy.metal]
72 audit-as-crates-io = true
73 notes = "wgpu-hal pins this crate."
75 [policy.midir]
76 audit-as-crates-io = true
77 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."
79 [policy.mio]
80 audit-as-crates-io = true
81 notes = "Version 0.6.23 is a local fork of upstream which just twiddles some dependencies."
83 [policy.mio-named-pipes]
84 audit-as-crates-io = true
85 notes = "We have a local fork, but this entire subtree is going away shortly anyway with the old audioipc code."
87 [policy.mozbuild]
88 audit-as-crates-io = false
89 notes = "The crates.io version of this is just a placeholder to allow public crates to depend on mozbuild."
91 [policy.mozdevice]
92 audit-as-crates-io = true
93 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."
95 [policy.mozprofile]
96 audit-as-crates-io = true
97 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."
99 [policy.mozrunner]
100 audit-as-crates-io = true
101 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."
103 [policy.naga]
104 audit-as-crates-io = true
105 notes = "wgpu-core pins this crate."
107 [policy.packed_simd_2]
108 audit-as-crates-io = true
109 notes = "Based on upstream, see bug 1719674."
111 [policy.pulse]
112 audit-as-crates-io = false
113 notes = "This is a first-party crate which is entirely unrelated to the crates.io package of the same name."
115 [policy.qcms]
116 audit-as-crates-io = true
117 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."
119 [policy.selectors]
120 audit-as-crates-io = true
121 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."
123 [policy.servo_arc]
124 audit-as-crates-io = true
125 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."
127 [policy.smoosh]
128 criteria = "safe-to-run"
129 notes = "We're not shipping this and have no plans to ship it."
131 [policy.storage]
132 audit-as-crates-io = false
133 notes = "This is a first-party crate which is entirely unrelated to the crates.io package of the same name."
135 [policy.webdriver]
136 audit-as-crates-io = false
137 criteria = "safe-to-run"
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. It's also used only for automation, so its subtree can be safe-to-run."
140 [policy.wgpu]
141 audit-as-crates-io = true
142 notes = "Upstream project which we pin."
144 [policy.wgpu-core]
145 audit-as-crates-io = true
146 notes = "Upstream project which we pin."
148 [policy.wgpu-hal]
149 audit-as-crates-io = true
150 notes = "Upstream project which we pin."
152 [policy.wgpu-types]
153 audit-as-crates-io = true
154 notes = "Upstream project which we pin."
156 [[exemptions.adler]]
157 version = "1.0.2"
158 criteria = "safe-to-deploy"
160 [[exemptions.ahash]]
161 version = "0.7.6"
162 criteria = "safe-to-deploy"
164 [[exemptions.aho-corasick]]
165 version = "0.7.18"
166 criteria = "safe-to-deploy"
168 [[exemptions.alsa]]
169 version = "0.4.3"
170 criteria = "safe-to-deploy"
172 [[exemptions.alsa-sys]]
173 version = "0.3.1"
174 criteria = "safe-to-deploy"
176 [[exemptions.android_log-sys]]
177 version = "0.2.0"
178 criteria = "safe-to-deploy"
180 [[exemptions.anyhow]]
181 version = "1.0.57"
182 criteria = "safe-to-deploy"
184 [[exemptions.app_units]]
185 version = "0.7.1"
186 criteria = "safe-to-deploy"
188 [[exemptions.arbitrary]]
189 version = "1.1.0"
190 criteria = "safe-to-run"
192 [[exemptions.arrayref]]
193 version = "0.3.6"
194 criteria = "safe-to-deploy"
196 [[exemptions.arrayvec]]
197 version = "0.7.2"
198 criteria = "safe-to-deploy"
200 [[exemptions.ash]]
201 version = "0.37.0+1.3.209"
202 criteria = "safe-to-deploy"
204 [[exemptions.ashmem]]
205 version = "0.1.2"
206 criteria = "safe-to-deploy"
208 [[exemptions.askama]]
209 version = "0.11.1"
210 criteria = "safe-to-deploy"
212 [[exemptions.askama_derive]]
213 version = "0.11.2"
214 criteria = "safe-to-deploy"
216 [[exemptions.askama_escape]]
217 version = "0.10.3"
218 criteria = "safe-to-deploy"
220 [[exemptions.askama_shared]]
221 version = "0.12.2"
222 criteria = "safe-to-deploy"
224 [[exemptions.async-task]]
225 version = "4.0.3"
226 criteria = "safe-to-deploy"
228 [[exemptions.async-trait]]
229 version = "0.1.56"
230 criteria = "safe-to-deploy"
232 [[exemptions.atomic]]
233 version = "0.4.6"
234 criteria = "safe-to-deploy"
236 [[exemptions.atty]]
237 version = "0.2.14"
238 criteria = "safe-to-deploy"
240 [[exemptions.audio-mixer]]
241 version = "0.1.2"
242 criteria = "safe-to-deploy"
244 [[exemptions.audio_thread_priority]]
245 version = "0.26.1"
246 criteria = "safe-to-deploy"
248 [[exemptions.authenticator]]
249 version = "0.3.1"
250 criteria = "safe-to-deploy"
252 [[exemptions.autocfg]]
253 version = "1.1.0"
254 criteria = "safe-to-deploy"
256 [[exemptions.base64]]
257 version = "0.13.0"
258 criteria = "safe-to-deploy"
260 [[exemptions.binary-space-partition]]
261 version = "0.1.2"
262 criteria = "safe-to-deploy"
264 [[exemptions.bincode]]
265 version = "1.3.3"
266 criteria = "safe-to-deploy"
268 [[exemptions.bindgen]]
269 version = "0.59.2"
270 criteria = "safe-to-deploy"
272 [[exemptions.bitflags]]
273 version = "1.3.2"
274 criteria = "safe-to-deploy"
276 [[exemptions.bitflags_serde_shim]]
277 version = "0.2.2"
278 criteria = "safe-to-deploy"
280 [[exemptions.bitreader]]
281 version = "0.3.6"
282 criteria = "safe-to-deploy"
284 [[exemptions.bitvec]]
285 version = "0.19.6"
286 criteria = "safe-to-deploy"
288 [[exemptions.block]]
289 version = "0.1.6"
290 criteria = "safe-to-deploy"
292 [[exemptions.block-buffer]]
293 version = "0.10.2"
294 criteria = "safe-to-deploy"
296 [[exemptions.build-parallel]]
297 version = "0.1.2"
298 criteria = "safe-to-deploy"
300 [[exemptions.bumpalo]]
301 version = "3.10.0"
302 criteria = "safe-to-run"
304 [[exemptions.byteorder]]
305 version = "1.4.3"
306 criteria = "safe-to-deploy"
308 [[exemptions.bytes]]
309 version = "0.4.12"
310 criteria = "safe-to-deploy"
312 [[exemptions.bytes]]
313 version = "1.1.0"
314 criteria = "safe-to-deploy"
316 [[exemptions.cache-padded]]
317 version = "1.2.0"
318 criteria = "safe-to-deploy"
320 [[exemptions.camino]]
321 version = "1.0.9"
322 criteria = "safe-to-deploy"
324 [[exemptions.cargo-platform]]
325 version = "0.1.2"
326 criteria = "safe-to-deploy"
328 [[exemptions.cargo_metadata]]
329 version = "0.14.2"
330 criteria = "safe-to-deploy"
332 [[exemptions.cc]]
333 version = "1.0.73"
334 criteria = "safe-to-deploy"
336 [[exemptions.cexpr]]
337 version = "0.6.0"
338 criteria = "safe-to-deploy"
340 [[exemptions.cfg-if]]
341 version = "1.0.0"
342 criteria = "safe-to-deploy"
344 [[exemptions.cfg_aliases]]
345 version = "0.1.1"
346 criteria = "safe-to-deploy"
348 [[exemptions.chardetng]]
349 version = "0.1.9"
350 criteria = "safe-to-deploy"
352 [[exemptions.chardetng_c]]
353 version = "0.1.2"
354 criteria = "safe-to-deploy"
356 [[exemptions.chrono]]
357 version = "0.4.19"
358 criteria = "safe-to-deploy"
360 [[exemptions.chunky-vec]]
361 version = "0.1.0"
362 criteria = "safe-to-deploy"
364 [[exemptions.clang-sys]]
365 version = "1.3.3"
366 criteria = "safe-to-deploy"
368 [[exemptions.clap]]
369 version = "3.1.18"
370 criteria = "safe-to-deploy"
372 [[exemptions.clap_derive]]
373 version = "3.1.18"
374 criteria = "safe-to-deploy"
376 [[exemptions.clap_lex]]
377 version = "0.2.0"
378 criteria = "safe-to-deploy"
380 [[exemptions.codespan-reporting]]
381 version = "0.11.1"
382 criteria = "safe-to-deploy"
384 [[exemptions.comedy]]
385 version = "0.2.0"
386 criteria = "safe-to-deploy"
388 [[exemptions.cookie]]
389 version = "0.16.0"
390 criteria = "safe-to-run"
392 [[exemptions.copyless]]
393 version = "0.1.5"
394 criteria = "safe-to-deploy"
396 [[exemptions.core-foundation]]
397 version = "0.9.3"
398 criteria = "safe-to-deploy"
400 [[exemptions.core-foundation-sys]]
401 version = "0.8.3"
402 criteria = "safe-to-deploy"
404 [[exemptions.core-graphics]]
405 version = "0.22.3"
406 criteria = "safe-to-deploy"
408 [[exemptions.core-graphics-types]]
409 version = "0.1.1"
410 criteria = "safe-to-deploy"
412 [[exemptions.core-text]]
413 version = "19.2.0"
414 criteria = "safe-to-deploy"
416 [[exemptions.coreaudio-sys]]
417 version = "0.2.10"
418 criteria = "safe-to-deploy"
420 [[exemptions.coremidi]]
421 version = "0.6.0"
422 criteria = "safe-to-deploy"
424 [[exemptions.coremidi-sys]]
425 version = "3.1.0"
426 criteria = "safe-to-deploy"
428 [[exemptions.cose]]
429 version = "0.1.4"
430 criteria = "safe-to-deploy"
432 [[exemptions.cose-c]]
433 version = "0.1.5"
434 criteria = "safe-to-deploy"
436 [[exemptions.cpufeatures]]
437 version = "0.2.2"
438 criteria = "safe-to-deploy"
440 [[exemptions.cranelift-bforest]]
441 version = "0.74.0"
442 criteria = "safe-to-deploy"
444 [[exemptions.cranelift-codegen]]
445 version = "0.74.0"
446 criteria = "safe-to-deploy"
448 [[exemptions.cranelift-codegen-meta]]
449 version = "0.74.0"
450 criteria = "safe-to-deploy"
452 [[exemptions.cranelift-codegen-shared]]
453 version = "0.74.0"
454 criteria = "safe-to-deploy"
456 [[exemptions.cranelift-entity]]
457 version = "0.74.0"
458 criteria = "safe-to-deploy"
460 [[exemptions.cranelift-frontend]]
461 version = "0.74.0"
462 criteria = "safe-to-deploy"
464 [[exemptions.cranelift-wasm]]
465 version = "0.74.0"
466 criteria = "safe-to-deploy"
468 [[exemptions.crc32fast]]
469 version = "1.3.2"
470 criteria = "safe-to-deploy"
472 [[exemptions.crossbeam-channel]]
473 version = "0.5.4"
474 criteria = "safe-to-deploy"
476 [[exemptions.crossbeam-deque]]
477 version = "0.8.1"
478 criteria = "safe-to-deploy"
480 [[exemptions.crossbeam-epoch]]
481 version = "0.9.8"
482 criteria = "safe-to-deploy"
484 [[exemptions.crossbeam-utils]]
485 version = "0.8.8"
486 criteria = "safe-to-deploy"
488 [[exemptions.crypto-common]]
489 version = "0.1.3"
490 criteria = "safe-to-deploy"
492 [[exemptions.cssparser]]
493 version = "0.29.6"
494 criteria = "safe-to-deploy"
496 [[exemptions.cssparser-macros]]
497 version = "0.6.0"
498 criteria = "safe-to-deploy"
500 [[exemptions.cstr]]
501 version = "0.2.10"
502 criteria = "safe-to-deploy"
504 [[exemptions.cty]]
505 version = "0.2.2"
506 criteria = "safe-to-deploy"
508 [[exemptions.cubeb]]
509 version = "0.10.0"
510 criteria = "safe-to-deploy"
512 [[exemptions.cubeb-backend]]
513 version = "0.10.0"
514 criteria = "safe-to-deploy"
516 [[exemptions.cubeb-core]]
517 version = "0.10.0"
518 criteria = "safe-to-deploy"
520 [[exemptions.cubeb-sys]]
521 version = "0.10.0"
522 criteria = "safe-to-deploy"
524 [[exemptions.d3d12]]
525 version = "0.4.1"
526 criteria = "safe-to-deploy"
528 [[exemptions.darling]]
529 version = "0.13.4"
530 criteria = "safe-to-deploy"
532 [[exemptions.darling_core]]
533 version = "0.13.4"
534 criteria = "safe-to-deploy"
536 [[exemptions.darling_macro]]
537 version = "0.13.4"
538 criteria = "safe-to-deploy"
540 [[exemptions.dashmap]]
541 version = "4.0.2"
542 criteria = "safe-to-deploy"
544 [[exemptions.data-encoding]]
545 version = "2.3.2"
546 criteria = "safe-to-deploy"
548 [[exemptions.dbus]]
549 version = "0.6.5"
550 criteria = "safe-to-deploy"
552 [[exemptions.derive_arbitrary]]
553 version = "1.1.0"
554 criteria = "safe-to-run"
556 [[exemptions.derive_more]]
557 version = "0.99.17"
558 criteria = "safe-to-deploy"
560 [[exemptions.devd-rs]]
561 version = "0.3.4"
562 criteria = "safe-to-deploy"
564 [[exemptions.digest]]
565 version = "0.10.3"
566 criteria = "safe-to-deploy"
568 [[exemptions.dirs]]
569 version = "4.0.0"
570 criteria = "safe-to-deploy"
572 [[exemptions.dirs-sys]]
573 version = "0.3.7"
574 criteria = "safe-to-deploy"
576 [[exemptions.dns-parser]]
577 version = "0.8.0"
578 criteria = "safe-to-deploy"
580 [[exemptions.dogear]]
581 version = "0.4.0"
582 criteria = "safe-to-deploy"
584 [[exemptions.dtoa]]
585 version = "0.4.8"
586 criteria = "safe-to-deploy"
588 [[exemptions.dtoa-short]]
589 version = "0.3.3"
590 criteria = "safe-to-deploy"
592 [[exemptions.dwrote]]
593 version = "0.11.0"
594 criteria = "safe-to-deploy"
596 [[exemptions.either]]
597 version = "1.6.1"
598 criteria = "safe-to-deploy"
600 [[exemptions.encoding_c]]
601 version = "0.9.8"
602 criteria = "safe-to-deploy"
604 [[exemptions.encoding_c_mem]]
605 version = "0.2.6"
606 criteria = "safe-to-deploy"
608 [[exemptions.encoding_rs]]
609 version = "0.8.31"
610 criteria = "safe-to-deploy"
612 [[exemptions.enumset]]
613 version = "1.0.11"
614 criteria = "safe-to-deploy"
616 [[exemptions.enumset_derive]]
617 version = "0.6.0"
618 criteria = "safe-to-deploy"
620 [[exemptions.env_logger]]
621 version = "0.9.0"
622 criteria = "safe-to-deploy"
624 [[exemptions.error-chain]]
625 version = "0.12.4"
626 criteria = "safe-to-deploy"
628 [[exemptions.etagere]]
629 version = "0.2.7"
630 criteria = "safe-to-deploy"
632 [[exemptions.euclid]]
633 version = "0.22.7"
634 criteria = "safe-to-deploy"
636 [[exemptions.fallible-iterator]]
637 version = "0.2.0"
638 criteria = "safe-to-deploy"
640 [[exemptions.fallible-streaming-iterator]]
641 version = "0.1.9"
642 criteria = "safe-to-deploy"
644 [[exemptions.fallible_collections]]
645 version = "0.4.4"
646 criteria = "safe-to-deploy"
648 [[exemptions.fastrand]]
649 version = "1.7.0"
650 criteria = "safe-to-deploy"
652 [[exemptions.ffi-support]]
653 version = "0.4.4"
654 criteria = "safe-to-deploy"
656 [[exemptions.filetime_win]]
657 version = "0.2.0"
658 criteria = "safe-to-deploy"
660 [[exemptions.flate2]]
661 version = "1.0.24"
662 criteria = "safe-to-deploy"
664 [[exemptions.float-cmp]]
665 version = "0.6.0"
666 criteria = "safe-to-deploy"
668 [[exemptions.fluent]]
669 version = "0.16.0"
670 criteria = "safe-to-deploy"
672 [[exemptions.fluent-bundle]]
673 version = "0.15.2"
674 criteria = "safe-to-deploy"
676 [[exemptions.fluent-fallback]]
677 version = "0.6.0"
678 criteria = "safe-to-deploy"
680 [[exemptions.fluent-langneg]]
681 version = "0.13.0"
682 criteria = "safe-to-deploy"
684 [[exemptions.fluent-pseudo]]
685 version = "0.3.1"
686 criteria = "safe-to-deploy"
688 [[exemptions.fluent-syntax]]
689 version = "0.11.0"
690 criteria = "safe-to-deploy"
692 [[exemptions.fluent-testing]]
693 version = "0.0.2"
694 criteria = "safe-to-run"
696 [[exemptions.fnv]]
697 version = "1.0.7"
698 criteria = "safe-to-deploy"
700 [[exemptions.foreign-types]]
701 version = "0.3.2"
702 criteria = "safe-to-deploy"
704 [[exemptions.foreign-types-shared]]
705 version = "0.1.1"
706 criteria = "safe-to-deploy"
708 [[exemptions.form_urlencoded]]
709 version = "1.0.1"
710 criteria = "safe-to-run"
712 [[exemptions.freetype]]
713 version = "0.7.0"
714 criteria = "safe-to-deploy"
716 [[exemptions.fs-err]]
717 version = "2.7.0"
718 criteria = "safe-to-deploy"
720 [[exemptions.fuchsia-zircon]]
721 version = "0.3.3"
722 criteria = "safe-to-run"
724 [[exemptions.fuchsia-zircon-sys]]
725 version = "0.3.3"
726 criteria = "safe-to-run"
728 [[exemptions.funty]]
729 version = "1.1.0"
730 criteria = "safe-to-deploy"
732 [[exemptions.futures]]
733 version = "0.3.21"
734 criteria = "safe-to-deploy"
736 [[exemptions.futures-channel]]
737 version = "0.3.21"
738 criteria = "safe-to-deploy"
740 [[exemptions.futures-core]]
741 version = "0.3.21"
742 criteria = "safe-to-deploy"
744 [[exemptions.futures-executor]]
745 version = "0.3.21"
746 criteria = "safe-to-deploy"
748 [[exemptions.futures-io]]
749 version = "0.3.21"
750 criteria = "safe-to-deploy"
752 [[exemptions.futures-macro]]
753 version = "0.3.21"
754 criteria = "safe-to-deploy"
756 [[exemptions.futures-sink]]
757 version = "0.3.21"
758 criteria = "safe-to-deploy"
760 [[exemptions.futures-task]]
761 version = "0.3.21"
762 criteria = "safe-to-deploy"
764 [[exemptions.futures-util]]
765 version = "0.3.21"
766 criteria = "safe-to-deploy"
768 [[exemptions.fxhash]]
769 version = "0.2.1"
770 criteria = "safe-to-deploy"
772 [[exemptions.generic-array]]
773 version = "0.14.5"
774 criteria = "safe-to-deploy"
776 [[exemptions.getrandom]]
777 version = "0.2.6"
778 criteria = "safe-to-deploy"
780 [[exemptions.gl_generator]]
781 version = "0.14.0"
782 criteria = "safe-to-deploy"
784 [[exemptions.gleam]]
785 version = "0.13.1"
786 criteria = "safe-to-deploy"
788 [[exemptions.glob]]
789 version = "0.3.0"
790 criteria = "safe-to-deploy"
792 [[exemptions.glow]]
793 version = "0.11.2"
794 criteria = "safe-to-deploy"
796 [[exemptions.glsl]]
797 version = "6.0.1"
798 criteria = "safe-to-deploy"
800 [[exemptions.glslopt]]
801 version = "0.1.9"
802 criteria = "safe-to-deploy"
804 [[exemptions.goblin]]
805 version = "0.1.3"
806 criteria = "safe-to-deploy"
808 [[exemptions.gpu-alloc]]
809 version = "0.5.3"
810 criteria = "safe-to-deploy"
812 [[exemptions.gpu-alloc-types]]
813 version = "0.2.0"
814 criteria = "safe-to-deploy"
816 [[exemptions.gpu-descriptor]]
817 version = "0.2.2"
818 criteria = "safe-to-deploy"
820 [[exemptions.gpu-descriptor-types]]
821 version = "0.1.1"
822 criteria = "safe-to-deploy"
824 [[exemptions.guid_win]]
825 version = "0.2.0"
826 criteria = "safe-to-deploy"
828 [[exemptions.h2]]
829 version = "0.3.13"
830 criteria = "safe-to-run"
832 [[exemptions.hashbrown]]
833 version = "0.11.2"
834 criteria = "safe-to-deploy"
836 [[exemptions.hashlink]]
837 version = "0.7.0"
838 criteria = "safe-to-deploy"
840 [[exemptions.headers]]
841 version = "0.3.7"
842 criteria = "safe-to-run"
844 [[exemptions.headers-core]]
845 version = "0.2.0"
846 criteria = "safe-to-run"
848 [[exemptions.heck]]
849 version = "0.4.0"
850 criteria = "safe-to-deploy"
852 [[exemptions.hermit-abi]]
853 version = "0.1.19"
854 criteria = "safe-to-deploy"
856 [[exemptions.hexf-parse]]
857 version = "0.2.1"
858 criteria = "safe-to-deploy"
860 [[exemptions.http]]
861 version = "0.2.8"
862 criteria = "safe-to-run"
864 [[exemptions.http-body]]
865 version = "0.4.5"
866 criteria = "safe-to-run"
868 [[exemptions.httparse]]
869 version = "1.7.1"
870 criteria = "safe-to-run"
872 [[exemptions.httpdate]]
873 version = "1.0.2"
874 criteria = "safe-to-run"
876 [[exemptions.humantime]]
877 version = "2.1.0"
878 criteria = "safe-to-deploy"
880 [[exemptions.hyper]]
881 version = "0.14.19"
882 criteria = "safe-to-run"
884 [[exemptions.id-arena]]
885 version = "2.2.1"
886 criteria = "safe-to-deploy"
888 [[exemptions.ident_case]]
889 version = "1.0.1"
890 criteria = "safe-to-deploy"
892 [[exemptions.idna]]
893 version = "0.2.3"
894 criteria = "safe-to-deploy"
896 [[exemptions.indexmap]]
897 version = "1.8.2"
898 criteria = "safe-to-deploy"
900 [[exemptions.inherent]]
901 version = "1.0.1"
902 criteria = "safe-to-deploy"
904 [[exemptions.inplace_it]]
905 version = "0.3.3"
906 criteria = "safe-to-deploy"
908 [[exemptions.instant]]
909 version = "0.1.12"
910 criteria = "safe-to-deploy"
912 [[exemptions.intl-memoizer]]
913 version = "0.5.1"
914 criteria = "safe-to-deploy"
916 [[exemptions.intl_pluralrules]]
917 version = "7.0.1"
918 criteria = "safe-to-deploy"
920 [[exemptions.ioctl-sys]]
921 version = "0.7.1"
922 criteria = "safe-to-deploy"
924 [[exemptions.iovec]]
925 version = "0.1.4"
926 criteria = "safe-to-deploy"
928 [[exemptions.itertools]]
929 version = "0.10.3"
930 criteria = "safe-to-deploy"
932 [[exemptions.itoa]]
933 version = "1.0.2"
934 criteria = "safe-to-deploy"
936 [[exemptions.jobserver]]
937 version = "0.1.24"
938 criteria = "safe-to-deploy"
940 [[exemptions.khronos-egl]]
941 version = "4.1.0"
942 criteria = "safe-to-deploy"
944 [[exemptions.khronos_api]]
945 version = "3.1.0"
946 criteria = "safe-to-deploy"
948 [[exemptions.lazy_static]]
949 version = "1.4.0"
950 criteria = "safe-to-deploy"
952 [[exemptions.lazycell]]
953 version = "1.3.0"
954 criteria = "safe-to-deploy"
956 [[exemptions.leb128]]
957 version = "0.2.5"
958 criteria = "safe-to-deploy"
960 [[exemptions.libc]]
961 version = "0.2.126"
962 criteria = "safe-to-deploy"
964 [[exemptions.libdbus-sys]]
965 version = "0.2.2"
966 criteria = "safe-to-deploy"
968 [[exemptions.libloading]]
969 version = "0.5.2"
970 criteria = "safe-to-deploy"
972 [[exemptions.libloading]]
973 version = "0.7.3"
974 criteria = "safe-to-deploy"
976 [[exemptions.libsqlite3-sys]]
977 version = "0.24.2"
978 criteria = "safe-to-deploy"
980 [[exemptions.libudev]]
981 version = "0.2.0"
982 criteria = "safe-to-deploy"
984 [[exemptions.line-wrap]]
985 version = "0.1.1"
986 criteria = "safe-to-run"
988 [[exemptions.lmdb-rkv]]
989 version = "0.14.0"
990 criteria = "safe-to-deploy"
992 [[exemptions.lmdb-rkv-sys]]
993 version = "0.11.2"
994 criteria = "safe-to-deploy"
996 [[exemptions.lock_api]]
997 version = "0.4.7"
998 criteria = "safe-to-deploy"
1000 [[exemptions.mach]]
1001 version = "0.3.2"
1002 criteria = "safe-to-deploy"
1004 [[exemptions.malloc_buf]]
1005 version = "0.0.6"
1006 criteria = "safe-to-deploy"
1008 [[exemptions.marionette]]
1009 version = "0.2.0"
1010 criteria = "safe-to-run"
1012 [[exemptions.memalloc]]
1013 version = "0.1.0"
1014 criteria = "safe-to-deploy"
1016 [[exemptions.memchr]]
1017 version = "2.5.0"
1018 criteria = "safe-to-deploy"
1020 [[exemptions.memmap2]]
1021 version = "0.5.4"
1022 criteria = "safe-to-deploy"
1024 [[exemptions.memoffset]]
1025 version = "0.5.6"
1026 criteria = "safe-to-deploy"
1028 [[exemptions.memoffset]]
1029 version = "0.6.5"
1030 criteria = "safe-to-deploy"
1032 [[exemptions.metal]]
1033 version = "0.23.1"
1034 criteria = "safe-to-deploy"
1036 [[exemptions.midir]]
1037 version = "0.7.0"
1038 criteria = "safe-to-deploy"
1040 [[exemptions.mime]]
1041 version = "0.3.16"
1042 criteria = "safe-to-deploy"
1044 [[exemptions.mime_guess]]
1045 version = "2.0.4"
1046 criteria = "safe-to-deploy"
1048 [[exemptions.minimal-lexical]]
1049 version = "0.2.1"
1050 criteria = "safe-to-deploy"
1052 [[exemptions.miniz_oxide]]
1053 version = "0.5.3"
1054 criteria = "safe-to-deploy"
1056 [[exemptions.mio]]
1057 version = "0.6.23"
1058 criteria = "safe-to-run"
1060 [[exemptions.mio]]
1061 version = "0.8.0"
1062 criteria = "safe-to-deploy"
1064 [[exemptions.mio-extras]]
1065 version = "2.0.6"
1066 criteria = "safe-to-run"
1068 [[exemptions.miow]]
1069 version = "0.3.7"
1070 criteria = "safe-to-deploy"
1072 [[exemptions.moz_cbor]]
1073 version = "0.1.2"
1074 criteria = "safe-to-deploy"
1076 [[exemptions.mozdevice]]
1077 version = "0.5.0"
1078 criteria = "safe-to-run"
1080 [[exemptions.mozprofile]]
1081 version = "0.8.0"
1082 criteria = "safe-to-run"
1084 [[exemptions.mozrunner]]
1085 version = "0.14.0"
1086 criteria = "safe-to-run"
1088 [[exemptions.murmurhash3]]
1089 version = "0.0.5"
1090 criteria = "safe-to-deploy"
1092 [[exemptions.net2]]
1093 version = "0.2.37"
1094 criteria = "safe-to-run"
1096 [[exemptions.nix]]
1097 version = "0.15.0"
1098 criteria = "safe-to-deploy"
1100 [[exemptions.nom]]
1101 version = "6.1.2"
1102 criteria = "safe-to-deploy"
1104 [[exemptions.nom]]
1105 version = "7.1.1"
1106 criteria = "safe-to-deploy"
1108 [[exemptions.ntapi]]
1109 version = "0.3.7"
1110 criteria = "safe-to-deploy"
1112 [[exemptions.num-bigint]]
1113 version = "0.2.6"
1114 criteria = "safe-to-deploy"
1116 [[exemptions.num-derive]]
1117 version = "0.3.3"
1118 criteria = "safe-to-deploy"
1120 [[exemptions.num-integer]]
1121 version = "0.1.45"
1122 criteria = "safe-to-deploy"
1124 [[exemptions.num-traits]]
1125 version = "0.2.15"
1126 criteria = "safe-to-deploy"
1128 [[exemptions.num_cpus]]
1129 version = "1.13.1"
1130 criteria = "safe-to-deploy"
1132 [[exemptions.num_threads]]
1133 version = "0.1.6"
1134 criteria = "safe-to-run"
1136 [[exemptions.objc]]
1137 version = "0.2.7"
1138 criteria = "safe-to-deploy"
1140 [[exemptions.objc_exception]]
1141 version = "0.1.2"
1142 criteria = "safe-to-deploy"
1144 [[exemptions.object]]
1145 version = "0.28.4"
1146 criteria = "safe-to-deploy"
1148 [[exemptions.once_cell]]
1149 version = "1.12.0"
1150 criteria = "safe-to-deploy"
1152 [[exemptions.ordered-float]]
1153 version = "3.0.0"
1154 criteria = "safe-to-deploy"
1156 [[exemptions.origin-trial-token]]
1157 version = "0.1.1"
1158 criteria = "safe-to-deploy"
1160 [[exemptions.os_str_bytes]]
1161 version = "6.1.0"
1162 criteria = "safe-to-deploy"
1164 [[exemptions.oslog]]
1165 version = "0.1.0"
1166 criteria = "safe-to-deploy"
1168 [[exemptions.owning_ref]]
1169 version = "0.4.1"
1170 criteria = "safe-to-deploy"
1172 [[exemptions.packed_simd_2]]
1173 version = "0.3.7"
1174 criteria = "safe-to-deploy"
1176 [[exemptions.parking_lot]]
1177 version = "0.11.2"
1178 criteria = "safe-to-deploy"
1180 [[exemptions.parking_lot_core]]
1181 version = "0.8.5"
1182 criteria = "safe-to-deploy"
1184 [[exemptions.paste]]
1185 version = "1.0.7"
1186 criteria = "safe-to-deploy"
1188 [[exemptions.peeking_take_while]]
1189 version = "0.1.2"
1190 criteria = "safe-to-deploy"
1192 [[exemptions.percent-encoding]]
1193 version = "2.1.0"
1194 criteria = "safe-to-deploy"
1196 [[exemptions.phf]]
1197 version = "0.10.1"
1198 criteria = "safe-to-deploy"
1200 [[exemptions.phf_codegen]]
1201 version = "0.10.0"
1202 criteria = "safe-to-deploy"
1204 [[exemptions.phf_generator]]
1205 version = "0.10.0"
1206 criteria = "safe-to-deploy"
1208 [[exemptions.phf_macros]]
1209 version = "0.10.0"
1210 criteria = "safe-to-deploy"
1212 [[exemptions.phf_shared]]
1213 version = "0.10.0"
1214 criteria = "safe-to-deploy"
1216 [[exemptions.pin-project]]
1217 version = "1.0.10"
1218 criteria = "safe-to-run"
1220 [[exemptions.pin-project-internal]]
1221 version = "1.0.10"
1222 criteria = "safe-to-run"
1224 [[exemptions.pin-project-lite]]
1225 version = "0.2.9"
1226 criteria = "safe-to-deploy"
1228 [[exemptions.pin-utils]]
1229 version = "0.1.0"
1230 criteria = "safe-to-deploy"
1232 [[exemptions.pkcs11]]
1233 version = "0.4.2"
1234 criteria = "safe-to-deploy"
1236 [[exemptions.pkg-config]]
1237 version = "0.3.25"
1238 criteria = "safe-to-deploy"
1240 [[exemptions.plain]]
1241 version = "0.2.3"
1242 criteria = "safe-to-deploy"
1244 [[exemptions.plane-split]]
1245 version = "0.17.1"
1246 criteria = "safe-to-deploy"
1248 [[exemptions.plist]]
1249 version = "1.3.1"
1250 criteria = "safe-to-run"
1252 [[exemptions.ppv-lite86]]
1253 version = "0.2.16"
1254 criteria = "safe-to-deploy"
1256 [[exemptions.proc-macro-error]]
1257 version = "1.0.4"
1258 criteria = "safe-to-deploy"
1260 [[exemptions.proc-macro-error-attr]]
1261 version = "1.0.4"
1262 criteria = "safe-to-deploy"
1264 [[exemptions.proc-macro-hack]]
1265 version = "0.5.19"
1266 criteria = "safe-to-deploy"
1268 [[exemptions.proc-macro2]]
1269 version = "1.0.39"
1270 criteria = "safe-to-deploy"
1272 [[exemptions.profiling]]
1273 version = "1.0.6"
1274 criteria = "safe-to-deploy"
1276 [[exemptions.prost]]
1277 version = "0.8.0"
1278 criteria = "safe-to-deploy"
1280 [[exemptions.prost-derive]]
1281 version = "0.8.0"
1282 criteria = "safe-to-deploy"
1284 [[exemptions.qcms]]
1285 version = "0.2.0"
1286 criteria = "safe-to-deploy"
1288 [[exemptions.qlog]]
1289 version = "0.4.0"
1290 criteria = "safe-to-deploy"
1292 [[exemptions.quick-error]]
1293 version = "1.2.3"
1294 criteria = "safe-to-deploy"
1296 [[exemptions.quote]]
1297 version = "1.0.18"
1298 criteria = "safe-to-deploy"
1300 [[exemptions.radium]]
1301 version = "0.5.3"
1302 criteria = "safe-to-deploy"
1304 [[exemptions.rand]]
1305 version = "0.8.5"
1306 criteria = "safe-to-deploy"
1308 [[exemptions.rand_chacha]]
1309 version = "0.3.1"
1310 criteria = "safe-to-deploy"
1312 [[exemptions.rand_core]]
1313 version = "0.6.3"
1314 criteria = "safe-to-deploy"
1316 [[exemptions.range-alloc]]
1317 version = "0.1.2"
1318 criteria = "safe-to-deploy"
1320 [[exemptions.raw-window-handle]]
1321 version = "0.4.3"
1322 criteria = "safe-to-deploy"
1324 [[exemptions.rayon]]
1325 version = "1.5.3"
1326 criteria = "safe-to-deploy"
1328 [[exemptions.rayon-core]]
1329 version = "1.9.3"
1330 criteria = "safe-to-deploy"
1332 [[exemptions.redox_syscall]]
1333 version = "0.2.13"
1334 criteria = "safe-to-deploy"
1336 [[exemptions.regalloc]]
1337 version = "0.0.31"
1338 criteria = "safe-to-deploy"
1340 [[exemptions.regex]]
1341 version = "1.5.6"
1342 criteria = "safe-to-deploy"
1344 [[exemptions.regex-syntax]]
1345 version = "0.6.26"
1346 criteria = "safe-to-deploy"
1348 [[exemptions.remove_dir_all]]
1349 version = "0.5.3"
1350 criteria = "safe-to-deploy"
1352 [[exemptions.renderdoc-sys]]
1353 version = "0.7.1"
1354 criteria = "safe-to-deploy"
1356 [[exemptions.replace_with]]
1357 version = "0.1.7"
1358 criteria = "safe-to-deploy"
1360 [[exemptions.ringbuf]]
1361 version = "0.2.8"
1362 criteria = "safe-to-deploy"
1364 [[exemptions.rkv]]
1365 version = "0.17.1"
1366 criteria = "safe-to-deploy"
1368 [[exemptions.ron]]
1369 version = "0.7.0"
1370 criteria = "safe-to-deploy"
1372 [[exemptions.runloop]]
1373 version = "0.1.0"
1374 criteria = "safe-to-deploy"
1376 [[exemptions.rusqlite]]
1377 version = "0.27.0"
1378 criteria = "safe-to-deploy"
1380 [[exemptions.rust-ini]]
1381 version = "0.10.3"
1382 criteria = "safe-to-deploy"
1384 [[exemptions.rust_cascade]]
1385 version = "1.4.0"
1386 criteria = "safe-to-deploy"
1388 [[exemptions.rust_decimal]]
1389 version = "1.24.0"
1390 criteria = "safe-to-deploy"
1392 [[exemptions.rustc-demangle]]
1393 version = "0.1.21"
1394 criteria = "safe-to-deploy"
1396 [[exemptions.rustc-hash]]
1397 version = "1.1.0"
1398 criteria = "safe-to-deploy"
1400 [[exemptions.rustc_version]]
1401 version = "0.4.0"
1402 criteria = "safe-to-deploy"
1404 [[exemptions.ryu]]
1405 version = "1.0.10"
1406 criteria = "safe-to-deploy"
1408 [[exemptions.safemem]]
1409 version = "0.3.3"
1410 criteria = "safe-to-run"
1412 [[exemptions.same-file]]
1413 version = "1.0.6"
1414 criteria = "safe-to-deploy"
1416 [[exemptions.scoped-tls]]
1417 version = "1.0.0"
1418 criteria = "safe-to-run"
1420 [[exemptions.scopeguard]]
1421 version = "1.1.0"
1422 criteria = "safe-to-deploy"
1424 [[exemptions.scroll]]
1425 version = "0.10.2"
1426 criteria = "safe-to-deploy"
1428 [[exemptions.scroll_derive]]
1429 version = "0.10.5"
1430 criteria = "safe-to-deploy"
1432 [[exemptions.selectors]]
1433 version = "0.22.0"
1434 criteria = "safe-to-deploy"
1436 [[exemptions.self_cell]]
1437 version = "0.10.2"
1438 criteria = "safe-to-deploy"
1440 [[exemptions.semver]]
1441 version = "1.0.9"
1442 criteria = "safe-to-deploy"
1444 [[exemptions.serde]]
1445 version = "1.0.137"
1446 criteria = "safe-to-deploy"
1448 [[exemptions.serde_bytes]]
1449 version = "0.11.6"
1450 criteria = "safe-to-deploy"
1452 [[exemptions.serde_derive]]
1453 version = "1.0.137"
1454 criteria = "safe-to-deploy"
1456 [[exemptions.serde_json]]
1457 version = "1.0.81"
1458 criteria = "safe-to-deploy"
1460 [[exemptions.serde_repr]]
1461 version = "0.1.8"
1462 criteria = "safe-to-run"
1464 [[exemptions.serde_urlencoded]]
1465 version = "0.7.1"
1466 criteria = "safe-to-run"
1468 [[exemptions.serde_with]]
1469 version = "1.14.0"
1470 criteria = "safe-to-deploy"
1472 [[exemptions.serde_with_macros]]
1473 version = "1.5.2"
1474 criteria = "safe-to-deploy"
1476 [[exemptions.serde_yaml]]
1477 version = "0.8.24"
1478 criteria = "safe-to-run"
1480 [[exemptions.serial_test]]
1481 version = "0.5.1"
1482 criteria = "safe-to-run"
1484 [[exemptions.serial_test_derive]]
1485 version = "0.5.1"
1486 criteria = "safe-to-run"
1488 [[exemptions.servo_arc]]
1489 version = "0.1.1"
1490 criteria = "safe-to-deploy"
1492 [[exemptions.sfv]]
1493 version = "0.9.2"
1494 criteria = "safe-to-deploy"
1496 [[exemptions.sha-1]]
1497 version = "0.10.0"
1498 criteria = "safe-to-run"
1500 [[exemptions.sha2]]
1501 version = "0.10.2"
1502 criteria = "safe-to-deploy"
1504 [[exemptions.shlex]]
1505 version = "1.1.0"
1506 criteria = "safe-to-deploy"
1508 [[exemptions.siphasher]]
1509 version = "0.3.10"
1510 criteria = "safe-to-deploy"
1512 [[exemptions.slab]]
1513 version = "0.4.6"
1514 criteria = "safe-to-deploy"
1516 [[exemptions.smallbitvec]]
1517 version = "2.5.1"
1518 criteria = "safe-to-deploy"
1520 [[exemptions.smallvec]]
1521 version = "1.8.0"
1522 criteria = "safe-to-deploy"
1524 [[exemptions.socket2]]
1525 version = "0.4.4"
1526 criteria = "safe-to-deploy"
1528 [[exemptions.spirv]]
1529 version = "0.2.0+1.5.4"
1530 criteria = "safe-to-deploy"
1532 [[exemptions.stable_deref_trait]]
1533 version = "1.2.0"
1534 criteria = "safe-to-deploy"
1536 [[exemptions.static_assertions]]
1537 version = "1.1.0"
1538 criteria = "safe-to-deploy"
1540 [[exemptions.strsim]]
1541 version = "0.10.0"
1542 criteria = "safe-to-deploy"
1544 [[exemptions.svg_fmt]]
1545 version = "0.4.1"
1546 criteria = "safe-to-deploy"
1548 [[exemptions.syn]]
1549 version = "1.0.96"
1550 criteria = "safe-to-deploy"
1552 [[exemptions.synstructure]]
1553 version = "0.12.6"
1554 criteria = "safe-to-deploy"
1556 [[exemptions.tap]]
1557 version = "1.0.1"
1558 criteria = "safe-to-deploy"
1560 [[exemptions.target-lexicon]]
1561 version = "0.12.4"
1562 criteria = "safe-to-deploy"
1564 [[exemptions.tempfile]]
1565 version = "3.3.0"
1566 criteria = "safe-to-deploy"
1568 [[exemptions.termcolor]]
1569 version = "1.1.3"
1570 criteria = "safe-to-deploy"
1572 [[exemptions.terminal_size]]
1573 version = "0.1.17"
1574 criteria = "safe-to-deploy"
1576 [[exemptions.textwrap]]
1577 version = "0.15.0"
1578 criteria = "safe-to-deploy"
1580 [[exemptions.thiserror]]
1581 version = "1.0.31"
1582 criteria = "safe-to-deploy"
1584 [[exemptions.thiserror-impl]]
1585 version = "1.0.31"
1586 criteria = "safe-to-deploy"
1588 [[exemptions.threadbound]]
1589 version = "0.1.3"
1590 criteria = "safe-to-deploy"
1592 [[exemptions.time]]
1593 version = "0.1.44"
1594 criteria = "safe-to-deploy"
1596 [[exemptions.time]]
1597 version = "0.3.9"
1598 criteria = "safe-to-run"
1600 [[exemptions.time-macros]]
1601 version = "0.2.4"
1602 criteria = "safe-to-run"
1604 [[exemptions.tinystr]]
1605 version = "0.3.4"
1606 criteria = "safe-to-deploy"
1608 [[exemptions.tokio]]
1609 version = "1.17.0"
1610 criteria = "safe-to-run"
1612 [[exemptions.tokio-macros]]
1613 version = "1.8.0"
1614 criteria = "safe-to-run"
1616 [[exemptions.tokio-stream]]
1617 version = "0.1.9"
1618 criteria = "safe-to-run"
1620 [[exemptions.tokio-util]]
1621 version = "0.7.2"
1622 criteria = "safe-to-run"
1624 [[exemptions.toml]]
1625 version = "0.5.9"
1626 criteria = "safe-to-deploy"
1628 [[exemptions.topological-sort]]
1629 version = "0.1.0"
1630 criteria = "safe-to-deploy"
1632 [[exemptions.tower-service]]
1633 version = "0.3.1"
1634 criteria = "safe-to-run"
1636 [[exemptions.tracing]]
1637 version = "0.1.35"
1638 criteria = "safe-to-run"
1640 [[exemptions.tracing-attributes]]
1641 version = "0.1.21"
1642 criteria = "safe-to-run"
1644 [[exemptions.tracing-core]]
1645 version = "0.1.27"
1646 criteria = "safe-to-run"
1648 [[exemptions.tracy-rs]]
1649 version = "0.1.2"
1650 criteria = "safe-to-deploy"
1652 [[exemptions.triple_buffer]]
1653 version = "5.0.6"
1654 criteria = "safe-to-deploy"
1656 [[exemptions.try-lock]]
1657 version = "0.2.3"
1658 criteria = "safe-to-run"
1660 [[exemptions.type-map]]
1661 version = "0.4.0"
1662 criteria = "safe-to-deploy"
1664 [[exemptions.typenum]]
1665 version = "1.15.0"
1666 criteria = "safe-to-deploy"
1668 [[exemptions.uluru]]
1669 version = "3.0.0"
1670 criteria = "safe-to-deploy"
1672 [[exemptions.unic-langid]]
1673 version = "0.9.0"
1674 criteria = "safe-to-deploy"
1676 [[exemptions.unic-langid-impl]]
1677 version = "0.9.0"
1678 criteria = "safe-to-deploy"
1680 [[exemptions.unic-langid-macros]]
1681 version = "0.9.0"
1682 criteria = "safe-to-deploy"
1684 [[exemptions.unic-langid-macros-impl]]
1685 version = "0.9.0"
1686 criteria = "safe-to-deploy"
1688 [[exemptions.unicase]]
1689 version = "2.6.0"
1690 criteria = "safe-to-deploy"
1692 [[exemptions.unicode-bidi]]
1693 version = "0.3.8"
1694 criteria = "safe-to-deploy"
1696 [[exemptions.unicode-ident]]
1697 version = "1.0.0"
1698 criteria = "safe-to-deploy"
1700 [[exemptions.unicode-normalization]]
1701 version = "0.1.19"
1702 criteria = "safe-to-deploy"
1704 [[exemptions.unicode-segmentation]]
1705 version = "1.9.0"
1706 criteria = "safe-to-deploy"
1708 [[exemptions.unicode-width]]
1709 version = "0.1.9"
1710 criteria = "safe-to-deploy"
1712 [[exemptions.unicode-xid]]
1713 version = "0.2.3"
1714 criteria = "safe-to-deploy"
1716 [[exemptions.unix_path]]
1717 version = "1.0.1"
1718 criteria = "safe-to-run"
1720 [[exemptions.unix_str]]
1721 version = "1.0.0"
1722 criteria = "safe-to-run"
1724 [[exemptions.url]]
1725 version = "2.1.0"
1726 criteria = "safe-to-deploy"
1728 [[exemptions.uuid]]
1729 version = "0.8.2"
1730 criteria = "safe-to-deploy"
1732 [[exemptions.version_check]]
1733 version = "0.9.4"
1734 criteria = "safe-to-deploy"
1736 [[exemptions.walkdir]]
1737 version = "2.3.2"
1738 criteria = "safe-to-deploy"
1740 [[exemptions.want]]
1741 version = "0.3.0"
1742 criteria = "safe-to-run"
1744 [[exemptions.warp]]
1745 version = "0.3.2"
1746 criteria = "safe-to-run"
1748 [[exemptions.wasi]]
1749 version = "0.11.0+wasi-snapshot-preview1"
1750 criteria = "safe-to-deploy"
1752 [[exemptions.wasm-encoder]]
1753 version = "0.7.0"
1754 criteria = "safe-to-run"
1756 [[exemptions.wasm-smith]]
1757 version = "0.8.0"
1758 criteria = "safe-to-run"
1760 [[exemptions.wasmparser]]
1761 version = "0.78.2"
1762 criteria = "safe-to-deploy"
1764 [[exemptions.wast]]
1765 version = "41.0.0"
1766 criteria = "safe-to-deploy"
1768 [[exemptions.webrtc-sdp]]
1769 version = "0.3.9"
1770 criteria = "safe-to-deploy"
1772 [[exemptions.whatsys]]
1773 version = "0.1.2"
1774 criteria = "safe-to-deploy"
1776 [[exemptions.winapi]]
1777 version = "0.3.9"
1778 criteria = "safe-to-deploy"
1780 [[exemptions.winapi-i686-pc-windows-gnu]]
1781 version = "0.4.0"
1782 criteria = "safe-to-deploy"
1784 [[exemptions.winapi-util]]
1785 version = "0.1.5"
1786 criteria = "safe-to-deploy"
1788 [[exemptions.winapi-x86_64-pc-windows-gnu]]
1789 version = "0.4.0"
1790 criteria = "safe-to-deploy"
1792 [[exemptions.winreg]]
1793 version = "0.5.1"
1794 criteria = "safe-to-run"
1796 [[exemptions.wio]]
1797 version = "0.2.2"
1798 criteria = "safe-to-deploy"
1800 [[exemptions.wyz]]
1801 version = "0.2.0"
1802 criteria = "safe-to-deploy"
1804 [[exemptions.xml-rs]]
1805 version = "0.8.4"
1806 criteria = "safe-to-deploy"
1808 [[exemptions.xmldecl]]
1809 version = "0.2.0"
1810 criteria = "safe-to-deploy"
1812 [[exemptions.yaml-rust]]
1813 version = "0.4.5"
1814 criteria = "safe-to-run"
1816 [[exemptions.zeitstempel]]
1817 version = "0.1.1"
1818 criteria = "safe-to-deploy"
1820 [[exemptions.zip]]
1821 version = "0.6.2"
1822 criteria = "safe-to-run"