diff --git a/Cargo.lock b/Cargo.lock index 58eb6bb1..9d6da407 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -120,9 +120,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.101" +version = "1.0.102" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f0e0fee31ef5ed1ba1316088939cea399010ed7731dba877ed44aeb407a75ea" +checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" [[package]] name = "arbitrary" @@ -148,7 +148,7 @@ checksum = "2eb025ef00a6da925cf40870b9c8d008526b6004ece399cb0974209720f0b194" dependencies = [ "quote", "swc_macros_common", - "syn 2.0.114", + "syn 2.0.117", ] [[package]] @@ -159,7 +159,7 @@ checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" dependencies = [ "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.117", ] [[package]] @@ -210,14 +210,14 @@ dependencies = [ "regex", "rustc-hash", "shlex", - "syn 2.0.114", + "syn 2.0.117", ] [[package]] name = "bitflags" -version = "2.10.0" +version = "2.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3" +checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af" [[package]] name = "bitmaps" @@ -330,7 +330,7 @@ checksum = "20a158160765c6a7d0d8c072a53d772e4cb243f38b04bfcf6b4939cfbe7482e7" dependencies = [ "cap-primitives", "cap-std", - "rustix 1.1.3", + "rustix 1.1.4", "smallvec", ] @@ -346,7 +346,7 @@ dependencies = [ "io-lifetimes", "ipnet", "maybe-owned", - "rustix 1.1.3", + "rustix 1.1.4", "rustix-linux-procfs", "windows-sys 0.59.0", "winx", @@ -359,7 +359,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d8144c22e24bbcf26ade86cb6501a0916c46b7e4787abdb0045a467eb1645a1d" dependencies = [ "ambient-authority", - "rand", + "rand 0.8.5", ] [[package]] @@ -371,7 +371,7 @@ dependencies = [ "cap-primitives", "io-extras", "io-lifetimes", - "rustix 1.1.3", + "rustix 1.1.4", ] [[package]] @@ -384,7 +384,7 @@ dependencies = [ "cap-primitives", "iana-time-zone", "once_cell", - "rustix 1.1.3", + "rustix 1.1.4", "winx", ] @@ -451,9 +451,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.57" +version = "4.5.60" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6899ea499e3fb9305a65d5ebf6e3d2248c5fab291f300ad0a704fbe142eae31a" +checksum = "2797f34da339ce31042b27d23607e051786132987f595b02ba4f6a6dffb7030a" dependencies = [ "clap_builder", "clap_derive", @@ -461,9 +461,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.57" +version = "4.5.60" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b12c8b680195a62a8364d16b8447b01b6c2c8f9aaf68bee653be34d4245e238" +checksum = "24a241312cea5059b13574bb9b3861cabf758b879c15190b37b6d6fd63ab6876" dependencies = [ "anstream", "anstyle", @@ -480,14 +480,14 @@ dependencies = [ "heck 0.5.0", "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.117", ] [[package]] name = "clap_lex" -version = "0.7.6" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d" +checksum = "3a822ea5bc7590f9d40f1ba12c0dc3c2760f3482c6984db1573ad11031420831" [[package]] name = "cobs" @@ -769,7 +769,7 @@ dependencies = [ "proc-macro2", "quote", "scratch", - "syn 2.0.114", + "syn 2.0.117", ] [[package]] @@ -783,7 +783,7 @@ dependencies = [ "indexmap 2.12.0", "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.117", ] [[package]] @@ -801,7 +801,7 @@ dependencies = [ "indexmap 2.12.0", "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.117", ] [[package]] @@ -825,7 +825,7 @@ dependencies = [ "proc-macro2", "quote", "strsim", - "syn 2.0.114", + "syn 2.0.117", ] [[package]] @@ -836,7 +836,7 @@ checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead" dependencies = [ "darling_core", "quote", - "syn 2.0.114", + "syn 2.0.117", ] [[package]] @@ -873,7 +873,7 @@ dependencies = [ "darling", "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.117", ] [[package]] @@ -883,7 +883,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c" dependencies = [ "derive_builder_core", - "syn 2.0.114", + "syn 2.0.117", ] [[package]] @@ -925,7 +925,7 @@ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" dependencies = [ "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.117", ] [[package]] @@ -968,15 +968,25 @@ dependencies = [ ] [[package]] -name = "env_logger" -version = "0.8.4" +name = "env_filter" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3" +checksum = "7a1c3cc8e57274ec99de65301228b537f1e4eedc1b8e0f9411c6caac8ae7308f" dependencies = [ "log", "regex", ] +[[package]] +name = "env_logger" +version = "0.11.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b2daee4ea451f429a58296525ddf28b45a3b64f1acf6587e2067437bb11e218d" +dependencies = [ + "env_filter", + "log", +] + [[package]] name = "equivalent" version = "1.0.2" @@ -1018,7 +1028,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78" dependencies = [ "cfg-if", - "rustix 1.1.3", + "rustix 1.1.4", "windows-sys 0.59.0", ] @@ -1077,7 +1087,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e5ff35a391aef949120a0340d690269b3d9f63460a6106e99bd07b961f345ea9" dependencies = [ "swc_macros_common", - "syn 2.0.114", + "syn 2.0.117", ] [[package]] @@ -1087,7 +1097,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a" dependencies = [ "io-lifetimes", - "rustix 1.1.3", + "rustix 1.1.4", "windows-sys 0.59.0", ] @@ -1209,6 +1219,20 @@ dependencies = [ "wasip2", ] +[[package]] +name = "getrandom" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec" +dependencies = [ + "cfg-if", + "libc", + "r-efi", + "rand_core 0.10.0", + "wasip2", + "wasip3", +] + [[package]] name = "gimli" version = "0.26.2" @@ -1467,7 +1491,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "af1955a75fa080c677d3972822ec4bad316169ab1cfc6c257a942c2265dbe5fe" dependencies = [ "bitmaps", - "rand_core", + "rand_core 0.6.4", "rand_xoshiro", "sized-chunks", "typenum", @@ -1539,7 +1563,7 @@ dependencies = [ "heck 0.5.0", "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.117", ] [[package]] @@ -1720,7 +1744,7 @@ dependencies = [ "anyhow", "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.117", ] [[package]] @@ -1774,15 +1798,15 @@ checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" [[package]] name = "libc" -version = "0.2.177" +version = "0.2.182" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976" +checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112" [[package]] name = "libfuzzer-sys" -version = "0.4.10" +version = "0.4.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404" +checksum = "f12a681b7dd8ce12bff52488013ba614b869148d54dd79836ab85aafdd53f08d" dependencies = [ "arbitrary", "cc", @@ -1831,9 +1855,9 @@ checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" [[package]] name = "linux-raw-sys" -version = "0.11.0" +version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039" +checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53" [[package]] name = "litemap" @@ -1874,7 +1898,7 @@ version = "0.6.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227" dependencies = [ - "rustix 1.1.3", + "rustix 1.1.4", ] [[package]] @@ -2027,7 +2051,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d" dependencies = [ "phf_shared", - "rand", + "rand 0.8.5", ] [[package]] @@ -2040,7 +2064,7 @@ dependencies = [ "phf_shared", "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.117", ] [[package]] @@ -2107,7 +2131,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" dependencies = [ "proc-macro2", - "syn 2.0.114", + "syn 2.0.117", ] [[package]] @@ -2148,18 +2172,18 @@ checksum = "2cf194f5b1a415ef3a44ee35056f4009092cc4038a9f7e3c7c1e392f48ee7dbb" dependencies = [ "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.117", ] [[package]] name = "quickcheck" -version = "1.0.3" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "588f6378e4dd99458b60ec275b4477add41ce4fa9f64dcba6f15adccb19b50d6" +checksum = "95c589f335db0f6aaa168a7cd27b1fc6920f5e1470c804f814d9cd6e62a0f70b" dependencies = [ "env_logger", "log", - "rand", + "rand 0.10.0", ] [[package]] @@ -2191,7 +2215,17 @@ checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" dependencies = [ "libc", "rand_chacha", - "rand_core", + "rand_core 0.6.4", +] + +[[package]] +name = "rand" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bc266eb313df6c5c09c1c7b1fbe2510961e5bcd3add930c1e31f7ed9da0feff8" +dependencies = [ + "getrandom 0.4.1", + "rand_core 0.10.0", ] [[package]] @@ -2201,7 +2235,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" dependencies = [ "ppv-lite86", - "rand_core", + "rand_core 0.6.4", ] [[package]] @@ -2213,13 +2247,19 @@ dependencies = [ "getrandom 0.2.16", ] +[[package]] +name = "rand_core" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0c8d0fd677905edcbeedbf2edb6494d676f0e98d54d5cf9bda0b061cb8fb8aba" + [[package]] name = "rand_xoshiro" version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa" dependencies = [ - "rand_core", + "rand_core 0.6.4", ] [[package]] @@ -2270,7 +2310,7 @@ checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da" dependencies = [ "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.117", ] [[package]] @@ -2381,7 +2421,7 @@ dependencies = [ "proc-macro2", "quote", "rquickjs-core", - "syn 2.0.114", + "syn 2.0.117", ] [[package]] @@ -2431,14 +2471,14 @@ dependencies = [ [[package]] name = "rustix" -version = "1.1.3" +version = "1.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34" +checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190" dependencies = [ "bitflags", "errno", "libc", - "linux-raw-sys 0.11.0", + "linux-raw-sys 0.12.1", "windows-sys 0.61.2", ] @@ -2449,7 +2489,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056" dependencies = [ "once_cell", - "rustix 1.1.3", + "rustix 1.1.4", ] [[package]] @@ -2528,7 +2568,7 @@ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" dependencies = [ "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.117", ] [[package]] @@ -2687,7 +2727,7 @@ checksum = "ae36a4951ca7bd1cfd991c241584a9824a70f6aff1e7d4f693fb3f2465e4030e" dependencies = [ "quote", "swc_macros_common", - "syn 2.0.114", + "syn 2.0.117", ] [[package]] @@ -2765,9 +2805,9 @@ dependencies = [ [[package]] name = "swc_core" -version = "58.0.1" +version = "58.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e234df2f4fda18c7368d631fd042639b2bacb2bf0935b21f91c39faa57a9195" +checksum = "2b4c5412d3e9b4e88611a4d64d5aca10bc6ccc56a72f14f12d94529c645167b8" dependencies = [ "swc_allocator", "swc_atoms", @@ -2881,7 +2921,7 @@ checksum = "c16ce73424a6316e95e09065ba6a207eba7765496fed113702278b7711d4b632" dependencies = [ "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.117", ] [[package]] @@ -2892,7 +2932,7 @@ checksum = "aae1efbaa74943dc5ad2a2fb16cbd78b77d7e4d63188f3c5b4df2b4dcd2faaae" dependencies = [ "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.117", ] [[package]] @@ -2937,9 +2977,9 @@ dependencies = [ [[package]] name = "syn" -version = "2.0.114" +version = "2.0.117" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4d107df263a3013ef9b1879b0df87d706ff80f65a86ea879bd9c31f9b307c2a" +checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99" dependencies = [ "proc-macro2", "quote", @@ -2954,7 +2994,7 @@ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" dependencies = [ "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.117", ] [[package]] @@ -2987,14 +3027,14 @@ checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c" [[package]] name = "tempfile" -version = "3.25.0" +version = "3.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0136791f7c95b1f6dd99f9cc786b91bb81c3800b639b3478e561ddb7be95e5f1" +checksum = "82a72c767771b47409d2345987fda8628641887d5466101319899796367354a0" dependencies = [ "fastrand", - "getrandom 0.3.4", + "getrandom 0.4.1", "once_cell", - "rustix 1.1.3", + "rustix 1.1.4", "windows-sys 0.61.2", ] @@ -3033,7 +3073,7 @@ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" dependencies = [ "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.117", ] [[package]] @@ -3044,7 +3084,7 @@ checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913" dependencies = [ "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.117", ] [[package]] @@ -3080,7 +3120,7 @@ checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5" dependencies = [ "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.117", ] [[package]] @@ -3153,7 +3193,7 @@ checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903" dependencies = [ "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.117", ] [[package]] @@ -3243,11 +3283,11 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "uuid" -version = "1.20.0" +version = "1.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee48d38b119b0cd71fe4141b30f5ba9c7c5d9f4e7a3a8b4a674e4b6ef789976f" +checksum = "b672338555252d43fd2240c714dc444b8c6fb0a5c5335e65a07bba7742735ddb" dependencies = [ - "getrandom 0.3.4", + "getrandom 0.4.1", "js-sys", "wasm-bindgen", ] @@ -3326,7 +3366,7 @@ dependencies = [ "heck 0.5.0", "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.117", ] [[package]] @@ -3344,6 +3384,15 @@ dependencies = [ "wit-bindgen 0.46.0", ] +[[package]] +name = "wasip3" +version = "0.4.0+wasi-0.3.0-rc-2026-01-06" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5" +dependencies = [ + "wit-bindgen 0.51.0", +] + [[package]] name = "wasm-bindgen" version = "0.2.105" @@ -3376,7 +3425,7 @@ dependencies = [ "bumpalo", "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.117", "wasm-bindgen-shared", ] @@ -3582,7 +3631,7 @@ dependencies = [ "postcard", "pulley-interpreter", "rayon", - "rustix 1.1.3", + "rustix 1.1.4", "semver", "serde", "serde_derive", @@ -3647,7 +3696,7 @@ dependencies = [ "directories-next", "log", "postcard", - "rustix 1.1.3", + "rustix 1.1.4", "serde", "serde_derive", "sha2", @@ -3666,7 +3715,7 @@ dependencies = [ "anyhow", "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.117", "wasmtime-internal-component-util", "wasmtime-internal-wit-bindgen", "wit-parser 0.243.0", @@ -3714,7 +3763,7 @@ dependencies = [ "cc", "cfg-if", "libc", - "rustix 1.1.3", + "rustix 1.1.4", "wasmtime-environ", "wasmtime-internal-versioned-export-macros", "windows-sys 0.61.2", @@ -3728,7 +3777,7 @@ checksum = "db673148f26e1211db3913c12c75594be9e3858a71fa297561e9162b1a49cfb0" dependencies = [ "cc", "object", - "rustix 1.1.3", + "rustix 1.1.4", "wasmtime-internal-versioned-export-macros", ] @@ -3780,7 +3829,7 @@ checksum = "63ba3124cc2cbcd362672f9f077303ccc4cd61daa908f73447b7fdaece75ff9f" dependencies = [ "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.117", ] [[package]] @@ -3832,7 +3881,7 @@ dependencies = [ "futures", "io-extras", "io-lifetimes", - "rustix 1.1.3", + "rustix 1.1.4", "system-interface", "thiserror 2.0.17", "tokio", @@ -3926,7 +3975,7 @@ dependencies = [ "heck 0.5.0", "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.117", "witx", ] @@ -3938,7 +3987,7 @@ checksum = "0e976fe0cecd60041f66b15ad45ebc997952af13da9bf9d90261c7b025057edc" dependencies = [ "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.117", "wiggle-generate", ] @@ -4014,7 +4063,7 @@ checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" dependencies = [ "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.117", ] [[package]] @@ -4025,7 +4074,7 @@ checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" dependencies = [ "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.117", ] [[package]] @@ -4233,6 +4282,15 @@ version = "0.46.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59" +[[package]] +name = "wit-bindgen" +version = "0.51.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" +dependencies = [ + "wit-bindgen-rust-macro 0.51.0", +] + [[package]] name = "wit-bindgen" version = "0.52.0" @@ -4240,7 +4298,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4e048f41ef90f0b5dd61f1059c35f5636252e56813bf616d0803aa3739867230" dependencies = [ "bitflags", - "wit-bindgen-rust-macro", + "wit-bindgen-rust-macro 0.52.0", +] + +[[package]] +name = "wit-bindgen-core" +version = "0.51.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc" +dependencies = [ + "anyhow", + "heck 0.5.0", + "wit-parser 0.244.0", ] [[package]] @@ -4254,6 +4323,22 @@ dependencies = [ "wit-parser 0.244.0", ] +[[package]] +name = "wit-bindgen-rust" +version = "0.51.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21" +dependencies = [ + "anyhow", + "heck 0.5.0", + "indexmap 2.12.0", + "prettyplease", + "syn 2.0.117", + "wasm-metadata", + "wit-bindgen-core 0.51.0", + "wit-component", +] + [[package]] name = "wit-bindgen-rust" version = "0.52.0" @@ -4264,12 +4349,27 @@ dependencies = [ "heck 0.5.0", "indexmap 2.12.0", "prettyplease", - "syn 2.0.114", + "syn 2.0.117", "wasm-metadata", - "wit-bindgen-core", + "wit-bindgen-core 0.52.0", "wit-component", ] +[[package]] +name = "wit-bindgen-rust-macro" +version = "0.51.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a" +dependencies = [ + "anyhow", + "prettyplease", + "proc-macro2", + "quote", + "syn 2.0.117", + "wit-bindgen-core 0.51.0", + "wit-bindgen-rust 0.51.0", +] + [[package]] name = "wit-bindgen-rust-macro" version = "0.52.0" @@ -4280,9 +4380,9 @@ dependencies = [ "prettyplease", "proc-macro2", "quote", - "syn 2.0.114", - "wit-bindgen-core", - "wit-bindgen-rust", + "syn 2.0.117", + "wit-bindgen-core 0.52.0", + "wit-bindgen-rust 0.52.0", ] [[package]] @@ -4386,7 +4486,7 @@ checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d" dependencies = [ "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.117", "synstructure", ] @@ -4407,7 +4507,7 @@ checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831" dependencies = [ "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.117", ] [[package]] @@ -4427,7 +4527,7 @@ checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" dependencies = [ "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.117", "synstructure", ] @@ -4461,7 +4561,7 @@ checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3" dependencies = [ "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.117", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index fcc35bb9..7a285022 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,16 +23,16 @@ license = "Apache-2.0 WITH LLVM-exception" [workspace.dependencies] brotli = "8.0.2" -clap = { version = "4.5.57", features = ["derive"] } +clap = { version = "4.5.60", features = ["derive"] } wasmtime = "41" wasmtime-wasi = "41" wasmtime-wizer = "41" wasm-opt = "0.116.1" anyhow = "1.0" javy = { path = "crates/javy", version = "7.0.0-alpha.1" } -tempfile = "3.25.0" +tempfile = "3.26.0" tokio = "1" -uuid = { version = "1.20", features = ["v4"] } +uuid = { version = "1.21", features = ["v4"] } serde = { version = "1.0", default-features = false } serde_json = "1.0" walrus = "0.24.5" diff --git a/crates/codegen/Cargo.toml b/crates/codegen/Cargo.toml index ad26419e..8768efbd 100644 --- a/crates/codegen/Cargo.toml +++ b/crates/codegen/Cargo.toml @@ -19,7 +19,7 @@ wasmtime = { workspace = true } wasmtime-wasi = { workspace = true } wasmtime-wizer = { workspace = true, features = ["wasmtime"] } walrus = { workspace = true } -swc_core = { version = "58.0.1", features = [ +swc_core = { version = "58.0.4", features = [ "common_sourcemap", "ecma_ast", "ecma_parser", diff --git a/crates/javy/Cargo.toml b/crates/javy/Cargo.toml index b16ac07d..fe0dd0a4 100644 --- a/crates/javy/Cargo.toml +++ b/crates/javy/Cargo.toml @@ -24,7 +24,7 @@ rmp-serde = { version = "^1.3", optional = true } # TODO: cargo doesn't seem to pickup the fact that quickcheck is only used for # tests. quickcheck = "1" -bitflags = "2.10.0" +bitflags = "2.11.0" fastrand = "2.3.0" simd-json = { version = "0.17.0", optional = true, default-features = false, features = [ "big-int-as-float", diff --git a/crates/test-macros/Cargo.toml b/crates/test-macros/Cargo.toml index 612da190..848fdecd 100644 --- a/crates/test-macros/Cargo.toml +++ b/crates/test-macros/Cargo.toml @@ -14,4 +14,4 @@ doctest = false anyhow = { workspace = true } proc-macro2 = "1.0.106" quote = "1.0.44" -syn = { version = "2.0.114", features = ["full"] } +syn = { version = "2.0.117", features = ["full"] } diff --git a/supply-chain/audits.toml b/supply-chain/audits.toml index 00927e59..b19a9a6a 100644 --- a/supply-chain/audits.toml +++ b/supply-chain/audits.toml @@ -10,7 +10,7 @@ version = "1.0.0" criteria = "safe-to-deploy" user-id = 189 # Andrew Gallant (BurntSushi) start = "2019-03-28" -end = "2024-10-03" +end = "2027-03-02" [[trusted.ambient-authority]] criteria = "safe-to-deploy" @@ -210,11 +210,17 @@ user-id = 3618 # David Tolnay (dtolnay) start = "2020-01-08" end = "2026-12-02" +[[trusted.env_filter]] +criteria = "safe-to-deploy" +user-id = 6743 # Ed Page (epage) +start = "2024-01-19" +end = "2027-03-02" + [[trusted.env_logger]] criteria = "safe-to-deploy" user-id = 6743 # Ed Page (epage) start = "2022-11-24" -end = "2025-01-02" +end = "2027-03-02" [[trusted.equivalent]] criteria = "safe-to-deploy" @@ -342,11 +348,17 @@ user-id = 51017 start = "2020-03-17" end = "2024-10-30" +[[trusted.libc]] +criteria = "safe-to-deploy" +user-id = 55123 # rust-lang-owner +start = "2024-08-15" +end = "2027-03-02" + [[trusted.libfuzzer-sys]] criteria = "safe-to-deploy" user-id = 696 # Nick Fitzgerald (fitzgen) start = "2020-01-14" -end = "2025-12-04" +end = "2027-03-02" [[trusted.link-cplusplus]] criteria = "safe-to-deploy" @@ -364,7 +376,7 @@ end = "2026-04-08" criteria = "safe-to-deploy" user-id = 189 # Andrew Gallant (BurntSushi) start = "2019-07-07" -end = "2024-10-03" +end = "2027-03-02" [[trusted.num-traits]] criteria = "safe-to-deploy" @@ -412,7 +424,7 @@ end = "2026-03-03" criteria = "safe-to-deploy" user-id = 189 # Andrew Gallant (BurntSushi) start = "2019-05-13" -end = "2024-10-03" +end = "2027-03-02" [[trusted.quote]] criteria = "safe-to-deploy" @@ -448,19 +460,19 @@ end = "2026-12-02" criteria = "safe-to-deploy" user-id = 189 # Andrew Gallant (BurntSushi) start = "2019-02-27" -end = "2024-10-03" +end = "2027-03-02" [[trusted.regex-automata]] criteria = "safe-to-deploy" user-id = 189 # Andrew Gallant (BurntSushi) start = "2019-02-25" -end = "2024-10-03" +end = "2027-03-02" [[trusted.regex-syntax]] criteria = "safe-to-deploy" user-id = 189 # Andrew Gallant (BurntSushi) start = "2019-03-30" -end = "2024-10-03" +end = "2027-03-02" [[trusted.rustix]] criteria = "safe-to-deploy" @@ -784,7 +796,7 @@ end = "2025-10-31" criteria = "safe-to-deploy" user-id = 189 # Andrew Gallant (BurntSushi) start = "2020-01-11" -end = "2024-10-03" +end = "2027-03-02" [[trusted.windows-core]] criteria = "safe-to-deploy" diff --git a/supply-chain/config.toml b/supply-chain/config.toml index f6cd67f4..6dfb91cd 100644 --- a/supply-chain/config.toml +++ b/supply-chain/config.toml @@ -45,10 +45,6 @@ criteria = "safe-to-deploy" version = "0.8.12" criteria = "safe-to-deploy" -[[exemptions.aho-corasick]] -version = "1.1.4" -criteria = "safe-to-deploy" - [[exemptions.alloc-no-stdlib]] version = "2.0.4" criteria = "safe-to-deploy" @@ -81,6 +77,10 @@ criteria = "safe-to-deploy" version = "0.72.1" criteria = "safe-to-deploy" +[[exemptions.bitflags]] +version = "2.11.0" +criteria = "safe-to-deploy" + [[exemptions.bitvec]] version = "1.0.1" criteria = "safe-to-deploy" @@ -253,10 +253,6 @@ criteria = "safe-to-deploy" version = "1.0.0" criteria = "safe-to-run" -[[exemptions.env_logger]] -version = "0.8.4" -criteria = "safe-to-deploy" - [[exemptions.fallible-iterator]] version = "0.2.0" criteria = "safe-to-deploy" @@ -301,6 +297,10 @@ criteria = "safe-to-deploy" version = "0.3.4" criteria = "safe-to-deploy" +[[exemptions.getrandom]] +version = "0.4.1" +criteria = "safe-to-deploy" + [[exemptions.gimli]] version = "0.26.2" criteria = "safe-to-deploy" @@ -361,10 +361,6 @@ criteria = "safe-to-deploy" version = "0.3.82" criteria = "safe-to-deploy" -[[exemptions.libc]] -version = "0.2.177" -criteria = "safe-to-deploy" - [[exemptions.libloading]] version = "0.8.9" criteria = "safe-to-deploy" @@ -389,10 +385,6 @@ criteria = "safe-to-deploy" version = "0.3.4" criteria = "safe-to-deploy" -[[exemptions.memchr]] -version = "2.7.6" -criteria = "safe-to-deploy" - [[exemptions.minimal-lexical]] version = "0.2.1" criteria = "safe-to-deploy" @@ -473,24 +465,20 @@ criteria = "safe-to-deploy" version = "0.7.0" criteria = "safe-to-deploy" -[[exemptions.rand_xoshiro]] -version = "0.6.0" -criteria = "safe-to-deploy" - -[[exemptions.redox_users]] -version = "0.4.6" +[[exemptions.rand]] +version = "0.10.0" criteria = "safe-to-deploy" -[[exemptions.regex]] -version = "1.12.2" +[[exemptions.rand_core]] +version = "0.10.0" criteria = "safe-to-deploy" -[[exemptions.regex-automata]] -version = "0.4.13" +[[exemptions.rand_xoshiro]] +version = "0.6.0" criteria = "safe-to-deploy" -[[exemptions.regex-syntax]] -version = "0.8.8" +[[exemptions.redox_users]] +version = "0.4.6" criteria = "safe-to-deploy" [[exemptions.relative-path]] @@ -582,7 +570,7 @@ version = "19.0.0" criteria = "safe-to-deploy" [[exemptions.swc_core]] -version = "58.0.1" +version = "58.0.4" criteria = "safe-to-deploy" [[exemptions.swc_ecma_ast]] @@ -622,7 +610,7 @@ version = "2.0.1" criteria = "safe-to-deploy" [[exemptions.tempfile]] -version = "3.25.0" +version = "3.26.0" criteria = "safe-to-deploy" [[exemptions.tinystr]] @@ -642,7 +630,7 @@ version = "1.4.0" criteria = "safe-to-deploy" [[exemptions.uuid]] -version = "1.20.0" +version = "1.21.0" criteria = "safe-to-deploy" [[exemptions.value-trait]] @@ -793,10 +781,6 @@ criteria = "safe-to-deploy" version = "0.4.0" criteria = "safe-to-deploy" -[[exemptions.winapi-util]] -version = "0.1.11" -criteria = "safe-to-deploy" - [[exemptions.winapi-x86_64-pc-windows-gnu]] version = "0.4.0" criteria = "safe-to-deploy" @@ -825,18 +809,34 @@ criteria = "safe-to-deploy" version = "0.5.1" criteria = "safe-to-deploy" +[[exemptions.wit-bindgen]] +version = "0.51.0" +criteria = "safe-to-deploy" + [[exemptions.wit-bindgen]] version = "0.52.0" criteria = "safe-to-deploy" +[[exemptions.wit-bindgen-core]] +version = "0.51.0" +criteria = "safe-to-deploy" + [[exemptions.wit-bindgen-core]] version = "0.52.0" criteria = "safe-to-deploy" +[[exemptions.wit-bindgen-rust]] +version = "0.51.0" +criteria = "safe-to-deploy" + [[exemptions.wit-bindgen-rust]] version = "0.52.0" criteria = "safe-to-deploy" +[[exemptions.wit-bindgen-rust-macro]] +version = "0.51.0" +criteria = "safe-to-deploy" + [[exemptions.wit-bindgen-rust-macro]] version = "0.52.0" criteria = "safe-to-deploy" diff --git a/supply-chain/imports.lock b/supply-chain/imports.lock index 9b118d3d..7dc1a399 100644 --- a/supply-chain/imports.lock +++ b/supply-chain/imports.lock @@ -1,6 +1,13 @@ # cargo-vet imports lock +[[publisher.aho-corasick]] +version = "1.1.4" +when = "2025-10-28" +user-id = 189 +user-login = "BurntSushi" +user-name = "Andrew Gallant" + [[publisher.anstream]] version = "0.6.21" when = "2025-10-02" @@ -37,8 +44,8 @@ user-login = "epage" user-name = "Ed Page" [[publisher.anyhow]] -version = "1.0.101" -when = "2026-02-05" +version = "1.0.102" +when = "2026-02-20" user-id = 3618 user-login = "dtolnay" user-name = "David Tolnay" @@ -128,15 +135,15 @@ user-login = "emilio" user-name = "Emilio Cobos Álvarez" [[publisher.clap]] -version = "4.5.57" -when = "2026-02-03" +version = "4.5.60" +when = "2026-02-19" user-id = 6743 user-login = "epage" user-name = "Ed Page" [[publisher.clap_builder]] -version = "4.5.57" -when = "2026-02-03" +version = "4.5.60" +when = "2026-02-19" user-id = 6743 user-login = "epage" user-name = "Ed Page" @@ -149,8 +156,8 @@ user-login = "epage" user-name = "Ed Page" [[publisher.clap_lex]] -version = "0.7.6" -when = "2025-10-13" +version = "1.0.0" +when = "2026-02-11" user-id = 6743 user-login = "epage" user-name = "Ed Page" @@ -197,6 +204,20 @@ user-id = 4484 user-login = "hsivonen" user-name = "Henri Sivonen" +[[publisher.env_filter]] +version = "1.0.0" +when = "2026-02-11" +user-id = 6743 +user-login = "epage" +user-name = "Ed Page" + +[[publisher.env_logger]] +version = "0.11.9" +when = "2026-02-11" +user-id = 6743 +user-login = "epage" +user-name = "Ed Page" + [[publisher.errno]] version = "0.3.14" when = "2025-09-09" @@ -266,9 +287,15 @@ user-id = 3618 user-login = "dtolnay" user-name = "David Tolnay" +[[publisher.libc]] +version = "0.2.182" +when = "2026-02-13" +user-id = 55123 +user-login = "rust-lang-owner" + [[publisher.libfuzzer-sys]] -version = "0.4.10" -when = "2025-07-03" +version = "0.4.12" +when = "2026-02-10" user-id = 696 user-login = "fitzgen" user-name = "Nick Fitzgerald" @@ -288,12 +315,19 @@ user-login = "sunfishcode" user-name = "Dan Gohman" [[publisher.linux-raw-sys]] -version = "0.11.0" -when = "2025-09-09" +version = "0.12.1" +when = "2025-12-23" user-id = 6825 user-login = "sunfishcode" user-name = "Dan Gohman" +[[publisher.memchr]] +version = "2.7.6" +when = "2025-09-25" +user-id = 189 +user-login = "BurntSushi" +user-name = "Andrew Gallant" + [[publisher.num-traits]] version = "0.2.19" when = "2024-05-03" @@ -330,8 +364,8 @@ user-login = "dtolnay" user-name = "David Tolnay" [[publisher.quickcheck]] -version = "1.0.3" -when = "2021-01-15" +version = "1.1.0" +when = "2026-02-10" user-id = 189 user-login = "BurntSushi" user-name = "Andrew Gallant" @@ -371,6 +405,27 @@ user-id = 3726 user-login = "cfallin" user-name = "Chris Fallin" +[[publisher.regex]] +version = "1.12.2" +when = "2025-10-13" +user-id = 189 +user-login = "BurntSushi" +user-name = "Andrew Gallant" + +[[publisher.regex-automata]] +version = "0.4.13" +when = "2025-10-13" +user-id = 189 +user-login = "BurntSushi" +user-name = "Andrew Gallant" + +[[publisher.regex-syntax]] +version = "0.8.8" +when = "2025-10-13" +user-id = 189 +user-login = "BurntSushi" +user-name = "Andrew Gallant" + [[publisher.rustix]] version = "0.38.44" when = "2025-01-21" @@ -379,8 +434,8 @@ user-login = "sunfishcode" user-name = "Dan Gohman" [[publisher.rustix]] -version = "1.1.3" -when = "2025-12-23" +version = "1.1.4" +when = "2026-02-22" user-id = 6825 user-login = "sunfishcode" user-name = "Dan Gohman" @@ -463,8 +518,8 @@ user-login = "dtolnay" user-name = "David Tolnay" [[publisher.syn]] -version = "2.0.114" -when = "2026-01-07" +version = "2.0.117" +when = "2026-02-20" user-id = 3618 user-login = "dtolnay" user-name = "David Tolnay" @@ -623,6 +678,13 @@ user-id = 1 user-login = "alexcrichton" user-name = "Alex Crichton" +[[publisher.wasip3]] +version = "0.4.0+wasi-0.3.0-rc-2026-01-06" +when = "2026-01-15" +user-id = 1 +user-login = "alexcrichton" +user-name = "Alex Crichton" + [[publisher.wasm-compose]] version = "0.236.0" when = "2025-07-28" @@ -665,6 +727,13 @@ when = "2025-07-28" user-id = 73222 user-login = "wasmtime-publish" +[[publisher.winapi-util]] +version = "0.1.11" +when = "2025-09-07" +user-id = 189 +user-login = "BurntSushi" +user-name = "Andrew Gallant" + [[publisher.windows-link]] version = "0.2.1" when = "2025-10-06" @@ -891,6 +960,16 @@ notes = """ This is a Bytecode Alliance authored crate. """ +[[audits.bytecode-alliance.wildcard-audits.wasip3]] +who = "Alex Crichton " +criteria = "safe-to-deploy" +user-id = 1 # Alex Crichton (alexcrichton) +start = "2025-09-10" +end = "2026-08-21" +notes = """ +This is a Bytecode Alliance authored crate. +""" + [[audits.bytecode-alliance.wildcard-audits.wasm-compose]] who = "Alex Crichton " criteria = "safe-to-deploy" @@ -1057,40 +1136,6 @@ criteria = "safe-to-deploy" version = "0.0.2" notes = "Contains no unsafe code, no IO, no build.rs." -[[audits.bytecode-alliance.audits.bitflags]] -who = "Jamey Sharp " -criteria = "safe-to-deploy" -delta = "2.1.0 -> 2.2.1" -notes = """ -This version adds unsafe impls of traits from the bytemuck crate when built -with that library enabled, but I believe the impls satisfy the documented -safety requirements for bytemuck. The other changes are minor. -""" - -[[audits.bytecode-alliance.audits.bitflags]] -who = "Alex Crichton " -criteria = "safe-to-deploy" -delta = "2.3.2 -> 2.3.3" -notes = """ -Nothing outside the realm of what one would expect from a bitflags generator, -all as expected. -""" - -[[audits.bytecode-alliance.audits.bitflags]] -who = "Alex Crichton " -criteria = "safe-to-deploy" -delta = "2.4.1 -> 2.6.0" -notes = """ -Changes in how macros are invoked and various bits and pieces of macro-fu. -Otherwise no major changes and nothing dealing with `unsafe`. -""" - -[[audits.bytecode-alliance.audits.bitflags]] -who = "Alex Crichton " -criteria = "safe-to-deploy" -delta = "2.7.0 -> 2.9.4" -notes = "Tweaks to the macro, nothing out of order." - [[audits.bytecode-alliance.audits.bitmaps]] who = "Nick Fitzgerald " criteria = "safe-to-deploy" @@ -2058,22 +2103,6 @@ criteria = "safe-to-deploy" version = "0.22.1" aggregated-from = "https://chromium.googlesource.com/chromium/src/+/main/third_party/rust/chromium_crates_io/supply-chain/audits.toml?format=TEXT" -[[audits.google.audits.bitflags]] -who = "Lukasz Anforowicz " -criteria = "safe-to-deploy" -version = "1.3.2" -notes = """ -Security review of earlier versions of the crate can be found at -(Google-internal, sorry): go/image-crate-chromium-security-review - -The crate exposes a function marked as `unsafe`, but doesn't use any -`unsafe` blocks (except for tests of the single `unsafe` function). I -think this justifies marking this crate as `ub-risk-1`. - -Additional review comments can be found at https://crrev.com/c/4723145/31 -""" -aggregated-from = "https://chromium.googlesource.com/chromium/src/+/main/third_party/rust/chromium_crates_io/supply-chain/audits.toml?format=TEXT" - [[audits.google.audits.core-foundation-sys]] who = "Manish Goregaokar " criteria = "safe-to-deploy" @@ -2556,53 +2585,6 @@ criteria = "safe-to-deploy" delta = "0.1.4 -> 0.1.5" aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml" -[[audits.mozilla.audits.bitflags]] -who = "Alex Franchuk " -criteria = "safe-to-deploy" -delta = "1.3.2 -> 2.0.2" -notes = "Removal of some unsafe code/methods. No changes to externals, just some refactoring (mostly internal)." -aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml" - -[[audits.mozilla.audits.bitflags]] -who = "Nicolas Silva " -criteria = "safe-to-deploy" -delta = "2.0.2 -> 2.1.0" -aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml" - -[[audits.mozilla.audits.bitflags]] -who = "Teodor Tanasoaia " -criteria = "safe-to-deploy" -delta = "2.2.1 -> 2.3.2" -aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml" - -[[audits.mozilla.audits.bitflags]] -who = "Mike Hommey " -criteria = "safe-to-deploy" -delta = "2.3.3 -> 2.4.0" -aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml" - -[[audits.mozilla.audits.bitflags]] -who = "Jan-Erik Rediger " -criteria = "safe-to-deploy" -delta = "2.4.0 -> 2.4.1" -notes = "Only allowing new clippy lints" -aggregated-from = "https://raw.githubusercontent.com/mozilla/glean/main/supply-chain/audits.toml" - -[[audits.mozilla.audits.bitflags]] -who = [ - "Teodor Tanasoaia ", - "Erich Gubler ", -] -criteria = "safe-to-deploy" -delta = "2.6.0 -> 2.7.0" -aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml" - -[[audits.mozilla.audits.bitflags]] -who = "Benjamin VanderSloot " -criteria = "safe-to-deploy" -delta = "2.9.4 -> 2.10.0" -aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml" - [[audits.mozilla.audits.crossbeam-utils]] who = "Lars Eggert " criteria = "safe-to-deploy"