Bug 1835231 - Use dlopen() wrapper for Android <= 22 r=gsvelto
[gecko.git] / supply-chain / config.toml
blobd3fd5041e93f3aa2a510420d5366f89cc1738b50
2 # cargo-vet config file
4 [cargo-vet]
5 version = "0.7"
7 [imports.bytecode-alliance]
8 url = "https://raw.githubusercontent.com/bytecodealliance/wasmtime/main/supply-chain/audits.toml"
10 [imports.embark-studios]
11 url = "https://raw.githubusercontent.com/EmbarkStudios/rust-ecosystem/main/audits.toml"
13 [imports.google]
14 url = "https://raw.githubusercontent.com/google/supply-chain/main/audits.toml"
16 [imports.isrg]
17 url = "https://raw.githubusercontent.com/divviup/libprio-rs/main/supply-chain/audits.toml"
19 [imports.mozilla]
20 url = "https://raw.githubusercontent.com/mozilla/supply-chain/main/audits.toml"
22 [policy.autocfg]
23 audit-as-crates-io = true
24 notes = "This is the upstream code plus a few local fixes, see bug 1685697."
26 [policy.chardetng]
27 audit-as-crates-io = true
28 notes = "This is a crate Henri wrote which is also published. We should probably update Firefox to tip and certify that."
30 [policy.chardetng_c]
31 audit-as-crates-io = true
32 notes = "This is a crate Henri wrote which is also published. We should probably update Firefox to tip and certify that."
34 [policy.coremidi]
35 audit-as-crates-io = true
36 notes = "This is a pinned version of the upstream code, presumably to get a fix that hadn't been released yet. We should consider switching to the latest official release."
38 [policy.cssparser]
39 audit-as-crates-io = true
40 notes = "Upstream code plus nesting changes that haven't been published yet authored by us"
42 [policy.cssparser-macros]
43 audit-as-crates-io = true
44 notes = "Needed because this crate lives along cssparser"
46 [policy.d3d12]
47 audit-as-crates-io = true
48 notes = "Unpublished wgpu revisions point to unpublished d3d12 revisions."
50 [policy.firefox-on-glean]
51 audit-as-crates-io = false
52 notes = "The crates.io version of this is just a placeholder to allow public crates to depend on firefox-on-glean."
54 [policy.geckodriver]
55 audit-as-crates-io = false
56 criteria = "safe-to-run"
57 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."
59 [policy.gkrust-gtest]
60 criteria = "safe-to-run"
61 notes = "Used for testing."
63 [policy.gkrust-shared]
64 dependency-criteria = { tokio-reactor = [], tokio-threadpool = [] }
65 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."
67 [policy.gluesmith]
68 criteria = "safe-to-run"
69 notes = "Used for fuzzing."
71 [policy.http3server]
72 criteria = "safe-to-run"
73 notes = "Used for testing."
75 [policy.l10nregistry]
76 dependency-criteria = { fluent-testing = "safe-to-run", tokio = "safe-to-run" }
77 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."
79 [policy.libudev-sys]
80 audit-as-crates-io = false
81 notes = "This override is an api-compatible fork with an orthogonal implementation."
83 [policy.marionette]
84 audit-as-crates-io = false
85 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."
87 [policy.midir]
88 audit-as-crates-io = true
89 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."
91 [policy."mio:0.6.23"]
92 audit-as-crates-io = true
93 notes = "Version 0.6.23 is a local fork of upstream which just twiddles some dependencies."
95 [policy.mozbuild]
96 audit-as-crates-io = false
97 notes = "The crates.io version of this is just a placeholder to allow public crates to depend on mozbuild."
99 [policy.mozdevice]
100 audit-as-crates-io = false
101 notes = "This is a first-party crate which is also published to crates.io. We certify audits for this crate as part of the documented release process, but that step happens after the version bump lands on central so we don't enforce it here."
103 [policy.mozglue-static]
104 dependency-criteria = { rustc_version = "safe-to-run" }
105 notes = "The rustc_version dependency is only used in the build script, and does not generate any runtime code"
107 [policy.mozprofile]
108 audit-as-crates-io = false
109 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."
111 [policy.mozrunner]
112 audit-as-crates-io = false
113 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."
115 [policy.mozversion]
116 audit-as-crates-io = false
117 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."
119 [policy.mp4parse]
120 audit-as-crates-io = false
122 [policy.mp4parse_capi]
123 audit-as-crates-io = false
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.peek-poke]
134 audit-as-crates-io = false
136 [policy.peek-poke-derive]
137 audit-as-crates-io = false
139 [policy.pulse]
140 audit-as-crates-io = false
141 notes = "This is a first-party crate which is entirely unrelated to the crates.io package of the same name."
143 [policy.qcms]
144 audit-as-crates-io = true
145 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."
147 [policy.rure]
148 audit-as-crates-io = true
149 notes = "Identical to upstream, but with cdylib and staticlib targets disabled to avoid unnecessary build artifacts and linker errors."
151 [policy.selectors]
152 audit-as-crates-io = true
153 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."
155 [policy.servo_arc]
156 audit-as-crates-io = true
157 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."
159 [policy.smoosh]
160 criteria = "safe-to-run"
161 notes = "We're not shipping this and have no plans to ship it."
163 [policy.storage]
164 audit-as-crates-io = false
165 notes = "This is a first-party crate which is entirely unrelated to the crates.io package of the same name."
167 [policy.tabs]
168 audit-as-crates-io = false
169 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."
171 [policy.viaduct]
172 audit-as-crates-io = false
173 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."
175 [policy.warp]
176 audit-as-crates-io = true
177 notes = "This is a third-party crate, with an extra patch."
179 [policy.webdriver]
180 audit-as-crates-io = false
181 criteria = "safe-to-run"
182 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."
184 [policy.webrender]
185 audit-as-crates-io = false
187 [policy.webrender_api]
188 audit-as-crates-io = false
190 [policy.webrender_build]
191 audit-as-crates-io = false
193 [policy.wgpu-core]
194 audit-as-crates-io = true
195 notes = "Upstream project which we pin."
197 [policy.wgpu-hal]
198 audit-as-crates-io = true
199 notes = "Upstream project which we pin."
201 [policy.wgpu-types]
202 audit-as-crates-io = true
203 notes = "Upstream project which we pin."
205 [policy.wr_malloc_size_of]
206 audit-as-crates-io = false
208 [[exemptions.adler]]
209 version = "1.0.2"
210 criteria = "safe-to-deploy"
212 [[exemptions.ahash]]
213 version = "0.7.6"
214 criteria = "safe-to-deploy"
216 [[exemptions.alsa]]
217 version = "0.4.3"
218 criteria = "safe-to-deploy"
220 [[exemptions.alsa-sys]]
221 version = "0.3.1"
222 criteria = "safe-to-deploy"
224 [[exemptions.android_log-sys]]
225 version = "0.2.0"
226 criteria = "safe-to-deploy"
228 [[exemptions.askama_derive]]
229 version = "0.11.2"
230 criteria = "safe-to-deploy"
232 [[exemptions.askama_escape]]
233 version = "0.10.3"
234 criteria = "safe-to-deploy"
236 [[exemptions.askama_shared]]
237 version = "0.12.2"
238 criteria = "safe-to-deploy"
240 [[exemptions.async-task]]
241 version = "4.0.3"
242 criteria = "safe-to-deploy"
244 [[exemptions.bincode]]
245 version = "1.3.3"
246 criteria = "safe-to-deploy"
248 [[exemptions.bitflags]]
249 version = "1.3.2"
250 criteria = "safe-to-deploy"
252 [[exemptions.bitreader]]
253 version = "0.3.6"
254 criteria = "safe-to-deploy"
256 [[exemptions.block]]
257 version = "0.1.6"
258 criteria = "safe-to-deploy"
260 [[exemptions.cache-padded]]
261 version = "1.2.0"
262 criteria = "safe-to-deploy"
264 [[exemptions.camino]]
265 version = "1.0.9"
266 criteria = "safe-to-deploy"
268 [[exemptions.chrono]]
269 version = "0.4.19"
270 criteria = "safe-to-deploy"
272 [[exemptions.chunky-vec]]
273 version = "0.1.0"
274 criteria = "safe-to-deploy"
276 [[exemptions.clang-sys]]
277 version = "1.3.3"
278 criteria = "safe-to-deploy"
280 [[exemptions.clap]]
281 version = "3.1.18"
282 criteria = "safe-to-deploy"
284 [[exemptions.clap_derive]]
285 version = "3.1.18"
286 criteria = "safe-to-deploy"
288 [[exemptions.clap_lex]]
289 version = "0.2.0"
290 criteria = "safe-to-deploy"
292 [[exemptions.cookie]]
293 version = "0.16.0"
294 criteria = "safe-to-run"
296 [[exemptions.coreaudio-sys]]
297 version = "0.2.10"
298 criteria = "safe-to-deploy"
300 [[exemptions.coremidi]]
301 version = "0.6.0@git:fc68464b5445caf111e41f643a2e69ccce0b4f83"
302 criteria = "safe-to-deploy"
304 [[exemptions.coremidi-sys]]
305 version = "3.1.0"
306 criteria = "safe-to-deploy"
308 [[exemptions.cose]]
309 version = "0.1.4"
310 criteria = "safe-to-deploy"
312 [[exemptions.cose-c]]
313 version = "0.1.5"
314 criteria = "safe-to-deploy"
316 [[exemptions.cpufeatures]]
317 version = "0.2.2"
318 criteria = "safe-to-deploy"
320 [[exemptions.crc32fast]]
321 version = "1.3.2"
322 criteria = "safe-to-deploy"
324 [[exemptions.crossbeam-channel]]
325 version = "0.5.4"
326 criteria = "safe-to-deploy"
328 [[exemptions.crossbeam-deque]]
329 version = "0.8.1"
330 criteria = "safe-to-deploy"
332 [[exemptions.crossbeam-epoch]]
333 version = "0.9.8"
334 criteria = "safe-to-deploy"
336 [[exemptions.crossbeam-utils]]
337 version = "0.8.8"
338 criteria = "safe-to-deploy"
340 [[exemptions.d3d12]]
341 version = "0.4.1"
342 criteria = "safe-to-deploy"
344 [[exemptions.darling]]
345 version = "0.13.4"
346 criteria = "safe-to-deploy"
348 [[exemptions.darling_core]]
349 version = "0.13.4"
350 criteria = "safe-to-deploy"
352 [[exemptions.darling_macro]]
353 version = "0.13.4"
354 criteria = "safe-to-deploy"
356 [[exemptions.dashmap]]
357 version = "4.0.2"
358 criteria = "safe-to-deploy"
360 [[exemptions.data-encoding]]
361 version = "2.3.2"
362 criteria = "safe-to-deploy"
364 [[exemptions.dbus]]
365 version = "0.6.5"
366 criteria = "safe-to-deploy"
368 [[exemptions.devd-rs]]
369 version = "0.3.4"
370 criteria = "safe-to-deploy"
372 [[exemptions.digest]]
373 version = "0.10.3"
374 criteria = "safe-to-deploy"
376 [[exemptions.dirs]]
377 version = "4.0.0"
378 criteria = "safe-to-deploy"
380 [[exemptions.dirs-sys]]
381 version = "0.3.7"
382 criteria = "safe-to-deploy"
384 [[exemptions.dns-parser]]
385 version = "0.8.0"
386 criteria = "safe-to-deploy"
388 [[exemptions.enumset]]
389 version = "1.0.11"
390 criteria = "safe-to-deploy"
392 [[exemptions.enumset_derive]]
393 version = "0.6.0"
394 criteria = "safe-to-deploy"
396 [[exemptions.env_logger]]
397 version = "0.9.0"
398 criteria = "safe-to-deploy"
400 [[exemptions.error-chain]]
401 version = "0.12.4"
402 criteria = "safe-to-deploy"
404 [[exemptions.fallible-iterator]]
405 version = "0.2.0"
406 criteria = "safe-to-deploy"
408 [[exemptions.fallible-streaming-iterator]]
409 version = "0.1.9"
410 criteria = "safe-to-deploy"
412 [[exemptions.fallible_collections]]
413 version = "0.4.4"
414 criteria = "safe-to-deploy"
416 [[exemptions.ffi-support]]
417 version = "0.4.4"
418 criteria = "safe-to-deploy"
420 [[exemptions.float-cmp]]
421 version = "0.6.0"
422 criteria = "safe-to-deploy"
424 [[exemptions.fs-err]]
425 version = "2.7.0"
426 criteria = "safe-to-deploy"
428 [[exemptions.fuchsia-zircon]]
429 version = "0.3.3"
430 criteria = "safe-to-run"
432 [[exemptions.fuchsia-zircon-sys]]
433 version = "0.3.3"
434 criteria = "safe-to-run"
436 [[exemptions.futures]]
437 version = "0.3.21"
438 criteria = "safe-to-deploy"
440 [[exemptions.futures-macro]]
441 version = "0.3.21"
442 criteria = "safe-to-deploy"
444 [[exemptions.futures-task]]
445 version = "0.3.21"
446 criteria = "safe-to-deploy"
448 [[exemptions.futures-util]]
449 version = "0.3.21"
450 criteria = "safe-to-deploy"
452 [[exemptions.generic-array]]
453 version = "0.14.5"
454 criteria = "safe-to-deploy"
456 [[exemptions.getrandom]]
457 version = "0.2.6"
458 criteria = "safe-to-deploy"
460 [[exemptions.gl_generator]]
461 version = "0.14.0"
462 criteria = "safe-to-deploy"
464 [[exemptions.glsl]]
465 version = "6.0.1"
466 criteria = "safe-to-deploy"
468 [[exemptions.goblin]]
469 version = "0.1.3"
470 criteria = "safe-to-deploy"
472 [[exemptions.gpu-alloc]]
473 version = "0.5.3"
474 criteria = "safe-to-deploy"
476 [[exemptions.gpu-alloc-types]]
477 version = "0.2.0"
478 criteria = "safe-to-deploy"
480 [[exemptions.gpu-descriptor]]
481 version = "0.2.2"
482 criteria = "safe-to-deploy"
484 [[exemptions.gpu-descriptor-types]]
485 version = "0.1.1"
486 criteria = "safe-to-deploy"
488 [[exemptions.hashlink]]
489 version = "0.7.0"
490 criteria = "safe-to-deploy"
492 [[exemptions.hermit-abi]]
493 version = "0.1.19"
494 criteria = "safe-to-deploy"
496 [[exemptions.hexf-parse]]
497 version = "0.2.1"
498 criteria = "safe-to-deploy"
500 [[exemptions.instant]]
501 version = "0.1.12"
502 criteria = "safe-to-deploy"
504 [[exemptions.ioctl-sys]]
505 version = "0.7.1"
506 criteria = "safe-to-deploy"
508 [[exemptions.itertools]]
509 version = "0.10.3"
510 criteria = "safe-to-deploy"
512 [[exemptions.khronos-egl]]
513 version = "4.1.0"
514 criteria = "safe-to-deploy"
516 [[exemptions.khronos_api]]
517 version = "3.1.0"
518 criteria = "safe-to-deploy"
520 [[exemptions.lazycell]]
521 version = "1.3.0"
522 criteria = "safe-to-deploy"
524 [[exemptions.libdbus-sys]]
525 version = "0.2.2"
526 criteria = "safe-to-deploy"
528 [[exemptions.libloading]]
529 version = "0.7.3"
530 criteria = "safe-to-deploy"
532 [[exemptions.libsqlite3-sys]]
533 version = "0.25.2"
534 criteria = "safe-to-deploy"
535 suggest = false
536 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"
538 [[exemptions.libudev]]
539 version = "0.2.0"
540 criteria = "safe-to-deploy"
542 [[exemptions.line-wrap]]
543 version = "0.1.1"
544 criteria = "safe-to-run"
546 [[exemptions.lmdb-rkv-sys]]
547 version = "0.11.2"
548 criteria = "safe-to-deploy"
549 suggest = false
550 notes = "This crate is forked from another crate and not developed in-house. Given that LMDB-backed RKV is going away, we will probably never bother auditing this"
552 [[exemptions.mach]]
553 version = "0.3.2"
554 criteria = "safe-to-deploy"
556 [[exemptions.memalloc]]
557 version = "0.1.0"
558 criteria = "safe-to-deploy"
560 [[exemptions.memmap2]]
561 version = "0.5.4"
562 criteria = "safe-to-deploy"
564 [[exemptions.memoffset]]
565 version = "0.6.5"
566 criteria = "safe-to-deploy"
568 [[exemptions.metal]]
569 version = "0.23.1"
570 criteria = "safe-to-deploy"
572 [[exemptions.midir]]
573 version = "0.7.0"
574 criteria = "safe-to-deploy"
576 [[exemptions.mime_guess]]
577 version = "2.0.4"
578 criteria = "safe-to-deploy"
580 [[exemptions.minimal-lexical]]
581 version = "0.2.1"
582 criteria = "safe-to-deploy"
584 [[exemptions.miniz_oxide]]
585 version = "0.5.3"
586 criteria = "safe-to-deploy"
588 [[exemptions.mio]]
589 version = "0.8.0"
590 criteria = "safe-to-deploy"
592 [[exemptions.mio-extras]]
593 version = "2.0.6"
594 criteria = "safe-to-run"
596 [[exemptions.miow]]
597 version = "0.3.7"
598 criteria = "safe-to-deploy"
600 [[exemptions.murmurhash3]]
601 version = "0.0.5"
602 criteria = "safe-to-deploy"
604 [[exemptions.net2]]
605 version = "0.2.37"
606 criteria = "safe-to-run"
608 [[exemptions.nix]]
609 version = "0.15.0"
610 criteria = "safe-to-deploy"
612 [[exemptions.nom]]
613 version = "7.1.1"
614 criteria = "safe-to-deploy"
616 [[exemptions.ntapi]]
617 version = "0.3.7"
618 criteria = "safe-to-deploy"
620 [[exemptions.objc]]
621 version = "0.2.7"
622 criteria = "safe-to-deploy"
624 [[exemptions.objc_exception]]
625 version = "0.1.2"
626 criteria = "safe-to-deploy"
628 [[exemptions.object]]
629 version = "0.28.4"
630 criteria = "safe-to-deploy"
632 [[exemptions.once_cell]]
633 version = "1.12.0"
634 criteria = "safe-to-deploy"
636 [[exemptions.os_str_bytes]]
637 version = "6.1.0"
638 criteria = "safe-to-deploy"
640 [[exemptions.oslog]]
641 version = "0.1.0"
642 criteria = "safe-to-deploy"
644 [[exemptions.owning_ref]]
645 version = "0.4.1"
646 criteria = "safe-to-deploy"
648 [[exemptions.packed_simd_2]]
649 version = "0.3.7"
650 criteria = "safe-to-deploy"
652 [[exemptions.phf]]
653 version = "0.10.1"
654 criteria = "safe-to-deploy"
656 [[exemptions.phf_codegen]]
657 version = "0.10.0"
658 criteria = "safe-to-deploy"
660 [[exemptions.phf_generator]]
661 version = "0.10.0"
662 criteria = "safe-to-deploy"
664 [[exemptions.phf_macros]]
665 version = "0.10.0"
666 criteria = "safe-to-deploy"
668 [[exemptions.phf_shared]]
669 version = "0.10.0"
670 criteria = "safe-to-deploy"
672 [[exemptions.pin-project-lite]]
673 version = "0.2.9"
674 criteria = "safe-to-deploy"
676 [[exemptions.plain]]
677 version = "0.2.3"
678 criteria = "safe-to-deploy"
680 [[exemptions.plist]]
681 version = "1.3.1"
682 criteria = "safe-to-run"
684 [[exemptions.ppv-lite86]]
685 version = "0.2.16"
686 criteria = "safe-to-deploy"
688 [[exemptions.proc-macro-error]]
689 version = "1.0.4"
690 criteria = "safe-to-deploy"
692 [[exemptions.profiling]]
693 version = "1.0.6"
694 criteria = "safe-to-deploy"
696 [[exemptions.prost]]
697 version = "0.8.0"
698 criteria = "safe-to-deploy"
700 [[exemptions.prost-derive]]
701 version = "0.8.0"
702 criteria = "safe-to-deploy"
704 [[exemptions.qlog]]
705 version = "0.4.0"
706 criteria = "safe-to-deploy"
708 [[exemptions.quick-error]]
709 version = "1.2.3"
710 criteria = "safe-to-deploy"
712 [[exemptions.rand]]
713 version = "0.8.5"
714 criteria = "safe-to-deploy"
716 [[exemptions.rand_chacha]]
717 version = "0.3.1"
718 criteria = "safe-to-deploy"
720 [[exemptions.rand_core]]
721 version = "0.6.3"
722 criteria = "safe-to-deploy"
724 [[exemptions.redox_syscall]]
725 version = "0.2.13"
726 criteria = "safe-to-deploy"
728 [[exemptions.remove_dir_all]]
729 version = "0.5.3"
730 criteria = "safe-to-deploy"
732 [[exemptions.replace_with]]
733 version = "0.1.7"
734 criteria = "safe-to-deploy"
736 [[exemptions.ringbuf]]
737 version = "0.2.8"
738 criteria = "safe-to-deploy"
740 [[exemptions.ron]]
741 version = "0.7.0"
742 criteria = "safe-to-deploy"
744 [[exemptions.runloop]]
745 version = "0.1.0"
746 criteria = "safe-to-deploy"
748 [[exemptions.rusqlite]]
749 version = "0.27.0"
750 criteria = "safe-to-deploy"
752 [[exemptions.rust-ini]]
753 version = "0.10.3"
754 criteria = "safe-to-deploy"
756 [[exemptions.rust_decimal]]
757 version = "1.24.0"
758 criteria = "safe-to-deploy"
760 [[exemptions.scroll]]
761 version = "0.10.2"
762 criteria = "safe-to-deploy"
764 [[exemptions.scroll_derive]]
765 version = "0.10.5"
766 criteria = "safe-to-deploy"
768 [[exemptions.self_cell]]
769 version = "0.10.2"
770 criteria = "safe-to-deploy"
772 [[exemptions.serde_with]]
773 version = "1.14.0"
774 criteria = "safe-to-deploy"
776 [[exemptions.serde_with_macros]]
777 version = "1.5.2"
778 criteria = "safe-to-deploy"
780 [[exemptions.sfv]]
781 version = "0.9.2"
782 criteria = "safe-to-deploy"
784 [[exemptions.sha1]]
785 version = "0.10.0"
786 criteria = "safe-to-run"
788 [[exemptions.sha2]]
789 version = "0.10.2"
790 criteria = "safe-to-deploy"
792 [[exemptions.shlex]]
793 version = "1.1.0"
794 criteria = "safe-to-deploy"
796 [[exemptions.signal-hook-registry]]
797 version = "1.4.1"
798 criteria = "safe-to-run"
800 [[exemptions.siphasher]]
801 version = "0.3.10"
802 criteria = "safe-to-deploy"
804 [[exemptions.socket2]]
805 version = "0.4.4"
806 criteria = "safe-to-deploy"
808 [[exemptions.spirv]]
809 version = "0.2.0+1.5.4"
810 criteria = "safe-to-deploy"
812 [[exemptions.stable_deref_trait]]
813 version = "1.2.0"
814 criteria = "safe-to-deploy"
816 [[exemptions.static_assertions]]
817 version = "1.1.0"
818 criteria = "safe-to-deploy"
820 [[exemptions.strsim]]
821 version = "0.10.0"
822 criteria = "safe-to-deploy"
824 [[exemptions.tempfile]]
825 version = "3.3.0"
826 criteria = "safe-to-deploy"
828 [[exemptions.terminal_size]]
829 version = "0.1.17"
830 criteria = "safe-to-deploy"
832 [[exemptions.textwrap]]
833 version = "0.15.0"
834 criteria = "safe-to-deploy"
836 [[exemptions.time]]
837 version = "0.1.44"
838 criteria = "safe-to-deploy"
840 [[exemptions.time]]
841 version = "0.3.9"
842 criteria = "safe-to-run"
844 [[exemptions.time-macros]]
845 version = "0.2.4"
846 criteria = "safe-to-run"
848 [[exemptions.tokio]]
849 version = "1.17.0"
850 criteria = "safe-to-run"
852 [[exemptions.triple_buffer]]
853 version = "5.0.6"
854 criteria = "safe-to-deploy"
856 [[exemptions.type-map]]
857 version = "0.4.0"
858 criteria = "safe-to-deploy"
860 [[exemptions.typenum]]
861 version = "1.15.0"
862 criteria = "safe-to-deploy"
864 [[exemptions.unix_path]]
865 version = "1.0.1"
866 criteria = "safe-to-run"
868 [[exemptions.unix_str]]
869 version = "1.0.0"
870 criteria = "safe-to-run"
872 [[exemptions.url]]
873 version = "2.1.0"
874 criteria = "safe-to-deploy"
876 [[exemptions.uuid]]
877 version = "0.8.2"
878 criteria = "safe-to-deploy"
880 [[exemptions.webrtc-sdp]]
881 version = "0.3.9"
882 criteria = "safe-to-deploy"
884 [[exemptions.winapi]]
885 version = "0.3.9"
886 criteria = "safe-to-deploy"
888 [[exemptions.winapi-i686-pc-windows-gnu]]
889 version = "0.4.0"
890 criteria = "safe-to-deploy"
892 [[exemptions.winapi-x86_64-pc-windows-gnu]]
893 version = "0.4.0"
894 criteria = "safe-to-deploy"
896 [[exemptions.wio]]
897 version = "0.2.2"
898 criteria = "safe-to-deploy"
900 [[exemptions.xml-rs]]
901 version = "0.8.4"
902 criteria = "safe-to-deploy"
904 [[exemptions.yaml-rust]]
905 version = "0.4.5"
906 criteria = "safe-to-run"
908 [[exemptions.zip]]
909 version = "0.6.2"
910 criteria = "safe-to-run"