Bug 1839478 [wpt PR 40649] - [flex] Fix under-invalidation of intrinsic size., a...
[gecko.git] / supply-chain / config.toml
blob76fa21bdd9e8d4f643fdfce6c97f4e17cf1e0753
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 = "Unpublished wgpu revisions point to unpublished d3d12 revisions."
46 [policy.firefox-on-glean]
47 audit-as-crates-io = false
48 notes = "The crates.io version of this is just a placeholder to allow public crates to depend on firefox-on-glean."
50 [policy.geckodriver]
51 audit-as-crates-io = false
52 criteria = "safe-to-run"
53 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."
55 [policy.gkrust-gtest]
56 criteria = "safe-to-run"
57 notes = "Used for testing."
59 [policy.gkrust-shared]
60 dependency-criteria = { tokio-reactor = [], tokio-threadpool = [] }
61 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."
63 [policy.gluesmith]
64 criteria = "safe-to-run"
65 notes = "Used for fuzzing."
67 [policy.http3server]
68 criteria = "safe-to-run"
69 notes = "Used for testing."
71 [policy.l10nregistry]
72 dependency-criteria = { fluent-testing = "safe-to-run", tokio = "safe-to-run" }
73 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."
75 [policy.libudev-sys]
76 audit-as-crates-io = false
77 notes = "This override is an api-compatible fork with an orthogonal implementation."
79 [policy.malloc_size_of_derive]
80 audit-as-crates-io = false
81 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."
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.mozilla-central-workspace-hack]
108 criteria = "safe-to-run"
109 notes = "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."
111 [policy.mozprofile]
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.mozrunner]
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.mozversion]
120 audit-as-crates-io = false
121 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."
123 [policy.mp4parse]
124 audit-as-crates-io = false
126 [policy.mp4parse_capi]
127 audit-as-crates-io = false
129 [policy.naga]
130 audit-as-crates-io = true
131 notes = "wgpu-core pins this crate."
133 [policy.num-derive]
134 audit-as-crates-io = true
135 notes = "Local fork with a patch from https://github.com/rust-num/num-derive/pull/54"
137 [policy.packed_simd_2]
138 audit-as-crates-io = true
139 notes = "Based on upstream, see bug 1719674."
141 [policy.peek-poke]
142 audit-as-crates-io = false
144 [policy.peek-poke-derive]
145 audit-as-crates-io = false
147 [policy.phf_macros]
148 audit-as-crates-io = true
149 notes = "Local fork with a patch from https://github.com/rust-phf/rust-phf/pull/284"
151 [policy.pulse]
152 audit-as-crates-io = false
153 notes = "This is a first-party crate which is entirely unrelated to the crates.io package of the same name."
155 [policy.qcms]
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.rure]
160 audit-as-crates-io = true
161 notes = "Identical to upstream, but with cdylib and staticlib targets disabled to avoid unnecessary build artifacts and linker errors."
163 [policy.selectors]
164 audit-as-crates-io = true
165 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."
167 [policy.servo_arc]
168 audit-as-crates-io = true
169 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."
171 [policy.smoosh]
172 criteria = "safe-to-run"
173 notes = "We're not shipping this and have no plans to ship it."
175 [policy.storage]
176 audit-as-crates-io = false
177 notes = "This is a first-party crate which is entirely unrelated to the crates.io package of the same name."
179 [policy.tabs]
180 audit-as-crates-io = false
181 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."
183 [policy.viaduct]
184 audit-as-crates-io = false
185 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."
187 [policy.warp]
188 audit-as-crates-io = true
189 notes = "This is a third-party crate, with an extra patch."
191 [policy.webdriver]
192 audit-as-crates-io = false
193 criteria = "safe-to-run"
194 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."
196 [policy.webrender]
197 audit-as-crates-io = false
199 [policy.webrender_api]
200 audit-as-crates-io = false
202 [policy.webrender_build]
203 audit-as-crates-io = false
205 [policy.wgpu-core]
206 audit-as-crates-io = true
207 notes = "Upstream project which we pin."
209 [policy.wgpu-hal]
210 audit-as-crates-io = true
211 notes = "Upstream project which we pin."
213 [policy.wgpu-types]
214 audit-as-crates-io = true
215 notes = "Upstream project which we pin."
217 [policy.wr_malloc_size_of]
218 audit-as-crates-io = false
220 [[exemptions.adler]]
221 version = "1.0.2"
222 criteria = "safe-to-deploy"
224 [[exemptions.ahash]]
225 version = "0.7.6"
226 criteria = "safe-to-deploy"
228 [[exemptions.alsa]]
229 version = "0.4.3"
230 criteria = "safe-to-deploy"
232 [[exemptions.alsa-sys]]
233 version = "0.3.1"
234 criteria = "safe-to-deploy"
236 [[exemptions.android_log-sys]]
237 version = "0.2.0"
238 criteria = "safe-to-deploy"
240 [[exemptions.askama_derive]]
241 version = "0.11.2"
242 criteria = "safe-to-deploy"
244 [[exemptions.askama_escape]]
245 version = "0.10.3"
246 criteria = "safe-to-deploy"
248 [[exemptions.askama_shared]]
249 version = "0.12.2"
250 criteria = "safe-to-deploy"
252 [[exemptions.async-task]]
253 version = "4.0.3"
254 criteria = "safe-to-deploy"
256 [[exemptions.bincode]]
257 version = "1.3.3"
258 criteria = "safe-to-deploy"
260 [[exemptions.bitflags]]
261 version = "1.3.2"
262 criteria = "safe-to-deploy"
264 [[exemptions.bitreader]]
265 version = "0.3.6"
266 criteria = "safe-to-deploy"
268 [[exemptions.block]]
269 version = "0.1.6"
270 criteria = "safe-to-deploy"
272 [[exemptions.cache-padded]]
273 version = "1.2.0"
274 criteria = "safe-to-deploy"
276 [[exemptions.camino]]
277 version = "1.0.9"
278 criteria = "safe-to-deploy"
280 [[exemptions.chrono]]
281 version = "0.4.19"
282 criteria = "safe-to-deploy"
284 [[exemptions.chunky-vec]]
285 version = "0.1.0"
286 criteria = "safe-to-deploy"
288 [[exemptions.clang-sys]]
289 version = "1.3.3"
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.data-encoding]]
357 version = "2.3.2"
358 criteria = "safe-to-deploy"
360 [[exemptions.dbus]]
361 version = "0.6.5"
362 criteria = "safe-to-deploy"
364 [[exemptions.devd-rs]]
365 version = "0.3.4"
366 criteria = "safe-to-deploy"
368 [[exemptions.digest]]
369 version = "0.10.3"
370 criteria = "safe-to-deploy"
372 [[exemptions.dirs]]
373 version = "4.0.0"
374 criteria = "safe-to-deploy"
376 [[exemptions.dirs-sys]]
377 version = "0.3.7"
378 criteria = "safe-to-deploy"
380 [[exemptions.dns-parser]]
381 version = "0.8.0"
382 criteria = "safe-to-deploy"
384 [[exemptions.enumset]]
385 version = "1.0.11"
386 criteria = "safe-to-deploy"
388 [[exemptions.enumset_derive]]
389 version = "0.6.0"
390 criteria = "safe-to-deploy"
392 [[exemptions.env_logger]]
393 version = "0.9.0"
394 criteria = "safe-to-deploy"
396 [[exemptions.error-chain]]
397 version = "0.12.4"
398 criteria = "safe-to-deploy"
400 [[exemptions.fallible-iterator]]
401 version = "0.2.0"
402 criteria = "safe-to-deploy"
404 [[exemptions.fallible-streaming-iterator]]
405 version = "0.1.9"
406 criteria = "safe-to-deploy"
408 [[exemptions.fallible_collections]]
409 version = "0.4.4"
410 criteria = "safe-to-deploy"
412 [[exemptions.ffi-support]]
413 version = "0.4.4"
414 criteria = "safe-to-deploy"
416 [[exemptions.float-cmp]]
417 version = "0.6.0"
418 criteria = "safe-to-deploy"
420 [[exemptions.fs-err]]
421 version = "2.7.0"
422 criteria = "safe-to-deploy"
424 [[exemptions.fuchsia-zircon]]
425 version = "0.3.3"
426 criteria = "safe-to-run"
428 [[exemptions.fuchsia-zircon-sys]]
429 version = "0.3.3"
430 criteria = "safe-to-run"
432 [[exemptions.futures-macro]]
433 version = "0.3.21"
434 criteria = "safe-to-deploy"
436 [[exemptions.futures-task]]
437 version = "0.3.21"
438 criteria = "safe-to-deploy"
440 [[exemptions.futures-util]]
441 version = "0.3.21"
442 criteria = "safe-to-deploy"
444 [[exemptions.generic-array]]
445 version = "0.14.5"
446 criteria = "safe-to-deploy"
448 [[exemptions.getrandom]]
449 version = "0.2.6"
450 criteria = "safe-to-deploy"
452 [[exemptions.gl_generator]]
453 version = "0.14.0"
454 criteria = "safe-to-deploy"
456 [[exemptions.glsl]]
457 version = "6.0.1"
458 criteria = "safe-to-deploy"
460 [[exemptions.goblin]]
461 version = "0.1.3"
462 criteria = "safe-to-deploy"
464 [[exemptions.gpu-alloc]]
465 version = "0.5.3"
466 criteria = "safe-to-deploy"
468 [[exemptions.gpu-alloc-types]]
469 version = "0.2.0"
470 criteria = "safe-to-deploy"
472 [[exemptions.gpu-descriptor]]
473 version = "0.2.2"
474 criteria = "safe-to-deploy"
476 [[exemptions.gpu-descriptor-types]]
477 version = "0.1.1"
478 criteria = "safe-to-deploy"
480 [[exemptions.hashlink]]
481 version = "0.7.0"
482 criteria = "safe-to-deploy"
484 [[exemptions.hermit-abi]]
485 version = "0.1.19"
486 criteria = "safe-to-deploy"
488 [[exemptions.hexf-parse]]
489 version = "0.2.1"
490 criteria = "safe-to-deploy"
492 [[exemptions.instant]]
493 version = "0.1.12"
494 criteria = "safe-to-deploy"
496 [[exemptions.ioctl-sys]]
497 version = "0.7.1"
498 criteria = "safe-to-deploy"
500 [[exemptions.itertools]]
501 version = "0.10.3"
502 criteria = "safe-to-deploy"
504 [[exemptions.khronos-egl]]
505 version = "4.1.0"
506 criteria = "safe-to-deploy"
508 [[exemptions.khronos_api]]
509 version = "3.1.0"
510 criteria = "safe-to-deploy"
512 [[exemptions.lazycell]]
513 version = "1.3.0"
514 criteria = "safe-to-deploy"
516 [[exemptions.libdbus-sys]]
517 version = "0.2.2"
518 criteria = "safe-to-deploy"
520 [[exemptions.libloading]]
521 version = "0.7.3"
522 criteria = "safe-to-deploy"
524 [[exemptions.libsqlite3-sys]]
525 version = "0.25.2"
526 criteria = "safe-to-deploy"
527 suggest = false
528 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"
530 [[exemptions.libudev]]
531 version = "0.2.0"
532 criteria = "safe-to-deploy"
534 [[exemptions.lmdb-rkv-sys]]
535 version = "0.11.2"
536 criteria = "safe-to-deploy"
537 suggest = false
538 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"
540 [[exemptions.mach]]
541 version = "0.3.2"
542 criteria = "safe-to-deploy"
544 [[exemptions.memalloc]]
545 version = "0.1.0"
546 criteria = "safe-to-deploy"
548 [[exemptions.memmap2]]
549 version = "0.5.4"
550 criteria = "safe-to-deploy"
552 [[exemptions.memoffset]]
553 version = "0.6.5"
554 criteria = "safe-to-deploy"
556 [[exemptions.metal]]
557 version = "0.23.1"
558 criteria = "safe-to-deploy"
560 [[exemptions.midir]]
561 version = "0.7.0"
562 criteria = "safe-to-deploy"
564 [[exemptions.mime_guess]]
565 version = "2.0.4"
566 criteria = "safe-to-deploy"
568 [[exemptions.minimal-lexical]]
569 version = "0.2.1"
570 criteria = "safe-to-deploy"
572 [[exemptions.miniz_oxide]]
573 version = "0.5.3"
574 criteria = "safe-to-deploy"
576 [[exemptions.mio]]
577 version = "0.8.0"
578 criteria = "safe-to-deploy"
580 [[exemptions.mio-extras]]
581 version = "2.0.6"
582 criteria = "safe-to-run"
584 [[exemptions.miow]]
585 version = "0.3.7"
586 criteria = "safe-to-deploy"
588 [[exemptions.murmurhash3]]
589 version = "0.0.5"
590 criteria = "safe-to-deploy"
592 [[exemptions.net2]]
593 version = "0.2.37"
594 criteria = "safe-to-run"
596 [[exemptions.nix]]
597 version = "0.15.0"
598 criteria = "safe-to-deploy"
600 [[exemptions.nom]]
601 version = "7.1.1"
602 criteria = "safe-to-deploy"
604 [[exemptions.ntapi]]
605 version = "0.3.7"
606 criteria = "safe-to-deploy"
608 [[exemptions.objc]]
609 version = "0.2.7"
610 criteria = "safe-to-deploy"
612 [[exemptions.objc_exception]]
613 version = "0.1.2"
614 criteria = "safe-to-deploy"
616 [[exemptions.object]]
617 version = "0.28.4"
618 criteria = "safe-to-deploy"
620 [[exemptions.once_cell]]
621 version = "1.12.0"
622 criteria = "safe-to-deploy"
624 [[exemptions.owning_ref]]
625 version = "0.4.1"
626 criteria = "safe-to-deploy"
628 [[exemptions.packed_simd_2]]
629 version = "0.3.7"
630 criteria = "safe-to-deploy"
632 [[exemptions.phf]]
633 version = "0.10.1"
634 criteria = "safe-to-deploy"
636 [[exemptions.phf_codegen]]
637 version = "0.10.0"
638 criteria = "safe-to-deploy"
640 [[exemptions.phf_generator]]
641 version = "0.10.0"
642 criteria = "safe-to-deploy"
644 [[exemptions.phf_macros]]
645 version = "0.10.0"
646 criteria = "safe-to-deploy"
648 [[exemptions.phf_shared]]
649 version = "0.10.0"
650 criteria = "safe-to-deploy"
652 [[exemptions.pin-project-lite]]
653 version = "0.2.9"
654 criteria = "safe-to-deploy"
656 [[exemptions.plain]]
657 version = "0.2.3"
658 criteria = "safe-to-deploy"
660 [[exemptions.plist]]
661 version = "1.3.1"
662 criteria = "safe-to-run"
664 [[exemptions.ppv-lite86]]
665 version = "0.2.16"
666 criteria = "safe-to-deploy"
668 [[exemptions.profiling]]
669 version = "1.0.6"
670 criteria = "safe-to-deploy"
672 [[exemptions.prost]]
673 version = "0.8.0"
674 criteria = "safe-to-deploy"
676 [[exemptions.prost-derive]]
677 version = "0.8.0"
678 criteria = "safe-to-deploy"
680 [[exemptions.qlog]]
681 version = "0.4.0"
682 criteria = "safe-to-deploy"
684 [[exemptions.quick-error]]
685 version = "1.2.3"
686 criteria = "safe-to-deploy"
688 [[exemptions.rand]]
689 version = "0.8.5"
690 criteria = "safe-to-deploy"
692 [[exemptions.rand_chacha]]
693 version = "0.3.1"
694 criteria = "safe-to-deploy"
696 [[exemptions.rand_core]]
697 version = "0.6.3"
698 criteria = "safe-to-deploy"
700 [[exemptions.redox_syscall]]
701 version = "0.2.13"
702 criteria = "safe-to-deploy"
704 [[exemptions.remove_dir_all]]
705 version = "0.5.3"
706 criteria = "safe-to-deploy"
708 [[exemptions.replace_with]]
709 version = "0.1.7"
710 criteria = "safe-to-deploy"
712 [[exemptions.ringbuf]]
713 version = "0.2.8"
714 criteria = "safe-to-deploy"
716 [[exemptions.ron]]
717 version = "0.7.0"
718 criteria = "safe-to-deploy"
720 [[exemptions.runloop]]
721 version = "0.1.0"
722 criteria = "safe-to-deploy"
724 [[exemptions.rusqlite]]
725 version = "0.27.0"
726 criteria = "safe-to-deploy"
728 [[exemptions.rust-ini]]
729 version = "0.10.3"
730 criteria = "safe-to-deploy"
732 [[exemptions.rust_decimal]]
733 version = "1.24.0"
734 criteria = "safe-to-deploy"
736 [[exemptions.scroll]]
737 version = "0.10.2"
738 criteria = "safe-to-deploy"
740 [[exemptions.scroll_derive]]
741 version = "0.10.5"
742 criteria = "safe-to-deploy"
744 [[exemptions.self_cell]]
745 version = "0.10.2"
746 criteria = "safe-to-deploy"
748 [[exemptions.serde_with]]
749 version = "1.14.0"
750 criteria = "safe-to-deploy"
752 [[exemptions.serde_with_macros]]
753 version = "1.5.2"
754 criteria = "safe-to-deploy"
756 [[exemptions.sfv]]
757 version = "0.9.2"
758 criteria = "safe-to-deploy"
760 [[exemptions.sha2]]
761 version = "0.10.2"
762 criteria = "safe-to-deploy"
764 [[exemptions.shlex]]
765 version = "1.1.0"
766 criteria = "safe-to-deploy"
768 [[exemptions.siphasher]]
769 version = "0.3.10"
770 criteria = "safe-to-deploy"
772 [[exemptions.socket2]]
773 version = "0.4.4"
774 criteria = "safe-to-deploy"
776 [[exemptions.spirv]]
777 version = "0.2.0+1.5.4"
778 criteria = "safe-to-deploy"
780 [[exemptions.stable_deref_trait]]
781 version = "1.2.0"
782 criteria = "safe-to-deploy"
784 [[exemptions.static_assertions]]
785 version = "1.1.0"
786 criteria = "safe-to-deploy"
788 [[exemptions.strsim]]
789 version = "0.10.0"
790 criteria = "safe-to-deploy"
792 [[exemptions.tempfile]]
793 version = "3.3.0"
794 criteria = "safe-to-deploy"
796 [[exemptions.time]]
797 version = "0.1.44"
798 criteria = "safe-to-deploy"
800 [[exemptions.time]]
801 version = "0.3.9"
802 criteria = "safe-to-run"
804 [[exemptions.time-macros]]
805 version = "0.2.4"
806 criteria = "safe-to-run"
808 [[exemptions.tokio]]
809 version = "1.17.0"
810 criteria = "safe-to-run"
812 [[exemptions.triple_buffer]]
813 version = "5.0.6"
814 criteria = "safe-to-deploy"
816 [[exemptions.type-map]]
817 version = "0.4.0"
818 criteria = "safe-to-deploy"
820 [[exemptions.typenum]]
821 version = "1.15.0"
822 criteria = "safe-to-deploy"
824 [[exemptions.unix_path]]
825 version = "1.0.1"
826 criteria = "safe-to-run"
828 [[exemptions.unix_str]]
829 version = "1.0.0"
830 criteria = "safe-to-run"
832 [[exemptions.url]]
833 version = "2.1.0"
834 criteria = "safe-to-deploy"
836 [[exemptions.uuid]]
837 version = "0.8.2"
838 criteria = "safe-to-deploy"
840 [[exemptions.webrtc-sdp]]
841 version = "0.3.9"
842 criteria = "safe-to-deploy"
844 [[exemptions.winapi]]
845 version = "0.3.9"
846 criteria = "safe-to-deploy"
848 [[exemptions.winapi-i686-pc-windows-gnu]]
849 version = "0.4.0"
850 criteria = "safe-to-deploy"
852 [[exemptions.winapi-x86_64-pc-windows-gnu]]
853 version = "0.4.0"
854 criteria = "safe-to-deploy"
856 [[exemptions.wio]]
857 version = "0.2.2"
858 criteria = "safe-to-deploy"
860 [[exemptions.xml-rs]]
861 version = "0.8.4"
862 criteria = "safe-to-deploy"
864 [[exemptions.zip]]
865 version = "0.6.2"
866 criteria = "safe-to-run"