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