diff --git a/Cargo.lock b/Cargo.lock index 12902d12..d424e0ce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -75,9 +75,18 @@ checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000" [[package]] name = "anyhow" -version = "1.0.102" +version = "1.0.104" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" +checksum = "330a5ed07fa54e4702c9d6c4174f74427fc0ef6e214bbd677ae50a5099946470" + +[[package]] +name = "approx" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6" +dependencies = [ + "num-traits", +] [[package]] name = "arbitrary" @@ -113,7 +122,7 @@ checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea" dependencies = [ "proc-macro2", "quote", - "syn 2.0.117", + "syn 2.0.119", ] [[package]] @@ -124,9 +133,9 @@ checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236" [[package]] name = "arrayvec" -version = "0.7.6" +version = "0.7.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" +checksum = "d3fb67a6e08acf24fdeccbac2cb6ac4305825bd1f117462e0e6f2f193345ad56" [[package]] name = "as-slice" @@ -283,7 +292,7 @@ checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11" dependencies = [ "proc-macro2", "quote", - "syn 2.0.117", + "syn 2.0.119", ] [[package]] @@ -312,13 +321,13 @@ checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" [[package]] name = "async-trait" -version = "0.1.89" +version = "0.1.91" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" +checksum = "ae36dc4177970ef04fde5178d3e2429882def40e57a451f919c098f72baa6cec" dependencies = [ "proc-macro2", "quote", - "syn 2.0.117", + "syn 3.0.0", ] [[package]] @@ -357,7 +366,7 @@ dependencies = [ "num-traits", "pastey", "rayon", - "thiserror 2.0.18", + "thiserror 2.0.19", "v_frame", "y4m", ] @@ -387,9 +396,9 @@ dependencies = [ [[package]] name = "aws-lc-rs" -version = "1.17.0" +version = "1.17.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ec2f1fc3ec205783a5da9a7e6c1509cc69dedf09a1949e412c1e18469326d00" +checksum = "00bdb5da18dac48ca2cc7cd4a98e533e8635a58e2361d13a1a4ee3888e0d72f1" dependencies = [ "aws-lc-sys", "untrusted 0.7.1", @@ -398,14 +407,15 @@ dependencies = [ [[package]] name = "aws-lc-sys" -version = "0.41.0" +version = "0.43.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a2f9779ce85b93ab6170dd940ad0169b5766ff848247aff13bb788b832fe3f4" +checksum = "43103168cc76fe62678a375e722fc9cb3a0146159ac5828bc4f0dfd755c2224c" dependencies = [ "cc", "cmake", "dunce", "fs_extra", + "pkg-config", ] [[package]] @@ -504,9 +514,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "bitflags" -version = "2.11.1" +version = "2.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3" +checksum = "b588b76d00fde79687d7646a9b5bdf3cc0f655e0bbd080335a95d7e96f3587da" dependencies = [ "serde_core", ] @@ -553,13 +563,13 @@ dependencies = [ [[package]] name = "bstr" -version = "1.12.1" +version = "1.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63044e1ae8e69f3b5a92c736ca6269b8d12fa7efe39bf34ddb06d102cf0e2cab" +checksum = "1f7dc094d718f2e1c1559ad110e27eeaae14a5465d3d56dd6dbd793079fbd530" dependencies = [ "memchr", "regex-automata", - "serde", + "serde_core", ] [[package]] @@ -574,11 +584,17 @@ version = "3.20.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649" +[[package]] +name = "by_address" +version = "1.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06" + [[package]] name = "bytemuck" -version = "1.25.0" +version = "1.25.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec" +checksum = "d6aedf8ae72766347502cf3cb4f41cf5e9cc37d28bee90f1fdaaae15f9cf9424" [[package]] name = "byteorder" @@ -594,9 +610,9 @@ checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495" [[package]] name = "bytes" -version = "1.11.1" +version = "1.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" +checksum = "fc652a48c352aef3ea3aed32080501cf3ef6ed5da78602a020c991775b0aff04" [[package]] name = "caps" @@ -633,9 +649,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.2.63" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "556e016178bb5662a08681bbe0f00f8e17631781a4dfc8c45e466e4b185ec27f" +checksum = "c89588d05638b5b4594a3348a2d6c20277e43a7f5c5202b05cc56888475a47b8" dependencies = [ "find-msvc-tools", "jobserver", @@ -651,15 +667,15 @@ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" [[package]] name = "cfg_aliases" -version = "0.2.1" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" +checksum = "f079e83a288787bcd14a6aea84cee5c87a67c5a3e660c30f557a3d24761b3527" [[package]] name = "chacha20" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f8d983286843e49675a4b7a2d174efe136dc93a18d69130dd18198a6c167601" +checksum = "d524456ba66e72eb8b115ff89e01e497f8e6d11d78b70b1aa13c0fbd97540a81" dependencies = [ "cfg-if", "cpufeatures 0.3.0", @@ -668,9 +684,9 @@ dependencies = [ [[package]] name = "chrono" -version = "0.4.44" +version = "0.4.45" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0" +checksum = "1aa79e62e7697b8e29b513a68abacf485adcd1fe8284a4316c5ae868e6633327" dependencies = [ "iana-time-zone", "js-sys", @@ -719,18 +735,18 @@ dependencies = [ [[package]] name = "clap" -version = "4.6.1" +version = "4.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ddb117e43bbf7dacf0a4190fef4d345b9bad68dfc649cb349e7d17d28428e51" +checksum = "dd059f9da4f5c36b3787f65d38ccaab1cc315f07b01f89abc8359ee6a8205011" dependencies = [ "clap_builder", ] [[package]] name = "clap_builder" -version = "4.6.0" +version = "4.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f" +checksum = "f09628afdcc538b57f3c6341e9c8e9970f18e4a481690a64974d7023bd33548b" dependencies = [ "anstyle", "clap_lex", @@ -800,9 +816,9 @@ dependencies = [ [[package]] name = "config" -version = "0.15.23" +version = "0.15.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f316c6237b2d38be61949ecd15268a4c6ca32570079394a2444d9ce2c72a72d8" +checksum = "b85f248a4de22d204ceabc6299d89d2c70fbd7f09fea53c06c852369652d8139" dependencies = [ "async-trait", "convert_case 0.6.0", @@ -814,7 +830,7 @@ dependencies = [ "serde_core", "serde_json", "toml", - "winnow 1.0.3", + "winnow 1.0.4", "yaml-rust2", ] @@ -945,11 +961,17 @@ dependencies = [ "itertools 0.10.5", ] +[[package]] +name = "critical-section" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b" + [[package]] name = "crossbeam-deque" -version = "0.8.6" +version = "0.8.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" +checksum = "5181e0de7b61eb03a81e347d6dd8797bae9da5146707b51077e2d71a54ec0ceb" dependencies = [ "crossbeam-epoch", "crossbeam-utils", @@ -957,18 +979,18 @@ dependencies = [ [[package]] name = "crossbeam-epoch" -version = "0.9.18" +version = "0.9.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" +checksum = "2d6914041f254d6e9176c01941b21115dcfb7089e55135a35411081bd106ef3f" dependencies = [ "crossbeam-utils", ] [[package]] name = "crossbeam-utils" -version = "0.8.21" +version = "0.8.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" +checksum = "61803da095bee82a81bb1a452ecc25d3b2f1416d1897eb86430c6159ef717c17" [[package]] name = "crossterm" @@ -976,7 +998,7 @@ version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d8b9f2e4c67f833b660cdb0a3523065869fb35570177239812ed4c905aeff87b" dependencies = [ - "bitflags 2.11.1", + "bitflags 2.13.1", "crossterm_winapi", "derive_more", "document-features", @@ -1052,7 +1074,7 @@ dependencies = [ "proc-macro2", "quote", "strsim", - "syn 2.0.117", + "syn 2.0.119", ] [[package]] @@ -1063,7 +1085,7 @@ checksum = "ac3984ec7bd6cfa798e62b4a642426a5be0e68f9401cfc2a01e3fa9ea2fcdb8d" dependencies = [ "darling_core", "quote", - "syn 2.0.117", + "syn 2.0.119", ] [[package]] @@ -1091,9 +1113,6 @@ name = "deranged" version = "0.5.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c" -dependencies = [ - "powerfmt", -] [[package]] name = "derivative" @@ -1125,7 +1144,7 @@ dependencies = [ "proc-macro2", "quote", "rustc_version", - "syn 2.0.117", + "syn 2.0.119", ] [[package]] @@ -1172,7 +1191,7 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38" dependencies = [ - "bitflags 2.11.1", + "bitflags 2.13.1", "objc2", ] @@ -1184,7 +1203,7 @@ checksum = "1ac70aa55017e108007fbaf5aa0f54b021c98f92ff8af59d42eda9da96e3dd4f" dependencies = [ "proc-macro2", "quote", - "syn 2.0.117", + "syn 2.0.119", ] [[package]] @@ -1256,7 +1275,7 @@ checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827" dependencies = [ "proc-macro2", "quote", - "syn 2.0.117", + "syn 2.0.119", ] [[package]] @@ -1276,7 +1295,7 @@ checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3" dependencies = [ "proc-macro2", "quote", - "syn 2.0.117", + "syn 2.0.119", ] [[package]] @@ -1361,14 +1380,16 @@ dependencies = [ [[package]] name = "exr" -version = "1.74.0" +version = "1.74.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4300e043a56aa2cb633c01af81ca8f699a321879a7854d3896a0ba89056363be" +checksum = "711fe42c9964295e01ee3fba3f9fe0e1d24b98886950d68efe81b1c76e21adf3" dependencies = [ "bit_field", "half", "lebe", "miniz_oxide", + "num-complex", + "pulp", "rayon-core", "smallvec", "zune-inflate", @@ -1396,6 +1417,12 @@ dependencies = [ "regex", ] +[[package]] +name = "fast-srgb8" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1" + [[package]] name = "fastrand" version = "1.9.0" @@ -1546,9 +1573,9 @@ checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c" [[package]] name = "futures" -version = "0.3.32" +version = "0.3.33" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d" +checksum = "a88cf1f829d945f548cf8fec32c61b1f202b6d93b45848602fc02af4b12ad218" dependencies = [ "futures-channel", "futures-core", @@ -1561,9 +1588,9 @@ dependencies = [ [[package]] name = "futures-channel" -version = "0.3.32" +version = "0.3.33" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d" +checksum = "262590f4fe6afeb0bc83be1daa64e52657fe185690a958af7f3ad0e92085c5ae" dependencies = [ "futures-core", "futures-sink", @@ -1571,15 +1598,15 @@ dependencies = [ [[package]] name = "futures-core" -version = "0.3.32" +version = "0.3.33" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d" +checksum = "2cd50c473c80f6d7c3670a752354b8e569b1a7cbfdc0419ec88e5edad85e0dc7" [[package]] name = "futures-executor" -version = "0.3.32" +version = "0.3.33" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d" +checksum = "6754879cc9f2c66f88c6e5c35344bb0bdb0708b0352b1201815667c7eabc7458" dependencies = [ "futures-core", "futures-task", @@ -1588,9 +1615,9 @@ dependencies = [ [[package]] name = "futures-io" -version = "0.3.32" +version = "0.3.33" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718" +checksum = "4577ecaa3c4f96589d473f679a71b596316f6641bc350038b962a5daf0085d7a" [[package]] name = "futures-lite" @@ -1622,32 +1649,32 @@ dependencies = [ [[package]] name = "futures-macro" -version = "0.3.32" +version = "0.3.33" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b" +checksum = "2d6d3cde68c518367be28956066ddfef33813991b77a55005a69dae04bf3b10b" dependencies = [ "proc-macro2", "quote", - "syn 2.0.117", + "syn 2.0.119", ] [[package]] name = "futures-sink" -version = "0.3.32" +version = "0.3.33" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893" +checksum = "e34418ac499d6305c2fb5ad0ed2f6ac998c5f8ca209b4510f7f94242c647e307" [[package]] name = "futures-task" -version = "0.3.32" +version = "0.3.33" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393" +checksum = "b231ed28831efb4a61a08580c4bc233ec56bc009f4cd8f52da2c3cb97df0c109" [[package]] name = "futures-util" -version = "0.3.32" +version = "0.3.33" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6" +checksum = "a77a90a256fce34da66415271e30f94ee91c57b04b8a2c042d9cf3220179deaa" dependencies = [ "futures-channel", "futures-core", @@ -1700,25 +1727,23 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" dependencies = [ "cfg-if", - "js-sys", "libc", "r-efi 5.3.0", "wasip2", - "wasm-bindgen", ] [[package]] name = "getrandom" -version = "0.4.2" +version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555" +checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099" dependencies = [ "cfg-if", + "js-sys", "libc", "r-efi 6.0.0", "rand_core 0.10.1", - "wasip2", - "wasip3", + "wasm-bindgen", ] [[package]] @@ -1733,9 +1758,9 @@ dependencies = [ [[package]] name = "h2" -version = "0.4.14" +version = "0.4.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "171fefbc92fe4a4de27e0698d6a5b392d6a0e333506bc49133760b3bcf948733" +checksum = "6cb093c84e8bd9b188d4c4a8cb6579fc016968d14c99882163cd3ff402a4f155" dependencies = [ "atomic-waker", "bytes", @@ -1770,7 +1795,7 @@ dependencies = [ "async-trait", "axum", "base64", - "bitflags 2.11.1", + "bitflags 2.13.1", "cbc", "chrono", "colored", @@ -1781,12 +1806,12 @@ dependencies = [ "dotenvy", "flate2", "futures-util", - "getrandom 0.4.2", + "getrandom 0.4.3", "h2", "harper-firmware", "harper-sandbox", "hashbrown 0.17.1", - "hashlink 0.11.0", + "hashlink 0.11.1", "hex-literal", "http", "http-body", @@ -1800,13 +1825,13 @@ dependencies = [ "rustyline", "serde", "serde_json", - "socket2 0.6.4", - "syn 2.0.117", + "socket2 0.6.5", + "syn 2.0.119", "sync_wrapper", "tar", "tempfile", - "thiserror 2.0.18", - "thiserror-impl 2.0.18", + "thiserror 2.0.19", + "thiserror-impl 2.0.19", "tokio", "tower", "turul-mcp-client", @@ -1826,7 +1851,7 @@ dependencies = [ "log", "serde", "serde_json", - "thiserror 2.0.18", + "thiserror 2.0.19", ] [[package]] @@ -1853,7 +1878,7 @@ dependencies = [ "serde", "serde_json", "tempfile", - "thiserror 2.0.18", + "thiserror 2.0.19", "tokio", ] @@ -1895,7 +1920,7 @@ dependencies = [ "lazy_static", "num_cpus", "predicates", - "rand 0.10.1", + "rand 0.10.2", "ratatui", "regex", "rusqlite", @@ -1954,9 +1979,9 @@ dependencies = [ [[package]] name = "hashlink" -version = "0.11.0" +version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea0b22561a9c04a7cb1a302c013e0259cd3b4bb619f145b32f72b8b4bcbed230" +checksum = "824e001ac4f3012dd16a264bec811403a67ca9deb6c102fc5049b32c4574b35f" dependencies = [ "hashbrown 0.16.1", ] @@ -2020,9 +2045,9 @@ dependencies = [ [[package]] name = "http" -version = "1.4.1" +version = "1.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8be7462df143984c4598a256ef469b251d7d7f9e271135073e78fc535414f3d0" +checksum = "6970f50e31d6fc17d3fa27329444bfa74e196cf62e95052a3f6fee181dba6425" dependencies = [ "bytes", "itoa", @@ -2030,9 +2055,9 @@ dependencies = [ [[package]] name = "http-body" -version = "1.0.1" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" +checksum = "ca2a8f2913ee65f60facd6a5905613afaa448497a0230cc41ce022d93290bc2c" dependencies = [ "bytes", "http", @@ -2040,9 +2065,9 @@ dependencies = [ [[package]] name = "http-body-util" -version = "0.1.3" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" +checksum = "e9f41fd6a08e4d4ec69df65976da761afd5ad5e58a9d4acb46bd1c953a9e3ff2" dependencies = [ "bytes", "futures-core", @@ -2134,7 +2159,7 @@ dependencies = [ "libc", "percent-encoding", "pin-project-lite", - "socket2 0.6.4", + "socket2 0.6.5", "system-configuration", "tokio", "tower-service", @@ -2248,12 +2273,6 @@ dependencies = [ "zerovec", ] -[[package]] -name = "id-arena" -version = "2.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954" - [[package]] name = "ident_case" version = "1.0.1" @@ -2317,9 +2336,9 @@ dependencies = [ [[package]] name = "imgref" -version = "1.12.1" +version = "1.12.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "40fac9d56ed6437b198fddba683305e8e2d651aa42647f00f5ae542e7f5c94a2" +checksum = "89194689a993ab15268672e99e7b0e19da2da3268ac682e8f02d29d4d1434cd7" [[package]] name = "indexmap" @@ -2329,8 +2348,6 @@ checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9" dependencies = [ "equivalent", "hashbrown 0.17.1", - "serde", - "serde_core", ] [[package]] @@ -2362,7 +2379,7 @@ dependencies = [ "indoc", "proc-macro2", "quote", - "syn 2.0.117", + "syn 2.0.119", ] [[package]] @@ -2382,7 +2399,7 @@ checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60" dependencies = [ "proc-macro2", "quote", - "syn 2.0.117", + "syn 2.0.119", ] [[package]] @@ -2439,23 +2456,22 @@ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" [[package]] name = "jobserver" -version = "0.1.34" +version = "0.1.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33" +checksum = "1c00acbd29eabad4a2392fa0e921c874934dbbf4194312ad20f04a0ed67a3cb3" dependencies = [ - "getrandom 0.3.4", + "getrandom 0.4.3", "libc", ] [[package]] name = "js-sys" -version = "0.3.99" +version = "0.3.103" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "142bc4740e452c1e57ade0cbc129f139c9093e354346f0872ef985f4f5cf5f11" +checksum = "53b44bfcdb3f8d5837a46dae1ca9660a837176eee74a28b229bc626816589102" dependencies = [ "cfg-if", "futures-util", - "once_cell", "wasm-bindgen", ] @@ -2496,7 +2512,7 @@ checksum = "bde5057d6143cc94e861d90f591b9303d6716c6b9602309150bd068853c10899" dependencies = [ "hashbrown 0.16.1", "portable-atomic", - "thiserror 2.0.18", + "thiserror 2.0.19", ] [[package]] @@ -2525,12 +2541,6 @@ version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" -[[package]] -name = "leb128fmt" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" - [[package]] name = "lebe" version = "0.5.3" @@ -2545,19 +2555,25 @@ checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66" [[package]] name = "libfuzzer-sys" -version = "0.4.12" +version = "0.4.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f12a681b7dd8ce12bff52488013ba614b869148d54dd79836ab85aafdd53f08d" +checksum = "a9fd2f41a1cba099f79a0b6b6c35656cf7c03351a7bae8ff0f28f25270f929d2" dependencies = [ "arbitrary", "cc", ] +[[package]] +name = "libm" +version = "0.2.16" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981" + [[package]] name = "libredox" -version = "0.1.17" +version = "0.1.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f02ab6bace2054fb888a3c16f990117b579d14a3088e472d63c6011fa185c9d3" +checksum = "c943259e342f1e06ff2da7a83eabdfe7f92ce10262688dbf1895ff0b3e6e4652" dependencies = [ "libc", ] @@ -2579,7 +2595,7 @@ version = "0.3.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3f50e8f47623268b5407192d26876c4d7f89d686ca130fdc53bced4814cd29f8" dependencies = [ - "bitflags 2.11.1", + "bitflags 2.13.1", ] [[package]] @@ -2594,7 +2610,7 @@ version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "83270a18e9f90d0707c41e9f35efada77b64c0e6f3f1810e71c8368a864d5590" dependencies = [ - "bitflags 2.11.1", + "bitflags 2.13.1", "libc", ] @@ -2639,9 +2655,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.30" +version = "0.4.33" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "616ec5685824bcc94416c6d4a7a446eea774a31efd7062c8480ba6fd06d7a6e5" +checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad" [[package]] name = "loop9" @@ -2654,11 +2670,11 @@ dependencies = [ [[package]] name = "lru" -version = "0.16.4" +version = "0.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f66e8d5d03f609abc3a39e6f08e4164ebf1447a732906d39eb9b99b7919ef39" +checksum = "0b6180140927ee907000b0aa540091f6ea512ead4447c92b8fc35bc72788a5a6" dependencies = [ - "hashbrown 0.16.1", + "hashbrown 0.17.1", ] [[package]] @@ -2695,9 +2711,9 @@ dependencies = [ [[package]] name = "memchr" -version = "2.8.1" +version = "2.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b947ae49db0d222b1dbc6b113ce7248a3fc3a6ca21b696717bfc000ba4484d8" +checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98" [[package]] name = "memmem" @@ -2747,9 +2763,9 @@ dependencies = [ [[package]] name = "mio" -version = "1.2.1" +version = "1.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02bd0af71c67b473010cbbc60715ee815645a4dc942899111f494b4b737d6fda" +checksum = "30d65c71f1ce40ab09135ce117d742b9f8a19ff91a41a8b57ed50bc2de59c427" dependencies = [ "libc", "log", @@ -2817,7 +2833,7 @@ version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" dependencies = [ - "bitflags 2.11.1", + "bitflags 2.13.1", "cfg-if", "cfg_aliases", "libc", @@ -2830,7 +2846,7 @@ version = "0.30.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6" dependencies = [ - "bitflags 2.11.1", + "bitflags 2.13.1", "cfg-if", "cfg_aliases", "libc", @@ -2892,9 +2908,9 @@ dependencies = [ [[package]] name = "num-bigint" -version = "0.4.6" +version = "0.4.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" +checksum = "c89e69e7e0f03bea5ef08013795c25018e101932225a656383bd384495ecc367" dependencies = [ "num-integer", "num-traits", @@ -2906,6 +2922,7 @@ version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495" dependencies = [ + "bytemuck", "num-traits", ] @@ -2923,7 +2940,7 @@ checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202" dependencies = [ "proc-macro2", "quote", - "syn 2.0.117", + "syn 2.0.119", ] [[package]] @@ -2937,11 +2954,10 @@ dependencies = [ [[package]] name = "num-iter" -version = "0.1.45" +version = "0.1.46" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf" +checksum = "c92800bd69a1eac91786bcfe9da64a897eb72911b8dc3095decbd07429e8048b" dependencies = [ - "autocfg", "num-integer", "num-traits", ] @@ -3000,7 +3016,7 @@ version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d49e936b501e5c5bf01fda3a9452ff86dc3ea98ad5f283e1455153142d97518c" dependencies = [ - "bitflags 2.11.1", + "bitflags 2.13.1", "objc2", "objc2-core-graphics", "objc2-foundation", @@ -3012,7 +3028,7 @@ version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536" dependencies = [ - "bitflags 2.11.1", + "bitflags 2.13.1", "dispatch2", "objc2", ] @@ -3023,7 +3039,7 @@ version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e022c9d066895efa1345f8e33e584b9f958da2fd4cd116792e15e07e4720a807" dependencies = [ - "bitflags 2.11.1", + "bitflags 2.13.1", "dispatch2", "objc2", "objc2-core-foundation", @@ -3042,7 +3058,7 @@ version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272" dependencies = [ - "bitflags 2.11.1", + "bitflags 2.13.1", "objc2", "objc2-core-foundation", ] @@ -3053,7 +3069,7 @@ version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "180788110936d59bab6bd83b6060ffdfffb3b922ba1396b312ae795e1de9d81d" dependencies = [ - "bitflags 2.11.1", + "bitflags 2.13.1", "objc2", "objc2-core-foundation", ] @@ -3070,7 +3086,7 @@ version = "6.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0cc3cbf698f9438986c11a880c90a6d04b9de27575afd28bbf45b154b6c709e2" dependencies = [ - "bitflags 2.11.1", + "bitflags 2.13.1", "libc", "once_cell", "onig_sys", @@ -3094,11 +3110,11 @@ checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e" [[package]] name = "openssl" -version = "0.10.80" +version = "0.10.81" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a45fa2aa886c42762255da344f0a0d313e254066c46aad76f300c3d3da62d967" +checksum = "77823a27f0babb03091cb9ed9ef80af3b39dbc82f97e8fa530374b7dafd87a45" dependencies = [ - "bitflags 2.11.1", + "bitflags 2.13.1", "cfg-if", "foreign-types", "libc", @@ -3114,7 +3130,7 @@ checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" dependencies = [ "proc-macro2", "quote", - "syn 2.0.117", + "syn 2.0.119", ] [[package]] @@ -3125,9 +3141,9 @@ checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe" [[package]] name = "openssl-sys" -version = "0.9.116" +version = "0.9.117" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f28a22dc7140cda5f096e5e7724a6962ca81a7f8bfd2979f9b18c11af56318c4" +checksum = "b47e7e6bb2c38cd930d25a23b40fa52e068c10e85f3e03a7f5ba5aaca5713695" dependencies = [ "cc", "libc", @@ -3170,6 +3186,30 @@ dependencies = [ "pin-project-lite", ] +[[package]] +name = "palette" +version = "0.7.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6" +dependencies = [ + "approx", + "fast-srgb8", + "libm", + "palette_derive", +] + +[[package]] +name = "palette_derive" +version = "0.7.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30" +dependencies = [ + "by_address", + "proc-macro2", + "quote", + "syn 2.0.119", +] + [[package]] name = "parking" version = "2.2.1" @@ -3235,9 +3275,9 @@ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" [[package]] name = "pest" -version = "2.8.6" +version = "2.8.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0848c601009d37dfa3430c4666e147e49cdcf1b92ecd3e63657d8a5f19da662" +checksum = "47627dd7305c6a2d6c8c6bcd24c5a4c17dbbf425f4f9c5313e724b38fc9782e9" dependencies = [ "memchr", "ucd-trie", @@ -3245,9 +3285,9 @@ dependencies = [ [[package]] name = "pest_derive" -version = "2.8.6" +version = "2.8.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "11f486f1ea21e6c10ed15d5a7c77165d0ee443402f0780849d1768e7d9d6fe77" +checksum = "4b4254325ecad416ab689e27ba51da03ba01a9632bc6e108f5fe7c3c4ad29d58" dependencies = [ "pest", "pest_generator", @@ -3255,25 +3295,24 @@ dependencies = [ [[package]] name = "pest_generator" -version = "2.8.6" +version = "2.8.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8040c4647b13b210a963c1ed407c1ff4fdfa01c31d6d2a098218702e6664f94f" +checksum = "6c4c0e91ead7a8f7acecbca6f003fc2e8282b1dbe2dd9c9d2f16aba42995e0a7" dependencies = [ "pest", "pest_meta", "proc-macro2", "quote", - "syn 2.0.117", + "syn 2.0.119", ] [[package]] name = "pest_meta" -version = "2.8.6" +version = "2.8.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89815c69d36021a140146f26659a81d6c2afa33d216d736dd4be5381a7362220" +checksum = "f9744bc48116fee06334924bb5f2bad41eed5e89bd26e29b0b799f9a3f82c210" dependencies = [ "pest", - "sha2", ] [[package]] @@ -3303,7 +3342,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d" dependencies = [ "phf_shared", - "rand 0.8.6", + "rand 0.8.7", ] [[package]] @@ -3316,7 +3355,7 @@ dependencies = [ "phf_shared", "proc-macro2", "quote", - "syn 2.0.117", + "syn 2.0.119", ] [[package]] @@ -3353,9 +3392,9 @@ checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e" [[package]] name = "plist" -version = "1.9.0" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "092791278e026273c1b65bbdcfbba3a300f2994c896bd01ab01da613c29c46f1" +checksum = "7da1d65da6dd5d1e44199ac0f58712d241c0f439f80adea8924d832384087f85" dependencies = [ "base64", "indexmap", @@ -3398,7 +3437,7 @@ version = "0.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "60769b8b31b2a9f263dae2776c37b1b28ae246943cf719eb6946a1db05128a61" dependencies = [ - "bitflags 2.11.1", + "bitflags 2.13.1", "crc32fast", "fdeflate", "flate2", @@ -3437,9 +3476,9 @@ dependencies = [ [[package]] name = "portable-atomic" -version = "1.13.1" +version = "1.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49" +checksum = "3d20d5497ef88037a52ff98267d066e7f11fcc5e99bbfbd58a42336193aacec3" [[package]] name = "potential_utf" @@ -3495,16 +3534,6 @@ dependencies = [ "termtree", ] -[[package]] -name = "prettyplease" -version = "0.2.37" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" -dependencies = [ - "proc-macro2", - "syn 2.0.117", -] - [[package]] name = "proc-macro-crate" version = "1.3.1" @@ -3517,9 +3546,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.106" +version = "1.0.107" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" +checksum = "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9" dependencies = [ "unicode-ident", ] @@ -3540,14 +3569,37 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4488a4a36b9a4ba6b9334a32a39971f77c1436ec82c38707bce707699cc3bbcb" dependencies = [ "quote", - "syn 2.0.117", + "syn 2.0.119", ] +[[package]] +name = "pulp" +version = "0.22.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "046aa45b989642ec2e4717c8e72d677b13edd831a4d3b6cf37d9a3e54912496a" +dependencies = [ + "bytemuck", + "cfg-if", + "libm", + "num-complex", + "paste", + "pulp-wasm-simd-flag", + "raw-cpuid", + "reborrow", + "version_check", +] + +[[package]] +name = "pulp-wasm-simd-flag" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1d8f70e07b9c3962945a74e59ca1c511bba65b6419468acc217c457d93f3c740" + [[package]] name = "pxfm" -version = "0.1.29" +version = "0.1.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0c5ccf5294c6ccd63a74f1565028353830a9c2f5eb0c682c355c471726a6e3f" +checksum = "d55d956fa96f5ec02be2e13af0e20391a5aa83d6a074e3ad368959d0fab299ea" [[package]] name = "qoi" @@ -3566,18 +3618,18 @@ checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3" [[package]] name = "quick-xml" -version = "0.39.4" +version = "0.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cdcc8dd4e2f670d309a5f0e83fe36dfdc05af317008fea29144da1a2ac858e5e" +checksum = "e660451e55124f798a69a5af3f49ccfbefbd41910eefd25caf2393e1f3473ec1" dependencies = [ "memchr", ] [[package]] name = "quinn" -version = "0.11.9" +version = "0.11.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20" +checksum = "0c1a41e437b6bbd489372cd4971de128e85c855f56c57f283d20ff016cf7c0a8" dependencies = [ "bytes", "cfg_aliases", @@ -3586,8 +3638,8 @@ dependencies = [ "quinn-udp", "rustc-hash", "rustls", - "socket2 0.6.4", - "thiserror 2.0.18", + "socket2 0.6.5", + "thiserror 2.0.19", "tokio", "tracing", "web-time", @@ -3595,20 +3647,21 @@ dependencies = [ [[package]] name = "quinn-proto" -version = "0.11.14" +version = "0.11.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "434b42fec591c96ef50e21e886936e66d3cc3f737104fdb9b737c40ffb94c098" +checksum = "2f4bfc015262b9df63c8845072ce59068853ff5872180c2ce2f13038b970e560" dependencies = [ "bytes", - "getrandom 0.3.4", + "getrandom 0.4.3", "lru-slab", - "rand 0.9.4", + "rand 0.10.2", + "rand_pcg", "ring", "rustc-hash", "rustls", "rustls-pki-types", "slab", - "thiserror 2.0.18", + "thiserror 2.0.19", "tinyvec", "tracing", "web-time", @@ -3616,23 +3669,23 @@ dependencies = [ [[package]] name = "quinn-udp" -version = "0.5.14" +version = "0.5.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd" +checksum = "35a133f956daabe89a61a685c2649f13d82d5aa4bd5d12d1277e1072a21c0694" dependencies = [ "cfg_aliases", "libc", "once_cell", - "socket2 0.6.4", + "socket2 0.6.5", "tracing", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] name = "quote" -version = "1.0.45" +version = "1.0.47" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924" +checksum = "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001" dependencies = [ "proc-macro2", ] @@ -3661,9 +3714,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.8.6" +version = "0.8.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a" +checksum = "22f6172bdec972074665ed81ed53b71da00bfc44b65a753cfde883ec4c702a1a" dependencies = [ "libc", "rand_chacha 0.3.1", @@ -3672,9 +3725,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.9.4" +version = "0.9.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea" +checksum = "b9ef1d0d795eb7d84685bca4f72f3649f064e6641543d3a8c415898726a57b41" dependencies = [ "rand_chacha 0.9.0", "rand_core 0.9.5", @@ -3682,12 +3735,12 @@ dependencies = [ [[package]] name = "rand" -version = "0.10.1" +version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2e8e8bcc7961af1fdac401278c6a831614941f6164ee3bf4ce61b7edb162207" +checksum = "c7f5fa3a058cd35567ef9bfa5e75732bee0f9e4c55fa90477bef2dfcdbc4be80" dependencies = [ "chacha20", - "getrandom 0.4.2", + "getrandom 0.4.3", "rand_core 0.10.1", ] @@ -3735,35 +3788,48 @@ version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "63b8176103e19a2643978565ca18b50549f6101881c443590420e4dc998a3c69" +[[package]] +name = "rand_pcg" +version = "0.10.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "caa0f4137e1c0a72f4c651489402276c8e8e1cf081f3b0ba156d2cbeef09e86a" +dependencies = [ + "rand_core 0.10.1", +] + [[package]] name = "ratatui" -version = "0.30.0" +version = "0.30.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1ce67fb8ba4446454d1c8dbaeda0557ff5e94d39d5e5ed7f10a65eb4c8266bc" +checksum = "3274ba0a2c5e1bcad2a2005d20f4dc59dad26b2eb0940fb094500dba4099d57d" dependencies = [ "instability", "ratatui-core", "ratatui-crossterm", "ratatui-macros", + "ratatui-termina", "ratatui-termwiz", "ratatui-widgets", + "serde", ] [[package]] name = "ratatui-core" -version = "0.1.0" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ef8dea09a92caaf73bff7adb70b76162e5937524058a7e5bff37869cbbec293" +checksum = "cbb175c433c8e28a809d1f5773a2ae96e68c0ce40db865cbab1020bf33ae479c" dependencies = [ - "bitflags 2.11.1", + "bitflags 2.13.1", "compact_str", - "hashbrown 0.16.1", - "indoc", + "critical-section", + "hashbrown 0.17.1", "itertools 0.14.0", "kasuari", "lru", + "palette", + "serde", "strum", - "thiserror 2.0.18", + "thiserror 2.0.19", "unicode-segmentation", "unicode-truncate", "unicode-width", @@ -3771,9 +3837,9 @@ dependencies = [ [[package]] name = "ratatui-crossterm" -version = "0.1.0" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "577c9b9f652b4c121fb25c6a391dd06406d3b092ba68827e6d2f09550edc54b3" +checksum = "567584a3b0e6a8203c23de40b4861497266725eb5363dbfd18a1edd603cca9f0" dependencies = [ "cfg-if", "crossterm", @@ -3783,19 +3849,30 @@ dependencies = [ [[package]] name = "ratatui-macros" -version = "0.7.0" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7f1342a13e83e4bb9d0b793d0ea762be633f9582048c892ae9041ef39c936f4" +checksum = "ed7dc68daa7498a43e4d68e0eb078427e10c38fbcfbb1e42d955f1fa2140d814" dependencies = [ "ratatui-core", "ratatui-widgets", ] [[package]] -name = "ratatui-termwiz" +name = "ratatui-termina" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f76fe0bd0ed4295f0321b1676732e2454024c15a35d01904ddb315afd3d545c" +checksum = "c0bf912d9e66f057a759d92e386a280ea886b352ab757d6ac4d653c7ed2c43c2" +dependencies = [ + "instability", + "ratatui-core", + "termina", +] + +[[package]] +name = "ratatui-termwiz" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "faf03e0380b7744054d6cb74224fe3adf062a029754933f575ca1e3b4c2ce977" dependencies = [ "ratatui-core", "termwiz", @@ -3803,17 +3880,18 @@ dependencies = [ [[package]] name = "ratatui-widgets" -version = "0.3.0" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7dbfa023cd4e604c2553483820c5fe8aa9d71a42eea5aa77c6e7f35756612db" +checksum = "66e3d19bcc9130ca376277d93b60767ff121ace3be06f5f95f81dd68956407d1" dependencies = [ - "bitflags 2.11.1", - "hashbrown 0.16.1", + "bitflags 2.13.1", + "hashbrown 0.17.1", "indoc", "instability", "itertools 0.14.0", "line-clipping", "ratatui-core", + "serde", "strum", "time", "unicode-segmentation", @@ -3847,10 +3925,10 @@ dependencies = [ "num-traits", "paste", "profiling", - "rand 0.9.4", + "rand 0.9.5", "rand_chacha 0.9.0", "simd_helpers", - "thiserror 2.0.18", + "thiserror 2.0.19", "v_frame", "wasm-bindgen", ] @@ -3870,6 +3948,15 @@ dependencies = [ "rgb", ] +[[package]] +name = "raw-cpuid" +version = "11.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186" +dependencies = [ + "bitflags 2.13.1", +] + [[package]] name = "rayon" version = "1.12.0" @@ -3890,13 +3977,19 @@ dependencies = [ "crossbeam-utils", ] +[[package]] +name = "reborrow" +version = "0.5.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430" + [[package]] name = "redox_syscall" version = "0.5.18" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" dependencies = [ - "bitflags 2.11.1", + "bitflags 2.13.1", ] [[package]] @@ -3907,14 +4000,14 @@ checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac" dependencies = [ "getrandom 0.2.17", "libredox", - "thiserror 2.0.18", + "thiserror 2.0.19", ] [[package]] name = "regex" -version = "1.12.3" +version = "1.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276" +checksum = "f020237b6c8eed93db2e2cb53c00c60a8e1bc73da7d073199a1180401450218d" dependencies = [ "aho-corasick", "memchr", @@ -3924,9 +4017,9 @@ dependencies = [ [[package]] name = "regex-automata" -version = "0.4.14" +version = "0.4.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f" +checksum = "8fcfdb36bda0c880c5931cdc7a2bcdc8ba4556847b9d912bca70bc94708711ad" dependencies = [ "aho-corasick", "memchr", @@ -3935,9 +4028,9 @@ dependencies = [ [[package]] name = "regex-syntax" -version = "0.8.10" +version = "0.8.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a" +checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4" [[package]] name = "reqwest" @@ -4041,11 +4134,11 @@ dependencies = [ [[package]] name = "ron" -version = "0.12.1" +version = "0.12.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4147b952f3f819eca0e99527022f7d6a8d05f111aeb0a62960c74eb283bec8fc" +checksum = "81116b9531d61eabc41aeb228e4b6b2435bcca3233b98cf3b3077d4e6e9debb3" dependencies = [ - "bitflags 2.11.1", + "bitflags 2.13.1", "once_cell", "serde", "serde_derive", @@ -4059,7 +4152,7 @@ version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "165ca6e57b20e1351573e3729b958bc62f0e48025386970b6e4d29e7a7e71f3f" dependencies = [ - "bitflags 2.11.1", + "bitflags 2.13.1", "fallible-iterator", "fallible-streaming-iterator", "hashlink 0.10.0", @@ -4079,9 +4172,9 @@ dependencies = [ [[package]] name = "rustc-hash" -version = "2.1.2" +version = "2.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe" +checksum = "6b1e7f9a428571be2dc5bc0505c13fb6bf936822b894ec87abf8a08a4e51742d" [[package]] name = "rustc_version" @@ -4112,7 +4205,7 @@ version = "0.38.44" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" dependencies = [ - "bitflags 2.11.1", + "bitflags 2.13.1", "errno", "libc", "linux-raw-sys 0.4.15", @@ -4125,7 +4218,7 @@ version = "1.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190" dependencies = [ - "bitflags 2.11.1", + "bitflags 2.13.1", "errno", "libc", "linux-raw-sys 0.12.1", @@ -4134,9 +4227,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.40" +version = "0.23.42" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef86cd5876211988985292b91c96a8f2d298df24e75989a43a3c73f2d4d8168b" +checksum = "3c54fcab019b409d04215d3a17cb438fd7fbf192ee61461f20f4fe18704bc138" dependencies = [ "once_cell", "ring", @@ -4148,9 +4241,9 @@ dependencies = [ [[package]] name = "rustls-pki-types" -version = "1.14.1" +version = "1.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30a7197ae7eb376e574fe940d068c30fe0462554a3ddbe4eca7838e049c937a9" +checksum = "764899a24af3980067ee14bc143654f297b22eaebfe3c7b6b211920a5a59b046" dependencies = [ "web-time", "zeroize", @@ -4169,9 +4262,9 @@ dependencies = [ [[package]] name = "rustversion" -version = "1.0.22" +version = "1.0.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" +checksum = "cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f" [[package]] name = "rustyline" @@ -4179,7 +4272,7 @@ version = "17.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e902948a25149d50edc1a8e0141aad50f54e22ba83ff988cf8f7c9ef07f50564" dependencies = [ - "bitflags 2.11.1", + "bitflags 2.13.1", "cfg-if", "clipboard-win", "fd-lock", @@ -4238,7 +4331,7 @@ dependencies = [ "hkdf", "num", "once_cell", - "rand 0.8.6", + "rand 0.8.7", "serde", "sha2", "zbus", @@ -4250,7 +4343,7 @@ version = "2.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" dependencies = [ - "bitflags 2.11.1", + "bitflags 2.13.1", "core-foundation 0.9.4", "core-foundation-sys", "libc", @@ -4263,7 +4356,7 @@ version = "3.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d" dependencies = [ - "bitflags 2.11.1", + "bitflags 2.13.1", "core-foundation 0.10.1", "core-foundation-sys", "libc", @@ -4288,9 +4381,9 @@ checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd" [[package]] name = "serde" -version = "1.0.228" +version = "1.0.229" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" +checksum = "4148590afebada386688f18773da617792bf2ef03ffc1e4cbd2b1d45b023e0ba" dependencies = [ "serde_core", "serde_derive", @@ -4310,22 +4403,22 @@ dependencies = [ [[package]] name = "serde_core" -version = "1.0.228" +version = "1.0.229" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" +checksum = "67dca2c9c51e58a4791a4b1ed58308b39c64224d349a935ab5039aa360942a48" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.228" +version = "1.0.229" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" +checksum = "e7a5d71263a5a7d47b41f6b3f06ba276f10cc18b0931f1799f710578e2309348" dependencies = [ "proc-macro2", "quote", - "syn 2.0.117", + "syn 3.0.0", ] [[package]] @@ -4354,13 +4447,13 @@ dependencies = [ [[package]] name = "serde_repr" -version = "0.1.20" +version = "0.1.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c" +checksum = "8d3b1629de253c70a0508c3899572da79ca359fdab27c7920ff00406df418906" dependencies = [ "proc-macro2", "quote", - "syn 2.0.117", + "syn 3.0.0", ] [[package]] @@ -4386,9 +4479,9 @@ dependencies = [ [[package]] name = "sha1" -version = "0.10.6" +version = "0.10.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" +checksum = "a978451301f4db1d02937a4ab3ccce137717b81826e79b7d49ffe3244a13c3b8" dependencies = [ "cfg-if", "cpufeatures 0.2.17", @@ -4454,9 +4547,9 @@ dependencies = [ [[package]] name = "simd-adler32" -version = "0.3.9" +version = "0.3.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214" +checksum = "3a219298ac11a56ea9a6d2120044824d6f01aeb034955e7af7bc16858527deea" [[package]] name = "simd_helpers" @@ -4475,7 +4568,7 @@ checksum = "0d585997b0ac10be3c5ee635f1bab02d512760d14b7c468801ac8a01d9ae5f1d" dependencies = [ "num-bigint", "num-traits", - "thiserror 2.0.18", + "thiserror 2.0.19", "time", ] @@ -4493,9 +4586,9 @@ checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" [[package]] name = "smallvec" -version = "1.15.1" +version = "1.15.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" +checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90" [[package]] name = "socket2" @@ -4509,9 +4602,9 @@ dependencies = [ [[package]] name = "socket2" -version = "0.6.4" +version = "0.6.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52d1cfed4120b4d927bf7c0f86d2087a4a7d6027c906d9f9d525a80573b9be51" +checksum = "c3d1e2c7f27f8d4cb10542a02c49005dbd6e93095799d6f3be745fae9f8fedd4" dependencies = [ "libc", "windows-sys 0.61.2", @@ -4537,23 +4630,23 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "strum" -version = "0.27.2" +version = "0.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf" +checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd" dependencies = [ "strum_macros", ] [[package]] name = "strum_macros" -version = "0.27.2" +version = "0.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7" +checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664" dependencies = [ "heck", "proc-macro2", "quote", - "syn 2.0.117", + "syn 2.0.119", ] [[package]] @@ -4575,9 +4668,20 @@ dependencies = [ [[package]] name = "syn" -version = "2.0.117" +version = "2.0.119" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297" +dependencies = [ + "proc-macro2", + "quote", + "unicode-ident", +] + +[[package]] +name = "syn" +version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99" +checksum = "f2fac314a64dc9a36e61a9eb4261a5e9bbfbc922b27e518af97bc32b926cf967" dependencies = [ "proc-macro2", "quote", @@ -4601,7 +4705,7 @@ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" dependencies = [ "proc-macro2", "quote", - "syn 2.0.117", + "syn 2.0.119", ] [[package]] @@ -4620,7 +4724,7 @@ dependencies = [ "serde", "serde_derive", "serde_json", - "thiserror 2.0.18", + "thiserror 2.0.19", "walkdir", "yaml-rust", ] @@ -4631,7 +4735,7 @@ version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b" dependencies = [ - "bitflags 2.11.1", + "bitflags 2.13.1", "core-foundation 0.9.4", "system-configuration-sys", ] @@ -4664,12 +4768,25 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" dependencies = [ "fastrand 2.4.1", - "getrandom 0.4.2", + "getrandom 0.4.3", "once_cell", "rustix 1.1.4", "windows-sys 0.61.2", ] +[[package]] +name = "termina" +version = "0.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9048a889effe34a5cddee0af7f53285198b16dca3be510858d38dfdb3e62a04e" +dependencies = [ + "bitflags 2.13.1", + "parking_lot", + "rustix 1.1.4", + "signal-hook", + "windows-sys 0.61.2", +] + [[package]] name = "terminfo" version = "0.9.0" @@ -4705,7 +4822,7 @@ checksum = "4676b37242ccbd1aabf56edb093a4827dc49086c0ffd764a5705899e0f35f8f7" dependencies = [ "anyhow", "base64", - "bitflags 2.11.1", + "bitflags 2.13.1", "fancy-regex", "filedescriptor", "finl_unicode", @@ -4750,11 +4867,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.18" +version = "2.0.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" +checksum = "09a43598840e33d5b0331f38c5e30d13bb11c11210a4b58f0d9b18a5a5eefcd9" dependencies = [ - "thiserror-impl 2.0.18", + "thiserror-impl 2.0.19", ] [[package]] @@ -4765,18 +4882,18 @@ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" dependencies = [ "proc-macro2", "quote", - "syn 2.0.117", + "syn 2.0.119", ] [[package]] name = "thiserror-impl" -version = "2.0.18" +version = "2.0.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" +checksum = "43cbfe0cf76104d42a574802844187e84a305e531ed54455f11fbde0f10541cd" dependencies = [ "proc-macro2", "quote", - "syn 2.0.117", + "syn 3.0.0", ] [[package]] @@ -4795,12 +4912,11 @@ dependencies = [ [[package]] name = "time" -version = "0.3.47" +version = "0.3.53" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c" +checksum = "18dfaaeddcb932337b5e7866ee7d0ce9b76d2fd092997146f187ec09b4558a50" dependencies = [ "deranged", - "itoa", "libc", "num-conv", "num_threads", @@ -4812,15 +4928,15 @@ dependencies = [ [[package]] name = "time-core" -version = "0.1.8" +version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca" +checksum = "9e1c906769ad99c88eaa54e728060edef082f8e358ff32030cb7c7d315e81109" [[package]] name = "time-macros" -version = "0.2.27" +version = "0.2.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215" +checksum = "c431b87111666e491a90baa837f914fb45cd5dc3c268591b0220ff5057f2085f" dependencies = [ "num-conv", "time-core", @@ -4857,9 +4973,9 @@ dependencies = [ [[package]] name = "tinyvec" -version = "1.11.0" +version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3" +checksum = "bb4ebadaa0af04fab11ae01eb5f9fdb5f9c5b875506e210e71c07873528baa7f" dependencies = [ "tinyvec_macros", ] @@ -4872,9 +4988,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.52.3" +version = "1.53.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fc7f01b389ac15039e4dc9531aa973a135d7a4135281b12d7c1bc79fd57fffe" +checksum = "d988bcd52dbe076d3d46903332f58c912b87a2c49b1428419a5845154762ffee" dependencies = [ "bytes", "libc", @@ -4882,20 +4998,20 @@ dependencies = [ "parking_lot", "pin-project-lite", "signal-hook-registry", - "socket2 0.6.4", + "socket2 0.6.5", "tokio-macros", "windows-sys 0.61.2", ] [[package]] name = "tokio-macros" -version = "2.7.0" +version = "2.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496" +checksum = "6328af13490e73a9b4694030fafd93f8c8c6a9dede33e821c3fc63eddf8042ba" dependencies = [ "proc-macro2", "quote", - "syn 2.0.117", + "syn 2.0.119", ] [[package]] @@ -4937,15 +5053,15 @@ dependencies = [ [[package]] name = "toml" -version = "1.1.2+spec-1.1.0" +version = "1.1.3+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81f3d15e84cbcd896376e6730314d59fb5a87f31e4b038454184435cd57defee" +checksum = "53c96ecdfa941c8fc4fcaed14f99ada8ebed502eef533015095a07e3301d4c3c" dependencies = [ "serde_core", "serde_spanned", "toml_datetime 1.1.1+spec-1.1.0", "toml_parser", - "winnow 1.0.3", + "winnow 1.0.4", ] [[package]] @@ -4980,7 +5096,7 @@ version = "1.1.2+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a2abe9b86193656635d2411dc43050282ca48aa31c2451210f4202550afb7526" dependencies = [ - "winnow 1.0.3", + "winnow 1.0.4", ] [[package]] @@ -5005,7 +5121,7 @@ version = "0.6.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840" dependencies = [ - "bitflags 2.11.1", + "bitflags 2.13.1", "bytes", "futures-util", "http", @@ -5049,7 +5165,7 @@ checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" dependencies = [ "proc-macro2", "quote", - "syn 2.0.117", + "syn 2.0.119", ] [[package]] @@ -5078,11 +5194,11 @@ dependencies = [ "futures", "hyper", "parking_lot", - "rand 0.10.1", + "rand 0.10.2", "reqwest 0.13.4", "serde", "serde_json", - "thiserror 2.0.18", + "thiserror 2.0.19", "tokio", "tokio-util", "tracing", @@ -5118,7 +5234,7 @@ dependencies = [ "async-trait", "serde", "serde_json", - "thiserror 2.0.18", + "thiserror 2.0.19", "turul-mcp-json-rpc-server", ] @@ -5141,7 +5257,7 @@ checksum = "4f45c6a218e558019298454250cf5fb99b192b2ff6f72d3c383839909ba08aea" dependencies = [ "serde", "serde_json", - "thiserror 2.0.18", + "thiserror 2.0.19", ] [[package]] @@ -5212,9 +5328,9 @@ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" [[package]] name = "unicode-segmentation" -version = "1.13.2" +version = "1.13.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9629274872b2bfaf8d66f5f15725007f635594914870f65218920345aa11aa8c" +checksum = "c6f5d3c3b1bf09027a88a6bc961fc00497d651009560b5463668dc81b0fa87a8" [[package]] name = "unicode-truncate" @@ -5233,12 +5349,6 @@ version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254" -[[package]] -name = "unicode-xid" -version = "0.2.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" - [[package]] name = "untrusted" version = "0.7.1" @@ -5283,12 +5393,12 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "uuid" -version = "1.23.2" +version = "1.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d258b83ceec21034727ecee8c382cfa6c3e133699b0742c64571814fb420c9f7" +checksum = "bf3923a6f5c4c6382e0b653c4117f48d631ea17f38ed86e2a828e6f7412f5239" dependencies = [ "atomic", - "getrandom 0.4.2", + "getrandom 0.4.3", "js-sys", "wasm-bindgen", ] @@ -5367,27 +5477,18 @@ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" [[package]] name = "wasip2" -version = "1.0.3+wasi-0.2.9" +version = "1.0.4+wasi-0.2.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20064672db26d7cdc89c7798c48a0fdfac8213434a1186e5ef29fd560ae223d6" +checksum = "b67efb37e106e55ce722a510d6b5f9c17f083e5fc79afc2badeb12cc313d9487" dependencies = [ - "wit-bindgen 0.57.1", -] - -[[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", + "wit-bindgen", ] [[package]] name = "wasm-bindgen" -version = "0.2.122" +version = "0.2.126" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ed04576f974d2b2fba0f38c51dbc5518011e38c36bf1143164be765528fd409" +checksum = "4b067c0c11094aef6b7a801c1e34a26affafdf3d051dba08456b868789aaf9a4" dependencies = [ "cfg-if", "once_cell", @@ -5398,9 +5499,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-futures" -version = "0.4.72" +version = "0.4.76" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9473dbd2991ae90b6291c3c32c30c6187ac49aa32f9905d1cce280ec1e110b0f" +checksum = "c62df1340f32221cb9c54d6a27b030e3dba64361d4a95bed55f9aacb44da291d" dependencies = [ "js-sys", "wasm-bindgen", @@ -5408,9 +5509,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro" -version = "0.2.122" +version = "0.2.126" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "916151b09da36bd82f6615cbf3a419e2f0ba23a03c6160e8e92eb6bd4aa1dec6" +checksum = "167ce5e579f6bcf889c4f7175a8a5a585de84e8ff93976ce393efa5f2837aab1" dependencies = [ "quote", "wasm-bindgen-macro-support", @@ -5418,48 +5519,26 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.122" +version = "0.2.126" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "299047362ccbfce148b67ab7e73349f77748e00c8296f9542adfad2ad82c5c5e" +checksum = "f3997c7839262f4ef12cf90b818d6340c18e80f263f1a94bf157d0ec4420380e" dependencies = [ "bumpalo", "proc-macro2", "quote", - "syn 2.0.117", + "syn 2.0.119", "wasm-bindgen-shared", ] [[package]] name = "wasm-bindgen-shared" -version = "0.2.122" +version = "0.2.126" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a929b2c61f11ba3e9bc35b50c1f25cb38e0e892c0c231ae2b8cf78d5dad4437" +checksum = "dc1b4cb0cc549fcf58d7dfc081778139b3d283a081644e833e84682ad71cea24" dependencies = [ "unicode-ident", ] -[[package]] -name = "wasm-encoder" -version = "0.244.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319" -dependencies = [ - "leb128fmt", - "wasmparser", -] - -[[package]] -name = "wasm-metadata" -version = "0.244.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909" -dependencies = [ - "anyhow", - "indexmap", - "wasm-encoder", - "wasmparser", -] - [[package]] name = "wasm-streams" version = "0.5.0" @@ -5473,23 +5552,11 @@ dependencies = [ "web-sys", ] -[[package]] -name = "wasmparser" -version = "0.244.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe" -dependencies = [ - "bitflags 2.11.1", - "hashbrown 0.15.5", - "indexmap", - "semver", -] - [[package]] name = "web-sys" -version = "0.3.99" +version = "0.3.103" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d621441cfc37b84979402712047321980c178f299193a3589d05b99e8763436" +checksum = "8622dcb61c0bcc9fffa6938bed81210af2da9a7e4a1a834b2e37a59b6dfb6141" dependencies = [ "js-sys", "wasm-bindgen", @@ -5507,9 +5574,9 @@ dependencies = [ [[package]] name = "webpki-roots" -version = "1.0.7" +version = "1.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52f5ee44c96cf55f1b349600768e3ece3a8f26010c05265ab73f945bb1a2eb9d" +checksum = "7dcd9d09a39985f5344844e66b0c530a33843579125f23e21e9f0f220850f22a" dependencies = [ "rustls-pki-types", ] @@ -5644,7 +5711,7 @@ checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" dependencies = [ "proc-macro2", "quote", - "syn 2.0.117", + "syn 2.0.119", ] [[package]] @@ -5655,7 +5722,7 @@ checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" dependencies = [ "proc-macro2", "quote", - "syn 2.0.117", + "syn 2.0.119", ] [[package]] @@ -5935,107 +6002,19 @@ dependencies = [ [[package]] name = "winnow" -version = "1.0.3" +version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0592e1c9d151f854e6fd382574c3a0855250e1d9b2f99d9281c6e6391af352f1" +checksum = "23b97319f7b8343df12cc98938e5c3eb436064524c8d2b4e30a1d3a36eecdf81" dependencies = [ "memchr", ] -[[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", -] - [[package]] name = "wit-bindgen" version = "0.57.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e" -[[package]] -name = "wit-bindgen-core" -version = "0.51.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc" -dependencies = [ - "anyhow", - "heck", - "wit-parser", -] - -[[package]] -name = "wit-bindgen-rust" -version = "0.51.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21" -dependencies = [ - "anyhow", - "heck", - "indexmap", - "prettyplease", - "syn 2.0.117", - "wasm-metadata", - "wit-bindgen-core", - "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", - "wit-bindgen-rust", -] - -[[package]] -name = "wit-component" -version = "0.244.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2" -dependencies = [ - "anyhow", - "bitflags 2.11.1", - "indexmap", - "log", - "serde", - "serde_derive", - "serde_json", - "wasm-encoder", - "wasm-metadata", - "wasmparser", - "wit-parser", -] - -[[package]] -name = "wit-parser" -version = "0.244.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736" -dependencies = [ - "anyhow", - "id-arena", - "indexmap", - "log", - "semver", - "serde", - "serde_derive", - "serde_json", - "unicode-xid", - "wasmparser", -] - [[package]] name = "writeable" version = "0.6.3" @@ -6102,14 +6081,14 @@ checksum = "631a50d867fafb7093e709d75aaee9e0e0d5deb934021fcea25ac2fe09edc51e" dependencies = [ "arraydeque", "encoding_rs", - "hashlink 0.11.0", + "hashlink 0.11.1", ] [[package]] name = "yoke" -version = "0.8.2" +version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "abe8c5fda708d9ca3df187cae8bfb9ceda00dd96231bed36e445a1a48e66f9ca" +checksum = "709fe23a0424b6a435d82152b1bd3fdfb0833487d5fa90d05d42762a9891fef5" dependencies = [ "stable_deref_trait", "yoke-derive", @@ -6124,7 +6103,7 @@ checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e" dependencies = [ "proc-macro2", "quote", - "syn 2.0.117", + "syn 2.0.119", "synstructure", ] @@ -6155,7 +6134,7 @@ dependencies = [ "nix 0.26.4", "once_cell", "ordered-stream", - "rand 0.8.6", + "rand 0.8.7", "serde", "serde_repr", "sha1", @@ -6196,22 +6175,22 @@ dependencies = [ [[package]] name = "zerocopy" -version = "0.8.50" +version = "0.8.54" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b065d4f0e55f82fae73202e189638116a87c55ab6b8e6c2721e13dd9d854ad1" +checksum = "b7cbbc0a705a0fd05cc3676525980d2bf5a9bc4adac6d6475209a7887cf59d19" dependencies = [ "zerocopy-derive", ] [[package]] name = "zerocopy-derive" -version = "0.8.50" +version = "0.8.54" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b631b19d36a892ab55420c92dbc83ccd79274f25be714855d3074aa71cab639" +checksum = "e2e817b7b52d0c7358d3246da9d69935ebb18116b2b102b4230dac079b4862f5" dependencies = [ "proc-macro2", "quote", - "syn 2.0.117", + "syn 2.0.119", ] [[package]] @@ -6231,28 +6210,28 @@ checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1" dependencies = [ "proc-macro2", "quote", - "syn 2.0.117", + "syn 2.0.119", "synstructure", ] [[package]] name = "zeroize" -version = "1.8.2" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0" +checksum = "e13c156562582aa81c60cb29407084cdb54c4164760106ab78e6c5b0858cf64e" dependencies = [ "zeroize_derive", ] [[package]] name = "zeroize_derive" -version = "1.4.3" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85a5b4158499876c763cb03bc4e49185d3cccbabb15b33c627f7884f43db852e" +checksum = "3c50655cbb0fe3fc43170059e702f1ce5e19b84cec58dc87b037a09935c2f328" dependencies = [ "proc-macro2", "quote", - "syn 2.0.117", + "syn 2.0.119", ] [[package]] @@ -6285,7 +6264,7 @@ checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555" dependencies = [ "proc-macro2", "quote", - "syn 2.0.117", + "syn 2.0.119", ] [[package]] @@ -6304,15 +6283,15 @@ dependencies = [ [[package]] name = "zlib-rs" -version = "0.6.3" +version = "0.6.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3be3d40e40a133f9c916ee3f9f4fa2d9d63435b5fbe1bfc6d9dae0aa0ada1513" +checksum = "b142a20ec14a91d5bc708c1dc21b080c550113d8aa77afa29635673a65dd02c5" [[package]] name = "zmij" -version = "1.0.21" +version = "1.0.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa" +checksum = "29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b" [[package]] name = "zopfli" diff --git a/MODULE.bazel.lock b/MODULE.bazel.lock index b9cbeb5b..b28de9b3 100644 --- a/MODULE.bazel.lock +++ b/MODULE.bazel.lock @@ -1,5 +1,5 @@ { - "lockFileVersion": 26, + "lockFileVersion": 28, "registryFileHashes": { "https://bcr.bazel.build/bazel_registry.json": "8a28e4aff06ee60aed2a8c281907fb8bcbf3b753c91fb5a5c57da3215d5b3497", "https://bcr.bazel.build/modules/abseil-cpp/20210324.2/MODULE.bazel": "7cd0312e064fde87c8d1cd79ba06c876bd23630c83466e9500321be55c96ace2", @@ -195,7 +195,7 @@ "moduleExtensions": { "@@rules_kotlin+//src/main/starlark/core/repositories:bzlmod_setup.bzl%rules_kotlin_extensions": { "general": { - "bzlTransitiveDigest": "Ga4z8lQy1YQ5rAMy+dOl0dqcCEBnYNCXku8x3YQmDZI=", + "bzlTransitiveDigest": "+Kp6j204mBZ3mxlIDDR0gBoP45BZ4jYRhRAcB8sU0qc=", "usagesDigest": "QI2z8ZUR+mqtbwsf2fLqYdJAkPOHdOV+tF2yVAUgRzw=", "recordedInputs": [ "REPO_MAPPING:rules_kotlin+,bazel_tools bazel_tools" @@ -252,7 +252,7 @@ }, "@@rules_python+//python/extensions:config.bzl%config": { "general": { - "bzlTransitiveDigest": "iibnRYgg8LpcfmH7EAnVwYePC3jsVaJ6Id8XxUjSZps=", + "bzlTransitiveDigest": "dzD8Q2YmrP3fz8saWLHPmlwPLO91ImtTmP/c9JKTStM=", "usagesDigest": "ZVSXMAGpD+xzVNPuvF1IoLBkty7TROO0+akMapt1pAg=", "recordedInputs": [ "REPO_MAPPING:rules_python+,bazel_tools bazel_tools", @@ -449,5 +449,6 @@ } } }, - "facts": {} + "facts": {}, + "factsVersions": {} } diff --git a/cargo-bazel-lock.json b/cargo-bazel-lock.json index 7d5c44f9..acbf06c4 100644 --- a/cargo-bazel-lock.json +++ b/cargo-bazel-lock.json @@ -1,5 +1,5 @@ { - "checksum": "7de15b5c3dc0e70cb7b27c7d9c4a59a322b0e537cd90f743cf8874ae3d3cd7ce", + "checksum": "d2ee1acdf08adeee8a4982da0284f081ae3f9d55b9e72639ce50dc972e38d24a", "crates": { "adler2 2.0.1": { "name": "adler2", @@ -139,7 +139,7 @@ "deps": { "common": [ { - "id": "memchr 2.8.1", + "id": "memchr 2.8.3", "target": "memchr" } ], @@ -441,14 +441,14 @@ ], "license_file": "LICENSE-APACHE" }, - "anyhow 1.0.102": { + "anyhow 1.0.104": { "name": "anyhow", - "version": "1.0.102", + "version": "1.0.104", "package_url": "https://github.com/dtolnay/anyhow", "repository": { "Http": { - "url": "https://static.crates.io/crates/anyhow/1.0.102/download", - "sha256": "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" + "url": "https://static.crates.io/crates/anyhow/1.0.104/download", + "sha256": "330a5ed07fa54e4702c9d6c4174f74427fc0ef6e214bbd677ae50a5099946470" } }, "targets": [ @@ -492,14 +492,14 @@ "deps": { "common": [ { - "id": "anyhow 1.0.102", + "id": "anyhow 1.0.104", "target": "build_script_build" } ], "selects": {} }, "edition": "2021", - "version": "1.0.102" + "version": "1.0.104" }, "build_script_attrs": { "compile_data_glob": [ @@ -519,6 +519,53 @@ ], "license_file": "LICENSE-APACHE" }, + "approx 0.5.1": { + "name": "approx", + "version": "0.5.1", + "package_url": "https://github.com/brendanzab/approx", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/approx/0.5.1/download", + "sha256": "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6" + } + }, + "targets": [ + { + "Library": { + "crate_name": "approx", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "approx", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "num-traits 0.2.19", + "target": "num_traits" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.5.1" + }, + "license": "Apache-2.0", + "license_ids": [ + "Apache-2.0" + ], + "license_file": "LICENSE" + }, "arbitrary 1.4.2": { "name": "arbitrary", "version": "1.4.2", @@ -622,7 +669,7 @@ ], "cfg(all(unix, not(any(target_os = \"macos\", target_os = \"android\", target_os = \"emscripten\"))))": [ { - "id": "log 0.4.30", + "id": "log 0.4.33", "target": "log" }, { @@ -658,7 +705,7 @@ "target": "clipboard_win" }, { - "id": "log 0.4.30", + "id": "log 0.4.33", "target": "log" }, { @@ -728,15 +775,15 @@ "deps": { "common": [ { - "id": "proc-macro2 1.0.106", + "id": "proc-macro2 1.0.107", "target": "proc_macro2" }, { - "id": "quote 1.0.45", + "id": "quote 1.0.47", "target": "quote" }, { - "id": "syn 2.0.117", + "id": "syn 2.0.119", "target": "syn" } ], @@ -797,14 +844,14 @@ ], "license_file": "LICENSE" }, - "arrayvec 0.7.6": { + "arrayvec 0.7.8": { "name": "arrayvec", - "version": "0.7.6", + "version": "0.7.8", "package_url": "https://github.com/bluss/arrayvec", "repository": { "Http": { - "url": "https://static.crates.io/crates/arrayvec/0.7.6/download", - "sha256": "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" + "url": "https://static.crates.io/crates/arrayvec/0.7.8/download", + "sha256": "d3fb67a6e08acf24fdeccbac2cb6ac4305825bd1f117462e0e6f2f193345ad56" } }, "targets": [ @@ -834,7 +881,7 @@ "selects": {} }, "edition": "2018", - "version": "0.7.6" + "version": "0.7.8" }, "license": "MIT OR Apache-2.0", "license_ids": [ @@ -943,7 +990,7 @@ "target": "build_script_build" }, { - "id": "bstr 1.12.1", + "id": "bstr 1.13.0", "target": "bstr" }, { @@ -1029,7 +1076,7 @@ "target": "event_listener" }, { - "id": "futures-core 0.3.32", + "id": "futures-core 0.3.33", "target": "futures_core" } ], @@ -1092,7 +1139,7 @@ "target": "event_listener_strategy" }, { - "id": "futures-core 0.3.32", + "id": "futures-core 0.3.33", "target": "futures_core" }, { @@ -1336,7 +1383,7 @@ "target": "futures_lite" }, { - "id": "log 0.4.30", + "id": "log 0.4.33", "target": "log" }, { @@ -1452,7 +1499,7 @@ "target": "concurrent_queue" }, { - "id": "futures-io 0.3.32", + "id": "futures-io 0.3.33", "target": "futures_io" }, { @@ -1736,15 +1783,15 @@ "deps": { "common": [ { - "id": "proc-macro2 1.0.106", + "id": "proc-macro2 1.0.107", "target": "proc_macro2" }, { - "id": "quote 1.0.45", + "id": "quote 1.0.47", "target": "quote" }, { - "id": "syn 2.0.117", + "id": "syn 2.0.119", "target": "syn" } ], @@ -1796,7 +1843,7 @@ "target": "cfg_if" }, { - "id": "futures-core 0.3.32", + "id": "futures-core 0.3.33", "target": "futures_core" } ], @@ -1807,7 +1854,7 @@ "target": "async_io" }, { - "id": "futures-io 0.3.32", + "id": "futures-io 0.3.33", "target": "futures_io" }, { @@ -1895,14 +1942,14 @@ ], "license_file": "LICENSE-APACHE" }, - "async-trait 0.1.89": { + "async-trait 0.1.91": { "name": "async-trait", - "version": "0.1.89", + "version": "0.1.91", "package_url": "https://github.com/dtolnay/async-trait", "repository": { "Http": { - "url": "https://static.crates.io/crates/async-trait/0.1.89/download", - "sha256": "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" + "url": "https://static.crates.io/crates/async-trait/0.1.91/download", + "sha256": "ae36dc4177970ef04fde5178d3e2429882def40e57a451f919c098f72baa6cec" } }, "targets": [ @@ -1927,22 +1974,22 @@ "deps": { "common": [ { - "id": "proc-macro2 1.0.106", + "id": "proc-macro2 1.0.107", "target": "proc_macro2" }, { - "id": "quote 1.0.45", + "id": "quote 1.0.47", "target": "quote" }, { - "id": "syn 2.0.117", + "id": "syn 3.0.0", "target": "syn" } ], "selects": {} }, "edition": "2021", - "version": "0.1.89" + "version": "0.1.91" }, "license": "MIT OR Apache-2.0", "license_ids": [ @@ -1983,7 +2030,7 @@ "deps": { "common": [ { - "id": "bytemuck 1.25.0", + "id": "bytemuck 1.25.1", "target": "bytemuck" } ], @@ -2125,11 +2172,11 @@ "target": "aligned" }, { - "id": "anyhow 1.0.102", + "id": "anyhow 1.0.104", "target": "anyhow" }, { - "id": "arrayvec 0.7.6", + "id": "arrayvec 0.7.8", "target": "arrayvec" }, { @@ -2137,7 +2184,7 @@ "target": "build_script_build" }, { - "id": "log 0.4.30", + "id": "log 0.4.33", "target": "log" }, { @@ -2153,7 +2200,7 @@ "target": "rayon" }, { - "id": "thiserror 2.0.18", + "id": "thiserror 2.0.19", "target": "thiserror" }, { @@ -2245,15 +2292,15 @@ "deps": { "common": [ { - "id": "anyhow 1.0.102", + "id": "anyhow 1.0.104", "target": "anyhow" }, { - "id": "arrayvec 0.7.6", + "id": "arrayvec 0.7.8", "target": "arrayvec" }, { - "id": "log 0.4.30", + "id": "log 0.4.33", "target": "log" }, { @@ -2312,7 +2359,7 @@ "deps": { "common": [ { - "id": "arrayvec 0.7.6", + "id": "arrayvec 0.7.8", "target": "arrayvec" } ], @@ -2327,14 +2374,14 @@ ], "license_file": "LICENSE" }, - "aws-lc-rs 1.17.0": { + "aws-lc-rs 1.17.3": { "name": "aws-lc-rs", - "version": "1.17.0", + "version": "1.17.3", "package_url": "https://github.com/aws/aws-lc-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/aws-lc-rs/1.17.0/download", - "sha256": "5ec2f1fc3ec205783a5da9a7e6c1509cc69dedf09a1949e412c1e18469326d00" + "url": "https://static.crates.io/crates/aws-lc-rs/1.17.3/download", + "sha256": "00bdb5da18dac48ca2cc7cd4a98e533e8635a58e2361d13a1a4ee3888e0d72f1" } }, "targets": [ @@ -2381,11 +2428,11 @@ "deps": { "common": [ { - "id": "aws-lc-rs 1.17.0", + "id": "aws-lc-rs 1.17.3", "target": "build_script_build" }, { - "id": "aws-lc-sys 0.41.0", + "id": "aws-lc-sys 0.43.0", "target": "aws_lc_sys" }, { @@ -2393,14 +2440,14 @@ "target": "untrusted" }, { - "id": "zeroize 1.8.2", + "id": "zeroize 1.9.0", "target": "zeroize" } ], "selects": {} }, "edition": "2021", - "version": "1.17.0" + "version": "1.17.3" }, "build_script_attrs": { "compile_data_glob": [ @@ -2415,13 +2462,13 @@ "link_deps": { "common": [ { - "id": "aws-lc-sys 0.41.0", + "id": "aws-lc-sys 0.43.0", "target": "aws_lc_sys" } ], "selects": {} }, - "links": "aws_lc_rs_1_17_0_sys" + "links": "aws_lc_rs_1_17_3_sys" }, "license": "ISC AND (Apache-2.0 OR ISC)", "license_ids": [ @@ -2430,14 +2477,14 @@ ], "license_file": "LICENSE" }, - "aws-lc-sys 0.41.0": { + "aws-lc-sys 0.43.0": { "name": "aws-lc-sys", - "version": "0.41.0", + "version": "0.43.0", "package_url": "https://github.com/aws/aws-lc-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/aws-lc-sys/0.41.0/download", - "sha256": "1a2f9779ce85b93ab6170dd940ad0169b5766ff848247aff13bb788b832fe3f4" + "url": "https://static.crates.io/crates/aws-lc-sys/0.43.0/download", + "sha256": "43103168cc76fe62678a375e722fc9cb3a0146159ac5828bc4f0dfd755c2224c" } }, "targets": [ @@ -2474,14 +2521,14 @@ "deps": { "common": [ { - "id": "aws-lc-sys 0.41.0", + "id": "aws-lc-sys 0.43.0", "target": "build_script_main" } ], "selects": {} }, "edition": "2021", - "version": "0.41.0" + "version": "0.43.0" }, "build_script_attrs": { "compile_data_glob": [ @@ -2496,7 +2543,7 @@ "deps": { "common": [ { - "id": "cc 1.2.63", + "id": "cc 1.3.0", "target": "cc" }, { @@ -2512,7 +2559,14 @@ "target": "fs_extra" } ], - "selects": {} + "selects": { + "cfg(unix)": [ + { + "id": "pkg-config 0.3.33", + "target": "pkg_config" + } + ] + } }, "build_script_env": { "common": { @@ -2521,7 +2575,7 @@ }, "selects": {} }, - "links": "aws_lc_0_41_0" + "links": "aws_lc_0_43_0" }, "license": "ISC AND (Apache-2.0 OR ISC) AND Apache-2.0 AND MIT AND BSD-3-Clause AND (Apache-2.0 OR ISC OR MIT) AND (Apache-2.0 OR ISC OR MIT-0)", "license_ids": [ @@ -2584,7 +2638,7 @@ "target": "axum_core" }, { - "id": "bytes 1.11.1", + "id": "bytes 1.12.1", "target": "bytes" }, { @@ -2592,19 +2646,19 @@ "target": "form_urlencoded" }, { - "id": "futures-util 0.3.32", + "id": "futures-util 0.3.33", "target": "futures_util" }, { - "id": "http 1.4.1", + "id": "http 1.4.2", "target": "http" }, { - "id": "http-body 1.0.1", + "id": "http-body 1.1.0", "target": "http_body" }, { - "id": "http-body-util 0.1.3", + "id": "http-body-util 0.1.4", "target": "http_body_util" }, { @@ -2624,7 +2678,7 @@ "target": "matchit" }, { - "id": "memchr 2.8.1", + "id": "memchr 2.8.3", "target": "memchr" }, { @@ -2640,7 +2694,7 @@ "target": "pin_project_lite" }, { - "id": "serde_core 1.0.228", + "id": "serde_core 1.0.229", "target": "serde_core" }, { @@ -2660,7 +2714,7 @@ "target": "sync_wrapper" }, { - "id": "tokio 1.52.3", + "id": "tokio 1.53.0", "target": "tokio" }, { @@ -2729,23 +2783,23 @@ "deps": { "common": [ { - "id": "bytes 1.11.1", + "id": "bytes 1.12.1", "target": "bytes" }, { - "id": "futures-core 0.3.32", + "id": "futures-core 0.3.33", "target": "futures_core" }, { - "id": "http 1.4.1", + "id": "http 1.4.2", "target": "http" }, { - "id": "http-body 1.0.1", + "id": "http-body 1.1.0", "target": "http_body" }, { - "id": "http-body-util 0.1.3", + "id": "http-body-util 0.1.4", "target": "http_body_util" }, { @@ -2863,7 +2917,7 @@ "deps": { "common": [ { - "id": "serde 1.0.228", + "id": "serde 1.0.229", "target": "serde" } ], @@ -3049,14 +3103,14 @@ ], "license_file": "LICENSE-APACHE" }, - "bitflags 2.11.1": { + "bitflags 2.13.1": { "name": "bitflags", - "version": "2.11.1", + "version": "2.13.1", "package_url": "https://github.com/bitflags/bitflags", "repository": { "Http": { - "url": "https://static.crates.io/crates/bitflags/2.11.1/download", - "sha256": "c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3" + "url": "https://static.crates.io/crates/bitflags/2.13.1/download", + "sha256": "b588b76d00fde79687d7646a9b5bdf3cc0f655e0bbd080335a95d7e96f3587da" } }, "targets": [ @@ -3081,37 +3135,22 @@ "crate_features": { "common": [ "serde", - "serde_core" + "serde_core", + "std" ], - "selects": { - "aarch64-apple-darwin": [ - "std" - ], - "aarch64-unknown-linux-gnu": [ - "std" - ], - "wasm32-wasip1": [ - "std" - ], - "x86_64-unknown-linux-gnu": [ - "std" - ], - "x86_64-unknown-nixos-gnu": [ - "std" - ] - } + "selects": {} }, "deps": { "common": [ { - "id": "serde_core 1.0.228", + "id": "serde_core 1.0.229", "target": "serde_core" } ], "selects": {} }, "edition": "2021", - "version": "2.11.1" + "version": "2.13.1" }, "license": "MIT OR Apache-2.0", "license_ids": [ @@ -3312,7 +3351,7 @@ "target": "async_task" }, { - "id": "futures-io 0.3.32", + "id": "futures-io 0.3.33", "target": "futures_io" }, { @@ -3336,14 +3375,14 @@ ], "license_file": "LICENSE-APACHE" }, - "bstr 1.12.1": { + "bstr 1.13.0": { "name": "bstr", - "version": "1.12.1", + "version": "1.13.0", "package_url": "https://github.com/BurntSushi/bstr", "repository": { "Http": { - "url": "https://static.crates.io/crates/bstr/1.12.1/download", - "sha256": "63044e1ae8e69f3b5a92c736ca6269b8d12fa7efe39bf34ddb06d102cf0e2cab" + "url": "https://static.crates.io/crates/bstr/1.13.0/download", + "sha256": "1f7dc094d718f2e1c1559ad110e27eeaae14a5465d3d56dd6dbd793079fbd530" } }, "targets": [ @@ -3377,18 +3416,18 @@ "deps": { "common": [ { - "id": "memchr 2.8.1", + "id": "memchr 2.8.3", "target": "memchr" }, { - "id": "regex-automata 0.4.14", + "id": "regex-automata 0.4.16", "target": "regex_automata" } ], "selects": {} }, "edition": "2021", - "version": "1.12.1" + "version": "1.13.0" }, "license": "MIT OR Apache-2.0", "license_ids": [ @@ -3480,14 +3519,53 @@ ], "license_file": "LICENSE-APACHE" }, - "bytemuck 1.25.0": { + "by_address 1.2.1": { + "name": "by_address", + "version": "1.2.1", + "package_url": "https://github.com/mbrubeck/by_address", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/by_address/1.2.1/download", + "sha256": "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06" + } + }, + "targets": [ + { + "Library": { + "crate_name": "by_address", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "by_address", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2021", + "version": "1.2.1" + }, + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" + }, + "bytemuck 1.25.1": { "name": "bytemuck", - "version": "1.25.0", + "version": "1.25.1", "package_url": "https://github.com/Lokathor/bytemuck", "repository": { "Http": { - "url": "https://static.crates.io/crates/bytemuck/1.25.0/download", - "sha256": "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec" + "url": "https://static.crates.io/crates/bytemuck/1.25.1/download", + "sha256": "d6aedf8ae72766347502cf3cb4f41cf5e9cc37d28bee90f1fdaaae15f9cf9424" } }, "targets": [ @@ -3511,12 +3589,14 @@ ], "crate_features": { "common": [ - "extern_crate_alloc" + "aarch64_simd", + "extern_crate_alloc", + "wasm_simd" ], "selects": {} }, "edition": "2018", - "version": "1.25.0" + "version": "1.25.1" }, "license": "Zlib OR Apache-2.0 OR MIT", "license_ids": [ @@ -3618,14 +3698,14 @@ ], "license_file": "LICENSE-MIT" }, - "bytes 1.11.1": { + "bytes 1.12.1": { "name": "bytes", - "version": "1.11.1", + "version": "1.12.1", "package_url": "https://github.com/tokio-rs/bytes", "repository": { "Http": { - "url": "https://static.crates.io/crates/bytes/1.11.1/download", - "sha256": "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" + "url": "https://static.crates.io/crates/bytes/1.12.1/download", + "sha256": "fc652a48c352aef3ea3aed32080501cf3ef6ed5da78602a020c991775b0aff04" } }, "targets": [ @@ -3655,7 +3735,7 @@ "selects": {} }, "edition": "2021", - "version": "1.11.1" + "version": "1.12.1" }, "license": "MIT", "license_ids": [ @@ -3789,7 +3869,7 @@ "proc_macro_deps": { "common": [ { - "id": "rustversion 1.0.22", + "id": "rustversion 1.0.23", "target": "rustversion" } ], @@ -3868,14 +3948,14 @@ ], "license_file": "LICENSE-APACHE" }, - "cc 1.2.63": { + "cc 1.3.0": { "name": "cc", - "version": "1.2.63", + "version": "1.3.0", "package_url": "https://github.com/rust-lang/cc-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/cc/1.2.63/download", - "sha256": "556e016178bb5662a08681bbe0f00f8e17631781a4dfc8c45e466e4b185ec27f" + "url": "https://static.crates.io/crates/cc/1.3.0/download", + "sha256": "c89588d05638b5b4594a3348a2d6c20277e43a7f5c5202b05cc56888475a47b8" } }, "targets": [ @@ -3910,7 +3990,7 @@ "target": "find_msvc_tools" }, { - "id": "jobserver 0.1.34", + "id": "jobserver 0.1.35", "target": "jobserver" }, { @@ -3946,7 +4026,7 @@ } }, "edition": "2018", - "version": "1.2.63" + "version": "1.3.0" }, "license": "MIT OR Apache-2.0", "license_ids": [ @@ -3994,14 +4074,14 @@ ], "license_file": "LICENSE-APACHE" }, - "cfg_aliases 0.2.1": { + "cfg_aliases 0.2.2": { "name": "cfg_aliases", - "version": "0.2.1", + "version": "0.2.2", "package_url": "https://github.com/katharostech/cfg_aliases", "repository": { "Http": { - "url": "https://static.crates.io/crates/cfg_aliases/0.2.1/download", - "sha256": "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" + "url": "https://static.crates.io/crates/cfg_aliases/0.2.2/download", + "sha256": "f079e83a288787bcd14a6aea84cee5c87a67c5a3e660c30f557a3d24761b3527" } }, "targets": [ @@ -4024,7 +4104,7 @@ "**" ], "edition": "2018", - "version": "0.2.1" + "version": "0.2.2" }, "license": "MIT", "license_ids": [ @@ -4032,14 +4112,14 @@ ], "license_file": "LICENSE" }, - "chacha20 0.10.0": { + "chacha20 0.10.1": { "name": "chacha20", - "version": "0.10.0", + "version": "0.10.1", "package_url": "https://github.com/RustCrypto/stream-ciphers", "repository": { "Http": { - "url": "https://static.crates.io/crates/chacha20/0.10.0/download", - "sha256": "6f8d983286843e49675a4b7a2d174efe136dc93a18d69130dd18198a6c167601" + "url": "https://static.crates.io/crates/chacha20/0.10.1/download", + "sha256": "d524456ba66e72eb8b115ff89e01e497f8e6d11d78b70b1aa13c0fbd97540a81" } }, "targets": [ @@ -4088,7 +4168,7 @@ } }, "edition": "2024", - "version": "0.10.0" + "version": "0.10.1" }, "license": "MIT OR Apache-2.0", "license_ids": [ @@ -4097,14 +4177,14 @@ ], "license_file": "LICENSE-APACHE" }, - "chrono 0.4.44": { + "chrono 0.4.45": { "name": "chrono", - "version": "0.4.44", + "version": "0.4.45", "package_url": "https://github.com/chronotope/chrono", "repository": { "Http": { - "url": "https://static.crates.io/crates/chrono/0.4.44/download", - "sha256": "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0" + "url": "https://static.crates.io/crates/chrono/0.4.45/download", + "sha256": "1aa79e62e7697b8e29b513a68abacf485adcd1fe8284a4316c5ae868e6633327" } }, "targets": [ @@ -4151,7 +4231,7 @@ "target": "num_traits" }, { - "id": "serde 1.0.228", + "id": "serde 1.0.229", "target": "serde" } ], @@ -4170,11 +4250,11 @@ ], "wasm32-unknown-unknown": [ { - "id": "js-sys 0.3.99", + "id": "js-sys 0.3.103", "target": "js_sys" }, { - "id": "wasm-bindgen 0.2.122", + "id": "wasm-bindgen 0.2.126", "target": "wasm_bindgen" } ], @@ -4199,7 +4279,7 @@ } }, "edition": "2021", - "version": "0.4.44" + "version": "0.4.45" }, "license": "MIT OR Apache-2.0", "license_ids": [ @@ -4255,7 +4335,7 @@ "target": "ciborium_ll" }, { - "id": "serde 1.0.228", + "id": "serde 1.0.229", "target": "serde" } ], @@ -4434,14 +4514,14 @@ ], "license_file": "LICENSE-APACHE" }, - "clap 4.6.1": { + "clap 4.6.2": { "name": "clap", - "version": "4.6.1", + "version": "4.6.2", "package_url": "https://github.com/clap-rs/clap", "repository": { "Http": { - "url": "https://static.crates.io/crates/clap/4.6.1/download", - "sha256": "1ddb117e43bbf7dacf0a4190fef4d345b9bad68dfc649cb349e7d17d28428e51" + "url": "https://static.crates.io/crates/clap/4.6.2/download", + "sha256": "dd059f9da4f5c36b3787f65d38ccaab1cc315f07b01f89abc8359ee6a8205011" } }, "targets": [ @@ -4472,14 +4552,14 @@ "deps": { "common": [ { - "id": "clap_builder 4.6.0", + "id": "clap_builder 4.6.2", "target": "clap_builder" } ], "selects": {} }, "edition": "2024", - "version": "4.6.1" + "version": "4.6.2" }, "license": "MIT OR Apache-2.0", "license_ids": [ @@ -4488,14 +4568,14 @@ ], "license_file": "LICENSE-APACHE" }, - "clap_builder 4.6.0": { + "clap_builder 4.6.2": { "name": "clap_builder", - "version": "4.6.0", + "version": "4.6.2", "package_url": "https://github.com/clap-rs/clap", "repository": { "Http": { - "url": "https://static.crates.io/crates/clap_builder/4.6.0/download", - "sha256": "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f" + "url": "https://static.crates.io/crates/clap_builder/4.6.2/download", + "sha256": "f09628afdcc538b57f3c6341e9c8e9970f18e4a481690a64974d7023bd33548b" } }, "targets": [ @@ -4537,7 +4617,7 @@ "selects": {} }, "edition": "2024", - "version": "4.6.0" + "version": "4.6.2" }, "license": "MIT OR Apache-2.0", "license_ids": [ @@ -4672,7 +4752,7 @@ "deps": { "common": [ { - "id": "cc 1.2.63", + "id": "cc 1.3.0", "target": "cc" } ], @@ -4839,7 +4919,7 @@ "proc_macro_deps": { "common": [ { - "id": "rustversion 1.0.22", + "id": "rustversion 1.0.23", "target": "rustversion" } ], @@ -4892,7 +4972,7 @@ "deps": { "common": [ { - "id": "crossbeam-utils 0.8.21", + "id": "crossbeam-utils 0.8.22", "target": "crossbeam_utils" } ], @@ -4908,14 +4988,14 @@ ], "license_file": "LICENSE-APACHE" }, - "config 0.15.23": { + "config 0.15.25": { "name": "config", - "version": "0.15.23", + "version": "0.15.25", "package_url": "https://github.com/rust-cli/config-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/config/0.15.23/download", - "sha256": "f316c6237b2d38be61949ecd15268a4c6ca32570079394a2444d9ce2c72a72d8" + "url": "https://static.crates.io/crates/config/0.15.25/download", + "sha256": "b85f248a4de22d204ceabc6299d89d2c70fbd7f09fea53c06c852369652d8139" } }, "targets": [ @@ -4971,7 +5051,7 @@ "target": "pathdiff" }, { - "id": "ron 0.12.1", + "id": "ron 0.12.2", "target": "ron" }, { @@ -4983,7 +5063,7 @@ "target": "serde_untagged" }, { - "id": "serde_core 1.0.228", + "id": "serde_core 1.0.229", "target": "serde_core" }, { @@ -4991,11 +5071,11 @@ "target": "serde_json" }, { - "id": "toml 1.1.2+spec-1.1.0", + "id": "toml 1.1.3+spec-1.1.0", "target": "toml" }, { - "id": "winnow 1.0.3", + "id": "winnow 1.0.4", "target": "winnow" }, { @@ -5009,13 +5089,13 @@ "proc_macro_deps": { "common": [ { - "id": "async-trait 0.1.89", + "id": "async-trait 0.1.91", "target": "async_trait" } ], "selects": {} }, - "version": "0.15.23" + "version": "0.15.25" }, "license": "MIT OR Apache-2.0", "license_ids": [ @@ -5160,7 +5240,7 @@ "deps": { "common": [ { - "id": "unicode-segmentation 1.13.2", + "id": "unicode-segmentation 1.13.3", "target": "unicode_segmentation" } ], @@ -5207,7 +5287,7 @@ "deps": { "common": [ { - "id": "unicode-segmentation 1.13.2", + "id": "unicode-segmentation 1.13.3", "target": "unicode_segmentation" } ], @@ -5657,7 +5737,7 @@ "target": "ciborium" }, { - "id": "clap 4.6.1", + "id": "clap 4.6.2", "target": "clap" }, { @@ -5693,11 +5773,11 @@ "target": "rayon" }, { - "id": "regex 1.12.3", + "id": "regex 1.13.1", "target": "regex" }, { - "id": "serde 1.0.228", + "id": "serde 1.0.229", "target": "serde" }, { @@ -5719,7 +5799,7 @@ "proc_macro_deps": { "common": [ { - "id": "serde_derive 1.0.228", + "id": "serde_derive 1.0.229", "target": "serde_derive" } ], @@ -5786,14 +5866,53 @@ ], "license_file": "LICENSE-APACHE" }, - "crossbeam-deque 0.8.6": { + "critical-section 1.2.0": { + "name": "critical-section", + "version": "1.2.0", + "package_url": "https://github.com/rust-embedded/critical-section", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/critical-section/1.2.0/download", + "sha256": "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "critical_section", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "critical_section", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "1.2.0" + }, + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" + }, + "crossbeam-deque 0.8.7": { "name": "crossbeam-deque", - "version": "0.8.6", + "version": "0.8.7", "package_url": "https://github.com/crossbeam-rs/crossbeam", "repository": { "Http": { - "url": "https://static.crates.io/crates/crossbeam-deque/0.8.6/download", - "sha256": "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" + "url": "https://static.crates.io/crates/crossbeam-deque/0.8.7/download", + "sha256": "5181e0de7b61eb03a81e347d6dd8797bae9da5146707b51077e2d71a54ec0ceb" } }, "targets": [ @@ -5808,6 +5927,18 @@ ] } } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } + } } ], "library_target_name": "crossbeam_deque", @@ -5825,18 +5956,33 @@ "deps": { "common": [ { - "id": "crossbeam-epoch 0.9.18", + "id": "crossbeam-deque 0.8.7", + "target": "build_script_build" + }, + { + "id": "crossbeam-epoch 0.9.20", "target": "crossbeam_epoch" }, { - "id": "crossbeam-utils 0.8.21", + "id": "crossbeam-utils 0.8.22", "target": "crossbeam_utils" } ], "selects": {} }, "edition": "2021", - "version": "0.8.6" + "version": "0.8.7" + }, + "build_script_attrs": { + "compile_data_glob": [ + "**" + ], + "compile_data_glob_excludes": [ + "**/*.rs" + ], + "data_glob": [ + "**" + ] }, "license": "MIT OR Apache-2.0", "license_ids": [ @@ -5845,14 +5991,14 @@ ], "license_file": "LICENSE-APACHE" }, - "crossbeam-epoch 0.9.18": { + "crossbeam-epoch 0.9.20": { "name": "crossbeam-epoch", - "version": "0.9.18", + "version": "0.9.20", "package_url": "https://github.com/crossbeam-rs/crossbeam", "repository": { "Http": { - "url": "https://static.crates.io/crates/crossbeam-epoch/0.9.18/download", - "sha256": "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" + "url": "https://static.crates.io/crates/crossbeam-epoch/0.9.20/download", + "sha256": "2d6914041f254d6e9176c01941b21115dcfb7089e55135a35411081bd106ef3f" } }, "targets": [ @@ -5867,6 +6013,18 @@ ] } } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } + } } ], "library_target_name": "crossbeam_epoch", @@ -5884,14 +6042,29 @@ "deps": { "common": [ { - "id": "crossbeam-utils 0.8.21", + "id": "crossbeam-epoch 0.9.20", + "target": "build_script_build" + }, + { + "id": "crossbeam-utils 0.8.22", "target": "crossbeam_utils" } ], "selects": {} }, "edition": "2021", - "version": "0.9.18" + "version": "0.9.20" + }, + "build_script_attrs": { + "compile_data_glob": [ + "**" + ], + "compile_data_glob_excludes": [ + "**/*.rs" + ], + "data_glob": [ + "**" + ] }, "license": "MIT OR Apache-2.0", "license_ids": [ @@ -5900,14 +6073,14 @@ ], "license_file": "LICENSE-APACHE" }, - "crossbeam-utils 0.8.21": { + "crossbeam-utils 0.8.22": { "name": "crossbeam-utils", - "version": "0.8.21", + "version": "0.8.22", "package_url": "https://github.com/crossbeam-rs/crossbeam", "repository": { "Http": { - "url": "https://static.crates.io/crates/crossbeam-utils/0.8.21/download", - "sha256": "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" + "url": "https://static.crates.io/crates/crossbeam-utils/0.8.22/download", + "sha256": "61803da095bee82a81bb1a452ecc25d3b2f1416d1897eb86430c6159ef717c17" } }, "targets": [ @@ -5951,14 +6124,14 @@ "deps": { "common": [ { - "id": "crossbeam-utils 0.8.21", + "id": "crossbeam-utils 0.8.22", "target": "build_script_build" } ], "selects": {} }, "edition": "2021", - "version": "0.8.21" + "version": "0.8.22" }, "build_script_attrs": { "compile_data_glob": [ @@ -6020,7 +6193,7 @@ "deps": { "common": [ { - "id": "bitflags 2.11.1", + "id": "bitflags 2.13.1", "target": "bitflags" }, { @@ -6035,7 +6208,7 @@ "selects": { "aarch64-apple-darwin": [ { - "id": "mio 1.2.1", + "id": "mio 1.2.2", "target": "mio" }, { @@ -6049,7 +6222,7 @@ ], "aarch64-unknown-linux-gnu": [ { - "id": "mio 1.2.1", + "id": "mio 1.2.2", "target": "mio" }, { @@ -6079,7 +6252,7 @@ ], "x86_64-unknown-linux-gnu": [ { - "id": "mio 1.2.1", + "id": "mio 1.2.2", "target": "mio" }, { @@ -6093,7 +6266,7 @@ ], "x86_64-unknown-nixos-gnu": [ { - "id": "mio 1.2.1", + "id": "mio 1.2.2", "target": "mio" }, { @@ -6510,11 +6683,11 @@ "target": "ident_case" }, { - "id": "proc-macro2 1.0.106", + "id": "proc-macro2 1.0.107", "target": "proc_macro2" }, { - "id": "quote 1.0.45", + "id": "quote 1.0.47", "target": "quote" }, { @@ -6522,7 +6695,7 @@ "target": "strsim" }, { - "id": "syn 2.0.117", + "id": "syn 2.0.119", "target": "syn" } ], @@ -6573,11 +6746,11 @@ "target": "darling_core" }, { - "id": "quote 1.0.45", + "id": "quote 1.0.47", "target": "quote" }, { - "id": "syn 2.0.117", + "id": "syn 2.0.119", "target": "syn" } ], @@ -6628,7 +6801,7 @@ "target": "cfg_if" }, { - "id": "crossbeam-utils 0.8.21", + "id": "crossbeam-utils 0.8.22", "target": "crossbeam_utils" }, { @@ -6728,17 +6901,7 @@ ], "crate_features": { "common": [ - "default", - "powerfmt" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "powerfmt 0.2.0", - "target": "powerfmt" - } + "default" ], "selects": {} }, @@ -6784,11 +6947,11 @@ "deps": { "common": [ { - "id": "proc-macro2 1.0.106", + "id": "proc-macro2 1.0.107", "target": "proc_macro2" }, { - "id": "quote 1.0.45", + "id": "quote 1.0.47", "target": "quote" }, { @@ -6906,15 +7069,15 @@ "target": "convert_case" }, { - "id": "proc-macro2 1.0.106", + "id": "proc-macro2 1.0.107", "target": "proc_macro2" }, { - "id": "quote 1.0.45", + "id": "quote 1.0.47", "target": "quote" }, { - "id": "syn 2.0.117", + "id": "syn 2.0.119", "target": "syn" } ], @@ -6998,30 +7161,15 @@ ], "crate_features": { "common": [ + "alloc", "block-buffer", "core-api", - "default" + "default", + "mac", + "std", + "subtle" ], - "selects": { - "aarch64-unknown-linux-gnu": [ - "alloc", - "mac", - "std", - "subtle" - ], - "x86_64-unknown-linux-gnu": [ - "alloc", - "mac", - "std", - "subtle" - ], - "x86_64-unknown-nixos-gnu": [ - "alloc", - "mac", - "std", - "subtle" - ] - } + "selects": {} }, "deps": { "common": [ @@ -7032,28 +7180,13 @@ { "id": "crypto-common 0.1.7", "target": "crypto_common" + }, + { + "id": "subtle 2.6.1", + "target": "subtle" } ], - "selects": { - "aarch64-unknown-linux-gnu": [ - { - "id": "subtle 2.6.1", - "target": "subtle" - } - ], - "x86_64-unknown-linux-gnu": [ - { - "id": "subtle 2.6.1", - "target": "subtle" - } - ], - "x86_64-unknown-nixos-gnu": [ - { - "id": "subtle 2.6.1", - "target": "subtle" - } - ] - } + "selects": {} }, "edition": "2018", "version": "0.10.7" @@ -7212,7 +7345,7 @@ "deps": { "common": [ { - "id": "bitflags 2.11.1", + "id": "bitflags 2.13.1", "target": "bitflags" } ], @@ -7261,15 +7394,15 @@ "deps": { "common": [ { - "id": "proc-macro2 1.0.106", + "id": "proc-macro2 1.0.107", "target": "proc_macro2" }, { - "id": "quote 1.0.45", + "id": "quote 1.0.47", "target": "quote" }, { - "id": "syn 2.0.117", + "id": "syn 2.0.119", "target": "syn" } ], @@ -7649,7 +7782,7 @@ "deps": { "common": [ { - "id": "serde 1.0.228", + "id": "serde 1.0.229", "target": "serde" } ], @@ -7706,15 +7839,15 @@ "deps": { "common": [ { - "id": "proc-macro2 1.0.106", + "id": "proc-macro2 1.0.107", "target": "proc_macro2" }, { - "id": "quote 1.0.45", + "id": "quote 1.0.47", "target": "quote" }, { - "id": "syn 2.0.117", + "id": "syn 2.0.119", "target": "syn" } ], @@ -7809,15 +7942,15 @@ "deps": { "common": [ { - "id": "proc-macro2 1.0.106", + "id": "proc-macro2 1.0.107", "target": "proc_macro2" }, { - "id": "quote 1.0.45", + "id": "quote 1.0.47", "target": "quote" }, { - "id": "syn 2.0.117", + "id": "syn 2.0.119", "target": "syn" } ], @@ -7925,7 +8058,7 @@ "target": "build_script_build" }, { - "id": "serde_core 1.0.228", + "id": "serde_core 1.0.229", "target": "serde_core" }, { @@ -7936,7 +8069,7 @@ "selects": { "cfg(any())": [ { - "id": "serde 1.0.228", + "id": "serde 1.0.229", "target": "serde" } ] @@ -8354,14 +8487,14 @@ ], "license_file": "LICENSE-APACHE" }, - "exr 1.74.0": { + "exr 1.74.2": { "name": "exr", - "version": "1.74.0", + "version": "1.74.2", "package_url": "https://github.com/johannesvollmer/exrs", "repository": { "Http": { - "url": "https://static.crates.io/crates/exr/1.74.0/download", - "sha256": "4300e043a56aa2cb633c01af81ca8f699a321879a7854d3896a0ba89056363be" + "url": "https://static.crates.io/crates/exr/1.74.2/download", + "sha256": "711fe42c9964295e01ee3fba3f9fe0e1d24b98886950d68efe81b1c76e21adf3" } }, "targets": [ @@ -8407,12 +8540,20 @@ "id": "miniz_oxide 0.8.9", "target": "miniz_oxide" }, + { + "id": "num-complex 0.4.6", + "target": "num_complex" + }, + { + "id": "pulp 0.22.3", + "target": "pulp" + }, { "id": "rayon-core 1.13.0", "target": "rayon_core" }, { - "id": "smallvec 1.15.1", + "id": "smallvec 1.15.2", "target": "smallvec" }, { @@ -8423,7 +8564,7 @@ "selects": {} }, "edition": "2018", - "version": "1.74.0" + "version": "1.74.2" }, "license": "BSD-3-Clause", "license_ids": [ @@ -8552,7 +8693,7 @@ "target": "bit_set" }, { - "id": "regex 1.12.3", + "id": "regex 1.13.1", "target": "regex" } ], @@ -8567,6 +8708,46 @@ ], "license_file": "LICENSE" }, + "fast-srgb8 1.0.0": { + "name": "fast-srgb8", + "version": "1.0.0", + "package_url": "https://github.com/thomcc/fast-srgb8", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/fast-srgb8/1.0.0/download", + "sha256": "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1" + } + }, + "targets": [ + { + "Library": { + "crate_name": "fast_srgb8", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "fast_srgb8", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "1.0.0" + }, + "license": "MIT OR Apache-2.0 OR CC0-1.0", + "license_ids": [ + "Apache-2.0", + "CC0-1.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" + }, "fastrand 1.9.0": { "name": "fastrand", "version": "1.9.0", @@ -8795,7 +8976,7 @@ "deps": { "common": [ { - "id": "simd-adler32 0.3.9", + "id": "simd-adler32 0.3.10", "target": "simd_adler32" } ], @@ -9093,7 +9274,7 @@ "target": "miniz_oxide" }, { - "id": "zlib-rs 0.6.3", + "id": "zlib-rs 0.6.6", "target": "zlib_rs" } ], @@ -9467,14 +9648,14 @@ ], "license_file": "LICENSE" }, - "futures 0.3.32": { + "futures 0.3.33": { "name": "futures", - "version": "0.3.32", + "version": "0.3.33", "package_url": "https://github.com/rust-lang/futures-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/futures/0.3.32/download", - "sha256": "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d" + "url": "https://static.crates.io/crates/futures/0.3.33/download", + "sha256": "a88cf1f829d945f548cf8fec32c61b1f202b6d93b45848602fc02af4b12ad218" } }, "targets": [ @@ -9510,38 +9691,38 @@ "deps": { "common": [ { - "id": "futures-channel 0.3.32", + "id": "futures-channel 0.3.33", "target": "futures_channel" }, { - "id": "futures-core 0.3.32", + "id": "futures-core 0.3.33", "target": "futures_core" }, { - "id": "futures-executor 0.3.32", + "id": "futures-executor 0.3.33", "target": "futures_executor" }, { - "id": "futures-io 0.3.32", + "id": "futures-io 0.3.33", "target": "futures_io" }, { - "id": "futures-sink 0.3.32", + "id": "futures-sink 0.3.33", "target": "futures_sink" }, { - "id": "futures-task 0.3.32", + "id": "futures-task 0.3.33", "target": "futures_task" }, { - "id": "futures-util 0.3.32", + "id": "futures-util 0.3.33", "target": "futures_util" } ], "selects": {} }, "edition": "2018", - "version": "0.3.32" + "version": "0.3.33" }, "license": "MIT OR Apache-2.0", "license_ids": [ @@ -9550,14 +9731,14 @@ ], "license_file": "LICENSE-APACHE" }, - "futures-channel 0.3.32": { + "futures-channel 0.3.33": { "name": "futures-channel", - "version": "0.3.32", + "version": "0.3.33", "package_url": "https://github.com/rust-lang/futures-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/futures-channel/0.3.32/download", - "sha256": "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d" + "url": "https://static.crates.io/crates/futures-channel/0.3.33/download", + "sha256": "262590f4fe6afeb0bc83be1daa64e52657fe185690a958af7f3ad0e92085c5ae" } }, "targets": [ @@ -9592,18 +9773,18 @@ "deps": { "common": [ { - "id": "futures-core 0.3.32", + "id": "futures-core 0.3.33", "target": "futures_core" }, { - "id": "futures-sink 0.3.32", + "id": "futures-sink 0.3.33", "target": "futures_sink" } ], "selects": {} }, "edition": "2018", - "version": "0.3.32" + "version": "0.3.33" }, "license": "MIT OR Apache-2.0", "license_ids": [ @@ -9612,14 +9793,14 @@ ], "license_file": "LICENSE-APACHE" }, - "futures-core 0.3.32": { + "futures-core 0.3.33": { "name": "futures-core", - "version": "0.3.32", + "version": "0.3.33", "package_url": "https://github.com/rust-lang/futures-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/futures-core/0.3.32/download", - "sha256": "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d" + "url": "https://static.crates.io/crates/futures-core/0.3.33/download", + "sha256": "2cd50c473c80f6d7c3670a752354b8e569b1a7cbfdc0419ec88e5edad85e0dc7" } }, "targets": [ @@ -9650,7 +9831,7 @@ "selects": {} }, "edition": "2018", - "version": "0.3.32" + "version": "0.3.33" }, "license": "MIT OR Apache-2.0", "license_ids": [ @@ -9659,14 +9840,14 @@ ], "license_file": "LICENSE-APACHE" }, - "futures-executor 0.3.32": { + "futures-executor 0.3.33": { "name": "futures-executor", - "version": "0.3.32", + "version": "0.3.33", "package_url": "https://github.com/rust-lang/futures-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/futures-executor/0.3.32/download", - "sha256": "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d" + "url": "https://static.crates.io/crates/futures-executor/0.3.33/download", + "sha256": "6754879cc9f2c66f88c6e5c35344bb0bdb0708b0352b1201815667c7eabc7458" } }, "targets": [ @@ -9697,22 +9878,22 @@ "deps": { "common": [ { - "id": "futures-core 0.3.32", + "id": "futures-core 0.3.33", "target": "futures_core" }, { - "id": "futures-task 0.3.32", + "id": "futures-task 0.3.33", "target": "futures_task" }, { - "id": "futures-util 0.3.32", + "id": "futures-util 0.3.33", "target": "futures_util" } ], "selects": {} }, "edition": "2018", - "version": "0.3.32" + "version": "0.3.33" }, "license": "MIT OR Apache-2.0", "license_ids": [ @@ -9721,14 +9902,14 @@ ], "license_file": "LICENSE-APACHE" }, - "futures-io 0.3.32": { + "futures-io 0.3.33": { "name": "futures-io", - "version": "0.3.32", + "version": "0.3.33", "package_url": "https://github.com/rust-lang/futures-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/futures-io/0.3.32/download", - "sha256": "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718" + "url": "https://static.crates.io/crates/futures-io/0.3.33/download", + "sha256": "4577ecaa3c4f96589d473f679a71b596316f6641bc350038b962a5daf0085d7a" } }, "targets": [ @@ -9758,7 +9939,7 @@ "selects": {} }, "edition": "2018", - "version": "0.3.32" + "version": "0.3.33" }, "license": "MIT OR Apache-2.0", "license_ids": [ @@ -9816,15 +9997,15 @@ "target": "fastrand" }, { - "id": "futures-core 0.3.32", + "id": "futures-core 0.3.33", "target": "futures_core" }, { - "id": "futures-io 0.3.32", + "id": "futures-io 0.3.33", "target": "futures_io" }, { - "id": "memchr 2.8.1", + "id": "memchr 2.8.3", "target": "memchr" }, { @@ -9884,7 +10065,7 @@ "deps": { "common": [ { - "id": "futures-core 0.3.32", + "id": "futures-core 0.3.33", "target": "futures_core" }, { @@ -9904,14 +10085,14 @@ ], "license_file": "LICENSE-APACHE" }, - "futures-macro 0.3.32": { + "futures-macro 0.3.33": { "name": "futures-macro", - "version": "0.3.32", + "version": "0.3.33", "package_url": "https://github.com/rust-lang/futures-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/futures-macro/0.3.32/download", - "sha256": "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b" + "url": "https://static.crates.io/crates/futures-macro/0.3.33/download", + "sha256": "2d6d3cde68c518367be28956066ddfef33813991b77a55005a69dae04bf3b10b" } }, "targets": [ @@ -9936,22 +10117,22 @@ "deps": { "common": [ { - "id": "proc-macro2 1.0.106", + "id": "proc-macro2 1.0.107", "target": "proc_macro2" }, { - "id": "quote 1.0.45", + "id": "quote 1.0.47", "target": "quote" }, { - "id": "syn 2.0.117", + "id": "syn 2.0.119", "target": "syn" } ], "selects": {} }, "edition": "2018", - "version": "0.3.32" + "version": "0.3.33" }, "license": "MIT OR Apache-2.0", "license_ids": [ @@ -9960,14 +10141,14 @@ ], "license_file": "LICENSE-APACHE" }, - "futures-sink 0.3.32": { + "futures-sink 0.3.33": { "name": "futures-sink", - "version": "0.3.32", + "version": "0.3.33", "package_url": "https://github.com/rust-lang/futures-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/futures-sink/0.3.32/download", - "sha256": "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893" + "url": "https://static.crates.io/crates/futures-sink/0.3.33/download", + "sha256": "e34418ac499d6305c2fb5ad0ed2f6ac998c5f8ca209b4510f7f94242c647e307" } }, "targets": [ @@ -9998,7 +10179,7 @@ "selects": {} }, "edition": "2018", - "version": "0.3.32" + "version": "0.3.33" }, "license": "MIT OR Apache-2.0", "license_ids": [ @@ -10007,14 +10188,14 @@ ], "license_file": "LICENSE-APACHE" }, - "futures-task 0.3.32": { + "futures-task 0.3.33": { "name": "futures-task", - "version": "0.3.32", + "version": "0.3.33", "package_url": "https://github.com/rust-lang/futures-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/futures-task/0.3.32/download", - "sha256": "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393" + "url": "https://static.crates.io/crates/futures-task/0.3.33/download", + "sha256": "b231ed28831efb4a61a08580c4bc233ec56bc009f4cd8f52da2c3cb97df0c109" } }, "targets": [ @@ -10044,7 +10225,7 @@ "selects": {} }, "edition": "2018", - "version": "0.3.32" + "version": "0.3.33" }, "license": "MIT OR Apache-2.0", "license_ids": [ @@ -10053,14 +10234,14 @@ ], "license_file": "LICENSE-APACHE" }, - "futures-util 0.3.32": { + "futures-util 0.3.33": { "name": "futures-util", - "version": "0.3.32", + "version": "0.3.33", "package_url": "https://github.com/rust-lang/futures-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/futures-util/0.3.32/download", - "sha256": "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6" + "url": "https://static.crates.io/crates/futures-util/0.3.33/download", + "sha256": "a77a90a256fce34da66415271e30f94ee91c57b04b8a2c042d9cf3220179deaa" } }, "targets": [ @@ -10104,27 +10285,27 @@ "deps": { "common": [ { - "id": "futures-channel 0.3.32", + "id": "futures-channel 0.3.33", "target": "futures_channel" }, { - "id": "futures-core 0.3.32", + "id": "futures-core 0.3.33", "target": "futures_core" }, { - "id": "futures-io 0.3.32", + "id": "futures-io 0.3.33", "target": "futures_io" }, { - "id": "futures-sink 0.3.32", + "id": "futures-sink 0.3.33", "target": "futures_sink" }, { - "id": "futures-task 0.3.32", + "id": "futures-task 0.3.33", "target": "futures_task" }, { - "id": "memchr 2.8.1", + "id": "memchr 2.8.3", "target": "memchr" }, { @@ -10142,13 +10323,13 @@ "proc_macro_deps": { "common": [ { - "id": "futures-macro 0.3.32", + "id": "futures-macro 0.3.33", "target": "futures_macro" } ], "selects": {} }, - "version": "0.3.32" + "version": "0.3.33" }, "license": "MIT OR Apache-2.0", "license_ids": [ @@ -10417,12 +10598,6 @@ "compile_data_glob": [ "**" ], - "crate_features": { - "common": [ - "std" - ], - "selects": {} - }, "deps": { "common": [ { @@ -10443,7 +10618,7 @@ ], "cfg(all(target_arch = \"wasm32\", target_os = \"wasi\", target_env = \"p2\"))": [ { - "id": "wasip2 1.0.3+wasi-0.2.9", + "id": "wasip2 1.0.4+wasi-0.2.12", "target": "wasip2" } ], @@ -10518,14 +10693,14 @@ ], "license_file": "LICENSE-APACHE" }, - "getrandom 0.4.2": { + "getrandom 0.4.3": { "name": "getrandom", - "version": "0.4.2", + "version": "0.4.3", "package_url": "https://github.com/rust-random/getrandom", "repository": { "Http": { - "url": "https://static.crates.io/crates/getrandom/0.4.2/download", - "sha256": "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555" + "url": "https://static.crates.io/crates/getrandom/0.4.3/download", + "sha256": "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099" } }, "targets": [ @@ -10573,7 +10748,7 @@ "target": "cfg_if" }, { - "id": "getrandom 0.4.2", + "id": "getrandom 0.4.3", "target": "build_script_build" }, { @@ -10588,18 +10763,6 @@ "target": "libc" } ], - "cfg(all(target_arch = \"wasm32\", target_os = \"wasi\", target_env = \"p2\"))": [ - { - "id": "wasip2 1.0.3+wasi-0.2.9", - "target": "wasip2" - } - ], - "cfg(all(target_arch = \"wasm32\", target_os = \"wasi\", target_env = \"p3\"))": [ - { - "id": "wasip3 0.4.0+wasi-0.3.0-rc-2026-01-06", - "target": "wasip3" - } - ], "cfg(all(target_os = \"uefi\", getrandom_backend = \"efi_rng\"))": [ { "id": "r-efi 6.0.0", @@ -10651,7 +10814,7 @@ } }, "edition": "2024", - "version": "0.4.2" + "version": "0.4.3" }, "build_script_attrs": { "compile_data_glob": [ @@ -10732,14 +10895,14 @@ ], "license_file": "LICENSE-APACHE" }, - "h2 0.4.14": { + "h2 0.4.15": { "name": "h2", - "version": "0.4.14", + "version": "0.4.15", "package_url": "https://github.com/hyperium/h2", "repository": { "Http": { - "url": "https://static.crates.io/crates/h2/0.4.14/download", - "sha256": "171fefbc92fe4a4de27e0698d6a5b392d6a0e333506bc49133760b3bcf948733" + "url": "https://static.crates.io/crates/h2/0.4.15/download", + "sha256": "6cb093c84e8bd9b188d4c4a8cb6579fc016968d14c99882163cd3ff402a4f155" } }, "targets": [ @@ -10768,7 +10931,7 @@ "target": "atomic_waker" }, { - "id": "bytes 1.11.1", + "id": "bytes 1.12.1", "target": "bytes" }, { @@ -10776,15 +10939,15 @@ "target": "fnv" }, { - "id": "futures-core 0.3.32", + "id": "futures-core 0.3.33", "target": "futures_core" }, { - "id": "futures-sink 0.3.32", + "id": "futures-sink 0.3.33", "target": "futures_sink" }, { - "id": "http 1.4.1", + "id": "http 1.4.2", "target": "http" }, { @@ -10796,7 +10959,7 @@ "target": "slab" }, { - "id": "tokio 1.52.3", + "id": "tokio 1.53.0", "target": "tokio" }, { @@ -10811,7 +10974,7 @@ "selects": {} }, "edition": "2021", - "version": "0.4.14" + "version": "0.4.15" }, "license": "MIT", "license_ids": [ @@ -10863,7 +11026,7 @@ "target": "cfg_if" }, { - "id": "zerocopy 0.8.50", + "id": "zerocopy 0.8.54", "target": "zerocopy" } ], @@ -10935,7 +11098,7 @@ "target": "base64" }, { - "id": "bitflags 2.11.1", + "id": "bitflags 2.13.1", "target": "bitflags" }, { @@ -10943,7 +11106,7 @@ "target": "cbc" }, { - "id": "chrono 0.4.44", + "id": "chrono 0.4.45", "target": "chrono" }, { @@ -10951,7 +11114,7 @@ "target": "colored" }, { - "id": "config 0.15.23", + "id": "config 0.15.25", "target": "config" }, { @@ -10971,15 +11134,15 @@ "target": "flate2" }, { - "id": "futures-util 0.3.32", + "id": "futures-util 0.3.33", "target": "futures_util" }, { - "id": "getrandom 0.4.2", + "id": "getrandom 0.4.3", "target": "getrandom" }, { - "id": "h2 0.4.14", + "id": "h2 0.4.15", "target": "h2" }, { @@ -10987,7 +11150,7 @@ "target": "hashbrown" }, { - "id": "hashlink 0.11.0", + "id": "hashlink 0.11.1", "target": "hashlink" }, { @@ -10995,11 +11158,11 @@ "target": "hex_literal" }, { - "id": "http 1.4.1", + "id": "http 1.4.2", "target": "http" }, { - "id": "http-body 1.0.1", + "id": "http-body 1.1.0", "target": "http_body" }, { @@ -11015,7 +11178,7 @@ "target": "jsonwebtoken" }, { - "id": "log 0.4.30", + "id": "log 0.4.33", "target": "log" }, { @@ -11035,7 +11198,7 @@ "target": "rustyline" }, { - "id": "serde 1.0.228", + "id": "serde 1.0.229", "target": "serde" }, { @@ -11043,11 +11206,11 @@ "target": "serde_json" }, { - "id": "socket2 0.6.4", + "id": "socket2 0.6.5", "target": "socket2" }, { - "id": "syn 2.0.117", + "id": "syn 2.0.119", "target": "syn" }, { @@ -11063,11 +11226,11 @@ "target": "tempfile" }, { - "id": "thiserror 2.0.18", + "id": "thiserror 2.0.19", "target": "thiserror" }, { - "id": "tokio 1.52.3", + "id": "tokio 1.53.0", "target": "tokio" }, { @@ -11083,7 +11246,7 @@ "target": "urlencoding" }, { - "id": "uuid 1.23.2", + "id": "uuid 1.24.0", "target": "uuid" }, { @@ -11118,11 +11281,11 @@ "proc_macro_deps": { "common": [ { - "id": "async-trait 0.1.89", + "id": "async-trait 0.1.91", "target": "async_trait" }, { - "id": "thiserror-impl 2.0.18", + "id": "thiserror-impl 2.0.19", "target": "thiserror_impl" } ], @@ -11170,11 +11333,11 @@ "deps": { "common": [ { - "id": "log 0.4.30", + "id": "log 0.4.33", "target": "log" }, { - "id": "serde 1.0.228", + "id": "serde 1.0.229", "target": "serde" }, { @@ -11182,7 +11345,7 @@ "target": "serde_json" }, { - "id": "thiserror 2.0.18", + "id": "thiserror 2.0.19", "target": "thiserror" } ], @@ -11192,7 +11355,7 @@ "proc_macro_deps": { "common": [ { - "id": "async-trait 0.1.89", + "id": "async-trait 0.1.91", "target": "async_trait" } ], @@ -11225,7 +11388,7 @@ "target": "axum" }, { - "id": "chrono 0.4.44", + "id": "chrono 0.4.45", "target": "chrono" }, { @@ -11237,7 +11400,7 @@ "target": "lazy_static" }, { - "id": "serde 1.0.228", + "id": "serde 1.0.229", "target": "serde" }, { @@ -11245,7 +11408,7 @@ "target": "serde_json" }, { - "id": "tokio 1.52.3", + "id": "tokio 1.53.0", "target": "tokio" }, { @@ -11302,11 +11465,11 @@ "deps": { "common": [ { - "id": "log 0.4.30", + "id": "log 0.4.33", "target": "log" }, { - "id": "serde 1.0.228", + "id": "serde 1.0.229", "target": "serde" }, { @@ -11314,11 +11477,11 @@ "target": "serde_json" }, { - "id": "thiserror 2.0.18", + "id": "thiserror 2.0.19", "target": "thiserror" }, { - "id": "tokio 1.52.3", + "id": "tokio 1.53.0", "target": "tokio" } ], @@ -11401,7 +11564,7 @@ "target": "keyring" }, { - "id": "ratatui 0.30.0", + "id": "ratatui 0.30.2", "target": "ratatui" }, { @@ -11417,7 +11580,7 @@ "target": "rustyline" }, { - "id": "serde 1.0.228", + "id": "serde 1.0.229", "target": "serde" }, { @@ -11429,7 +11592,7 @@ "target": "syntect" }, { - "id": "tokio 1.52.3", + "id": "tokio 1.53.0", "target": "tokio" }, { @@ -11437,7 +11600,7 @@ "target": "turul_mcp_client" }, { - "id": "uuid 1.23.2", + "id": "uuid 1.24.0", "target": "uuid" } ], @@ -11456,7 +11619,7 @@ "proc_macro_deps": { "common": [ { - "id": "async-trait 0.1.89", + "id": "async-trait 0.1.91", "target": "async_trait" } ], @@ -11518,15 +11681,15 @@ "target": "predicates" }, { - "id": "rand 0.10.1", + "id": "rand 0.10.2", "target": "rand" }, { - "id": "ratatui 0.30.0", + "id": "ratatui 0.30.2", "target": "ratatui" }, { - "id": "regex 1.12.3", + "id": "regex 1.13.1", "target": "regex" }, { @@ -11546,7 +11709,7 @@ "target": "tempfile" }, { - "id": "tokio 1.52.3", + "id": "tokio 1.53.0", "target": "tokio" }, { @@ -11848,14 +12011,14 @@ ], "license_file": "LICENSE-APACHE" }, - "hashlink 0.11.0": { + "hashlink 0.11.1": { "name": "hashlink", - "version": "0.11.0", - "package_url": "https://github.com/kyren/hashlink", + "version": "0.11.1", + "package_url": "https://github.com/djc/hashlink", "repository": { "Http": { - "url": "https://static.crates.io/crates/hashlink/0.11.0/download", - "sha256": "ea0b22561a9c04a7cb1a302c013e0259cd3b4bb619f145b32f72b8b4bcbed230" + "url": "https://static.crates.io/crates/hashlink/0.11.1/download", + "sha256": "824e001ac4f3012dd16a264bec811403a67ca9deb6c102fc5049b32c4574b35f" } }, "targets": [ @@ -11886,8 +12049,8 @@ ], "selects": {} }, - "edition": "2018", - "version": "0.11.0" + "edition": "2021", + "version": "0.11.1" }, "license": "MIT OR Apache-2.0", "license_ids": [ @@ -12245,14 +12408,14 @@ ], "license_file": "LICENSE-APACHE" }, - "http 1.4.1": { + "http 1.4.2": { "name": "http", - "version": "1.4.1", + "version": "1.4.2", "package_url": "https://github.com/hyperium/http", "repository": { "Http": { - "url": "https://static.crates.io/crates/http/1.4.1/download", - "sha256": "8be7462df143984c4598a256ef469b251d7d7f9e271135073e78fc535414f3d0" + "url": "https://static.crates.io/crates/http/1.4.2/download", + "sha256": "6970f50e31d6fc17d3fa27329444bfa74e196cf62e95052a3f6fee181dba6425" } }, "targets": [ @@ -12284,7 +12447,7 @@ "deps": { "common": [ { - "id": "bytes 1.11.1", + "id": "bytes 1.12.1", "target": "bytes" }, { @@ -12295,7 +12458,7 @@ "selects": {} }, "edition": "2021", - "version": "1.4.1" + "version": "1.4.2" }, "license": "MIT OR Apache-2.0", "license_ids": [ @@ -12304,14 +12467,14 @@ ], "license_file": "LICENSE-APACHE" }, - "http-body 1.0.1": { + "http-body 1.1.0": { "name": "http-body", - "version": "1.0.1", + "version": "1.1.0", "package_url": "https://github.com/hyperium/http-body", "repository": { "Http": { - "url": "https://static.crates.io/crates/http-body/1.0.1/download", - "sha256": "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" + "url": "https://static.crates.io/crates/http-body/1.1.0/download", + "sha256": "ca2a8f2913ee65f60facd6a5905613afaa448497a0230cc41ce022d93290bc2c" } }, "targets": [ @@ -12336,18 +12499,18 @@ "deps": { "common": [ { - "id": "bytes 1.11.1", + "id": "bytes 1.12.1", "target": "bytes" }, { - "id": "http 1.4.1", + "id": "http 1.4.2", "target": "http" } ], "selects": {} }, "edition": "2018", - "version": "1.0.1" + "version": "1.1.0" }, "license": "MIT", "license_ids": [ @@ -12355,14 +12518,14 @@ ], "license_file": "LICENSE" }, - "http-body-util 0.1.3": { + "http-body-util 0.1.4": { "name": "http-body-util", - "version": "0.1.3", + "version": "0.1.4", "package_url": "https://github.com/hyperium/http-body", "repository": { "Http": { - "url": "https://static.crates.io/crates/http-body-util/0.1.3/download", - "sha256": "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" + "url": "https://static.crates.io/crates/http-body-util/0.1.4/download", + "sha256": "e9f41fd6a08e4d4ec69df65976da761afd5ad5e58a9d4acb46bd1c953a9e3ff2" } }, "targets": [ @@ -12393,19 +12556,19 @@ "deps": { "common": [ { - "id": "bytes 1.11.1", + "id": "bytes 1.12.1", "target": "bytes" }, { - "id": "futures-core 0.3.32", + "id": "futures-core 0.3.33", "target": "futures_core" }, { - "id": "http 1.4.1", + "id": "http 1.4.2", "target": "http" }, { - "id": "http-body 1.0.1", + "id": "http-body 1.1.0", "target": "http_body" }, { @@ -12416,7 +12579,7 @@ "selects": {} }, "edition": "2018", - "version": "0.1.3" + "version": "0.1.4" }, "license": "MIT", "license_ids": [ @@ -12588,27 +12751,27 @@ "target": "atomic_waker" }, { - "id": "bytes 1.11.1", + "id": "bytes 1.12.1", "target": "bytes" }, { - "id": "futures-channel 0.3.32", + "id": "futures-channel 0.3.33", "target": "futures_channel" }, { - "id": "futures-core 0.3.32", + "id": "futures-core 0.3.33", "target": "futures_core" }, { - "id": "h2 0.4.14", + "id": "h2 0.4.15", "target": "h2" }, { - "id": "http 1.4.1", + "id": "http 1.4.2", "target": "http" }, { - "id": "http-body 1.0.1", + "id": "http-body 1.1.0", "target": "http_body" }, { @@ -12628,11 +12791,11 @@ "target": "pin_project_lite" }, { - "id": "smallvec 1.15.1", + "id": "smallvec 1.15.2", "target": "smallvec" }, { - "id": "tokio 1.52.3", + "id": "tokio 1.53.0", "target": "tokio" }, { @@ -12694,7 +12857,7 @@ "deps": { "common": [ { - "id": "http 1.4.1", + "id": "http 1.4.2", "target": "http" }, { @@ -12706,11 +12869,11 @@ "target": "hyper_util" }, { - "id": "rustls 0.23.40", + "id": "rustls 0.23.42", "target": "rustls" }, { - "id": "tokio 1.52.3", + "id": "tokio 1.53.0", "target": "tokio" }, { @@ -12722,7 +12885,7 @@ "target": "tower_service" }, { - "id": "webpki-roots 1.0.7", + "id": "webpki-roots 1.0.9", "target": "webpki_roots" } ], @@ -12771,11 +12934,11 @@ "deps": { "common": [ { - "id": "bytes 1.11.1", + "id": "bytes 1.12.1", "target": "bytes" }, { - "id": "http-body-util 0.1.3", + "id": "http-body-util 0.1.4", "target": "http_body_util" }, { @@ -12791,7 +12954,7 @@ "target": "native_tls" }, { - "id": "tokio 1.52.3", + "id": "tokio 1.53.0", "target": "tokio" }, { @@ -12899,15 +13062,15 @@ "deps": { "common": [ { - "id": "bytes 1.11.1", + "id": "bytes 1.12.1", "target": "bytes" }, { - "id": "http 1.4.1", + "id": "http 1.4.2", "target": "http" }, { - "id": "http-body 1.0.1", + "id": "http-body 1.1.0", "target": "http_body" }, { @@ -12919,7 +13082,7 @@ "target": "pin_project_lite" }, { - "id": "tokio 1.52.3", + "id": "tokio 1.53.0", "target": "tokio" }, { @@ -12934,11 +13097,11 @@ "target": "base64" }, { - "id": "futures-channel 0.3.32", + "id": "futures-channel 0.3.33", "target": "futures_channel" }, { - "id": "futures-util 0.3.32", + "id": "futures-util 0.3.33", "target": "futures_util" }, { @@ -12954,7 +13117,7 @@ "target": "percent_encoding" }, { - "id": "socket2 0.6.4", + "id": "socket2 0.6.5", "target": "socket2" }, { @@ -12972,11 +13135,11 @@ "target": "base64" }, { - "id": "futures-channel 0.3.32", + "id": "futures-channel 0.3.33", "target": "futures_channel" }, { - "id": "futures-util 0.3.32", + "id": "futures-util 0.3.33", "target": "futures_util" }, { @@ -12992,7 +13155,7 @@ "target": "percent_encoding" }, { - "id": "socket2 0.6.4", + "id": "socket2 0.6.5", "target": "socket2" }, { @@ -13006,11 +13169,11 @@ "target": "base64" }, { - "id": "futures-channel 0.3.32", + "id": "futures-channel 0.3.33", "target": "futures_channel" }, { - "id": "futures-util 0.3.32", + "id": "futures-util 0.3.33", "target": "futures_util" }, { @@ -13026,7 +13189,7 @@ "target": "percent_encoding" }, { - "id": "socket2 0.6.4", + "id": "socket2 0.6.5", "target": "socket2" }, { @@ -13040,11 +13203,11 @@ "target": "base64" }, { - "id": "futures-channel 0.3.32", + "id": "futures-channel 0.3.33", "target": "futures_channel" }, { - "id": "futures-util 0.3.32", + "id": "futures-util 0.3.33", "target": "futures_util" }, { @@ -13060,7 +13223,7 @@ "target": "percent_encoding" }, { - "id": "socket2 0.6.4", + "id": "socket2 0.6.5", "target": "socket2" }, { @@ -13078,11 +13241,11 @@ "target": "base64" }, { - "id": "futures-channel 0.3.32", + "id": "futures-channel 0.3.33", "target": "futures_channel" }, { - "id": "futures-util 0.3.32", + "id": "futures-util 0.3.33", "target": "futures_util" }, { @@ -13098,7 +13261,7 @@ "target": "percent_encoding" }, { - "id": "socket2 0.6.4", + "id": "socket2 0.6.5", "target": "socket2" }, { @@ -13112,11 +13275,11 @@ "target": "base64" }, { - "id": "futures-channel 0.3.32", + "id": "futures-channel 0.3.33", "target": "futures_channel" }, { - "id": "futures-util 0.3.32", + "id": "futures-util 0.3.33", "target": "futures_util" }, { @@ -13132,7 +13295,7 @@ "target": "percent_encoding" }, { - "id": "socket2 0.6.4", + "id": "socket2 0.6.5", "target": "socket2" }, { @@ -13191,15 +13354,15 @@ "selects": { "cfg(all(target_arch = \"wasm32\", target_os = \"unknown\"))": [ { - "id": "js-sys 0.3.99", + "id": "js-sys 0.3.103", "target": "js_sys" }, { - "id": "log 0.4.30", + "id": "log 0.4.33", "target": "log" }, { - "id": "wasm-bindgen 0.2.122", + "id": "wasm-bindgen 0.2.126", "target": "wasm_bindgen" } ], @@ -13305,7 +13468,7 @@ "deps": { "common": [ { - "id": "cc 1.2.63", + "id": "cc 1.3.0", "target": "cc" } ], @@ -13359,7 +13522,7 @@ "target": "utf8_iter" }, { - "id": "yoke 0.8.2", + "id": "yoke 0.8.3", "target": "yoke" }, { @@ -13515,7 +13678,7 @@ "target": "icu_provider" }, { - "id": "smallvec 1.15.1", + "id": "smallvec 1.15.2", "target": "smallvec" }, { @@ -13793,7 +13956,7 @@ "target": "writeable" }, { - "id": "yoke 0.8.2", + "id": "yoke 0.8.3", "target": "yoke" }, { @@ -13829,52 +13992,6 @@ ], "license_file": "LICENSE" }, - "id-arena 2.3.0": { - "name": "id-arena", - "version": "2.3.0", - "package_url": "https://github.com/fitzgen/id-arena", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/id-arena/2.3.0/download", - "sha256": "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954" - } - }, - "targets": [ - { - "Library": { - "crate_name": "id_arena", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "id_arena", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "edition": "2021", - "version": "2.3.0" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, "ident_case 1.0.1": { "name": "ident_case", "version": "1.0.1", @@ -13958,7 +14075,7 @@ "target": "idna_adapter" }, { - "id": "smallvec 1.15.1", + "id": "smallvec 1.15.2", "target": "smallvec" }, { @@ -14091,7 +14208,7 @@ "deps": { "common": [ { - "id": "bytemuck 1.25.0", + "id": "bytemuck 1.25.1", "target": "bytemuck" }, { @@ -14103,7 +14220,7 @@ "target": "color_quant" }, { - "id": "exr 1.74.0", + "id": "exr 1.74.2", "target": "exr" }, { @@ -14219,14 +14336,14 @@ ], "license_file": "LICENSE-APACHE" }, - "imgref 1.12.1": { + "imgref 1.12.2": { "name": "imgref", - "version": "1.12.1", + "version": "1.12.2", "package_url": "https://github.com/kornelski/imgref", "repository": { "Http": { - "url": "https://static.crates.io/crates/imgref/1.12.1/download", - "sha256": "40fac9d56ed6437b198fddba683305e8e2d651aa42647f00f5ae542e7f5c94a2" + "url": "https://static.crates.io/crates/imgref/1.12.2/download", + "sha256": "89194689a993ab15268672e99e7b0e19da2da3268ac682e8f02d29d4d1434cd7" } }, "targets": [ @@ -14256,7 +14373,7 @@ "selects": {} }, "edition": "2021", - "version": "1.12.1" + "version": "1.12.2" }, "license": "CC0-1.0 OR Apache-2.0", "license_ids": [ @@ -14299,23 +14416,7 @@ "default", "std" ], - "selects": { - "aarch64-apple-darwin": [ - "serde" - ], - "aarch64-unknown-linux-gnu": [ - "serde" - ], - "x86_64-pc-windows-msvc": [ - "serde" - ], - "x86_64-unknown-linux-gnu": [ - "serde" - ], - "x86_64-unknown-nixos-gnu": [ - "serde" - ] - } + "selects": {} }, "deps": { "common": [ @@ -14328,38 +14429,7 @@ "target": "hashbrown" } ], - "selects": { - "aarch64-apple-darwin": [ - { - "id": "serde_core 1.0.228", - "target": "serde_core" - } - ], - "aarch64-unknown-linux-gnu": [ - { - "id": "serde_core 1.0.228", - "target": "serde_core" - } - ], - "x86_64-pc-windows-msvc": [ - { - "id": "serde_core 1.0.228", - "target": "serde_core" - } - ], - "x86_64-unknown-linux-gnu": [ - { - "id": "serde_core 1.0.228", - "target": "serde_core" - } - ], - "x86_64-unknown-nixos-gnu": [ - { - "id": "serde_core 1.0.228", - "target": "serde_core" - } - ] - } + "selects": {} }, "edition": "2024", "version": "2.14.0" @@ -14520,15 +14590,15 @@ "target": "build_script_build" }, { - "id": "proc-macro2 1.0.106", + "id": "proc-macro2 1.0.107", "target": "proc_macro2" }, { - "id": "quote 1.0.45", + "id": "quote 1.0.47", "target": "quote" }, { - "id": "syn 2.0.117", + "id": "syn 2.0.119", "target": "syn" } ], @@ -14642,15 +14712,15 @@ "deps": { "common": [ { - "id": "proc-macro2 1.0.106", + "id": "proc-macro2 1.0.107", "target": "proc_macro2" }, { - "id": "quote 1.0.45", + "id": "quote 1.0.47", "target": "quote" }, { - "id": "syn 2.0.117", + "id": "syn 2.0.119", "target": "syn" } ], @@ -15007,14 +15077,14 @@ ], "license_file": "LICENSE-APACHE" }, - "jobserver 0.1.34": { + "jobserver 0.1.35": { "name": "jobserver", - "version": "0.1.34", + "version": "0.1.35", "package_url": "https://github.com/rust-lang/jobserver-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/jobserver/0.1.34/download", - "sha256": "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33" + "url": "https://static.crates.io/crates/jobserver/0.1.35/download", + "sha256": "1c00acbd29eabad4a2392fa0e921c874934dbbf4194312ad20f04a0ed67a3cb3" } }, "targets": [ @@ -15047,14 +15117,14 @@ ], "cfg(windows)": [ { - "id": "getrandom 0.3.4", + "id": "getrandom 0.4.3", "target": "getrandom" } ] } }, "edition": "2021", - "version": "0.1.34" + "version": "0.1.35" }, "license": "MIT OR Apache-2.0", "license_ids": [ @@ -15063,14 +15133,14 @@ ], "license_file": "LICENSE-APACHE" }, - "js-sys 0.3.99": { + "js-sys 0.3.103": { "name": "js-sys", - "version": "0.3.99", + "version": "0.3.103", "package_url": "https://github.com/wasm-bindgen/wasm-bindgen/tree/master/crates/js-sys", "repository": { "Http": { - "url": "https://static.crates.io/crates/js-sys/0.3.99/download", - "sha256": "142bc4740e452c1e57ade0cbc129f139c9093e354346f0872ef985f4f5cf5f11" + "url": "https://static.crates.io/crates/js-sys/0.3.103/download", + "sha256": "53b44bfcdb3f8d5837a46dae1ca9660a837176eee74a28b229bc626816589102" } }, "targets": [ @@ -15107,22 +15177,18 @@ "target": "cfg_if" }, { - "id": "futures-util 0.3.32", + "id": "futures-util 0.3.33", "target": "futures_util" }, { - "id": "once_cell 1.21.4", - "target": "once_cell" - }, - { - "id": "wasm-bindgen 0.2.122", + "id": "wasm-bindgen 0.2.126", "target": "wasm_bindgen" } ], "selects": {} }, "edition": "2021", - "version": "0.3.99" + "version": "0.3.103" }, "license": "MIT OR Apache-2.0", "license_ids": [ @@ -15163,11 +15229,11 @@ "deps": { "common": [ { - "id": "pest 2.8.6", + "id": "pest 2.8.7", "target": "pest" }, { - "id": "serde 1.0.228", + "id": "serde 1.0.229", "target": "serde" } ], @@ -15177,7 +15243,7 @@ "proc_macro_deps": { "common": [ { - "id": "pest_derive 2.8.6", + "id": "pest_derive 2.8.7", "target": "pest_derive" } ], @@ -15234,7 +15300,7 @@ "deps": { "common": [ { - "id": "aws-lc-rs 1.17.0", + "id": "aws-lc-rs 1.17.3", "target": "aws_lc_rs" }, { @@ -15246,7 +15312,7 @@ "target": "pem" }, { - "id": "serde 1.0.228", + "id": "serde 1.0.229", "target": "serde" }, { @@ -15262,7 +15328,7 @@ "target": "simple_asn1" }, { - "id": "zeroize 1.8.2", + "id": "zeroize 1.9.0", "target": "zeroize" } ], @@ -15273,7 +15339,7 @@ "target": "getrandom" }, { - "id": "js-sys 0.3.99", + "id": "js-sys 0.3.103", "target": "js_sys" } ] @@ -15330,7 +15396,7 @@ "target": "hashbrown" }, { - "id": "thiserror 2.0.18", + "id": "thiserror 2.0.19", "target": "thiserror" } ], @@ -15547,45 +15613,6 @@ ], "license_file": "LICENSE-APACHE" }, - "leb128fmt 0.1.0": { - "name": "leb128fmt", - "version": "0.1.0", - "package_url": "https://github.com/bluk/leb128fmt", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/leb128fmt/0.1.0/download", - "sha256": "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" - } - }, - "targets": [ - { - "Library": { - "crate_name": "leb128fmt", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "leb128fmt", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2021", - "version": "0.1.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, "lebe 0.5.3": { "name": "lebe", "version": "0.5.3", @@ -15715,14 +15742,14 @@ ], "license_file": "LICENSE-APACHE" }, - "libfuzzer-sys 0.4.12": { + "libfuzzer-sys 0.4.13": { "name": "libfuzzer-sys", - "version": "0.4.12", + "version": "0.4.13", "package_url": "https://github.com/rust-fuzz/libfuzzer", "repository": { "Http": { - "url": "https://static.crates.io/crates/libfuzzer-sys/0.4.12/download", - "sha256": "f12a681b7dd8ce12bff52488013ba614b869148d54dd79836ab85aafdd53f08d" + "url": "https://static.crates.io/crates/libfuzzer-sys/0.4.13/download", + "sha256": "a9fd2f41a1cba099f79a0b6b6c35656cf7c03351a7bae8ff0f28f25270f929d2" } }, "targets": [ @@ -15763,14 +15790,14 @@ "target": "arbitrary" }, { - "id": "libfuzzer-sys 0.4.12", + "id": "libfuzzer-sys 0.4.13", "target": "build_script_build" } ], "selects": {} }, "edition": "2018", - "version": "0.4.12" + "version": "0.4.13" }, "build_script_attrs": { "compile_data_glob": [ @@ -15785,7 +15812,7 @@ "deps": { "common": [ { - "id": "cc 1.2.63", + "id": "cc 1.3.0", "target": "cc" } ], @@ -15800,14 +15827,84 @@ ], "license_file": "LICENSE-APACHE" }, - "libredox 0.1.17": { + "libm 0.2.16": { + "name": "libm", + "version": "0.2.16", + "package_url": "https://github.com/rust-lang/compiler-builtins", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/libm/0.2.16/download", + "sha256": "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981" + } + }, + "targets": [ + { + "Library": { + "crate_name": "libm", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "libm", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "libm 0.2.16", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.2.16" + }, + "build_script_attrs": { + "compile_data_glob": [ + "**" + ], + "compile_data_glob_excludes": [ + "**/*.rs" + ], + "data_glob": [ + "**" + ] + }, + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE.txt" + }, + "libredox 0.1.18": { "name": "libredox", - "version": "0.1.17", + "version": "0.1.18", "package_url": "https://gitlab.redox-os.org/redox-os/libredox.git", "repository": { "Http": { - "url": "https://static.crates.io/crates/libredox/0.1.17/download", - "sha256": "f02ab6bace2054fb888a3c16f990117b579d14a3088e472d63c6011fa185c9d3" + "url": "https://static.crates.io/crates/libredox/0.1.18/download", + "sha256": "c943259e342f1e06ff2da7a83eabdfe7f92ce10262688dbf1895ff0b3e6e4652" } }, "targets": [ @@ -15830,7 +15927,7 @@ "**" ], "edition": "2021", - "version": "0.1.17" + "version": "0.1.18" }, "license": "MIT", "license_ids": [ @@ -15916,7 +16013,7 @@ "deps": { "common": [ { - "id": "cc 1.2.63", + "id": "cc 1.3.0", "target": "cc" }, { @@ -15970,7 +16067,7 @@ "deps": { "common": [ { - "id": "bitflags 2.11.1", + "id": "bitflags 2.13.1", "target": "bitflags" } ], @@ -16064,7 +16161,7 @@ "deps": { "common": [ { - "id": "bitflags 2.11.1", + "id": "bitflags 2.13.1", "target": "bitflags" }, { @@ -16358,14 +16455,14 @@ ], "license_file": "LICENSE-APACHE" }, - "log 0.4.30": { + "log 0.4.33": { "name": "log", - "version": "0.4.30", + "version": "0.4.33", "package_url": "https://github.com/rust-lang/log", "repository": { "Http": { - "url": "https://static.crates.io/crates/log/0.4.30/download", - "sha256": "616ec5685824bcc94416c6d4a7a446eea774a31efd7062c8480ba6fd06d7a6e5" + "url": "https://static.crates.io/crates/log/0.4.33/download", + "sha256": "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad" } }, "targets": [ @@ -16388,7 +16485,7 @@ "**" ], "edition": "2021", - "version": "0.4.30" + "version": "0.4.33" }, "license": "MIT OR Apache-2.0", "license_ids": [ @@ -16429,7 +16526,7 @@ "deps": { "common": [ { - "id": "imgref 1.12.1", + "id": "imgref 1.12.2", "target": "imgref" } ], @@ -16444,14 +16541,14 @@ ], "license_file": "LICENSE" }, - "lru 0.16.4": { + "lru 0.18.1": { "name": "lru", - "version": "0.16.4", + "version": "0.18.1", "package_url": "https://github.com/jeromefroe/lru-rs.git", "repository": { "Http": { - "url": "https://static.crates.io/crates/lru/0.16.4/download", - "sha256": "7f66e8d5d03f609abc3a39e6f08e4164ebf1447a732906d39eb9b99b7919ef39" + "url": "https://static.crates.io/crates/lru/0.18.1/download", + "sha256": "0b6180140927ee907000b0aa540091f6ea512ead4447c92b8fc35bc72788a5a6" } }, "targets": [ @@ -16483,14 +16580,14 @@ "deps": { "common": [ { - "id": "hashbrown 0.16.1", + "id": "hashbrown 0.17.1", "target": "hashbrown" } ], "selects": {} }, "edition": "2015", - "version": "0.16.4" + "version": "0.18.1" }, "license": "MIT", "license_ids": [ @@ -16697,14 +16794,14 @@ ], "license_file": "LICENSE" }, - "memchr 2.8.1": { + "memchr 2.8.3": { "name": "memchr", - "version": "2.8.1", + "version": "2.8.3", "package_url": "https://github.com/BurntSushi/memchr", "repository": { "Http": { - "url": "https://static.crates.io/crates/memchr/2.8.1/download", - "sha256": "6b947ae49db0d222b1dbc6b113ce7248a3fc3a6ca21b696717bfc000ba4484d8" + "url": "https://static.crates.io/crates/memchr/2.8.3/download", + "sha256": "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98" } }, "targets": [ @@ -16735,7 +16832,7 @@ "selects": {} }, "edition": "2021", - "version": "2.8.1" + "version": "2.8.3" }, "license": "Unlicense OR MIT", "license_ids": [ @@ -17070,7 +17167,7 @@ "target": "adler2" }, { - "id": "simd-adler32 0.3.9", + "id": "simd-adler32 0.3.10", "target": "simd_adler32" } ], @@ -17087,14 +17184,14 @@ ], "license_file": "LICENSE" }, - "mio 1.2.1": { + "mio 1.2.2": { "name": "mio", - "version": "1.2.1", + "version": "1.2.2", "package_url": "https://github.com/tokio-rs/mio", "repository": { "Http": { - "url": "https://static.crates.io/crates/mio/1.2.1/download", - "sha256": "02bd0af71c67b473010cbbc60715ee815645a4dc942899111f494b4b737d6fda" + "url": "https://static.crates.io/crates/mio/1.2.2/download", + "sha256": "30d65c71f1ce40ab09135ce117d742b9f8a19ff91a41a8b57ed50bc2de59c427" } }, "targets": [ @@ -17146,13 +17243,13 @@ "selects": { "aarch64-apple-darwin": [ { - "id": "log 0.4.30", + "id": "log 0.4.33", "target": "log" } ], "aarch64-unknown-linux-gnu": [ { - "id": "log 0.4.30", + "id": "log 0.4.33", "target": "log" } ], @@ -17176,20 +17273,20 @@ ], "x86_64-unknown-linux-gnu": [ { - "id": "log 0.4.30", + "id": "log 0.4.33", "target": "log" } ], "x86_64-unknown-nixos-gnu": [ { - "id": "log 0.4.30", + "id": "log 0.4.33", "target": "log" } ] } }, "edition": "2021", - "version": "1.2.1" + "version": "1.2.2" }, "license": "MIT", "license_ids": [ @@ -17252,7 +17349,7 @@ "target": "num_traits" }, { - "id": "pxfm 0.1.29", + "id": "pxfm 0.1.30", "target": "pxfm" } ], @@ -17325,11 +17422,11 @@ "selects": { "cfg(not(any(target_os = \"windows\", target_vendor = \"apple\")))": [ { - "id": "log 0.4.30", + "id": "log 0.4.33", "target": "log" }, { - "id": "openssl 0.10.80", + "id": "openssl 0.10.81", "target": "openssl" }, { @@ -17337,7 +17434,7 @@ "target": "openssl_probe" }, { - "id": "openssl-sys 0.9.116", + "id": "openssl-sys 0.9.117", "target": "openssl_sys" } ], @@ -17387,7 +17484,7 @@ "selects": { "cfg(not(any(target_os = \"windows\", target_vendor = \"apple\")))": [ { - "id": "openssl-sys 0.9.116", + "id": "openssl-sys 0.9.117", "target": "openssl_sys" } ] @@ -17471,7 +17568,7 @@ "deps": { "common": [ { - "id": "smallvec 1.15.1", + "id": "smallvec 1.15.2", "target": "smallvec" } ], @@ -17599,7 +17696,7 @@ "deps": { "common": [ { - "id": "bitflags 2.11.1", + "id": "bitflags 2.13.1", "target": "bitflags" }, { @@ -17633,7 +17730,7 @@ "deps": { "common": [ { - "id": "cfg_aliases 0.2.1", + "id": "cfg_aliases 0.2.2", "target": "cfg_aliases" } ], @@ -17701,7 +17798,7 @@ "deps": { "common": [ { - "id": "bitflags 2.11.1", + "id": "bitflags 2.13.1", "target": "bitflags" }, { @@ -17735,7 +17832,7 @@ "deps": { "common": [ { - "id": "cfg_aliases 0.2.1", + "id": "cfg_aliases 0.2.2", "target": "cfg_aliases" } ], @@ -17788,7 +17885,7 @@ "deps": { "common": [ { - "id": "memchr 2.8.1", + "id": "memchr 2.8.3", "target": "memchr" } ], @@ -17836,7 +17933,7 @@ "deps": { "common": [ { - "id": "memchr 2.8.1", + "id": "memchr 2.8.3", "target": "memchr" }, { @@ -17895,7 +17992,7 @@ "deps": { "common": [ { - "id": "memchr 2.8.1", + "id": "memchr 2.8.3", "target": "memchr" } ], @@ -18026,7 +18123,7 @@ "deps": { "common": [ { - "id": "num-bigint 0.4.6", + "id": "num-bigint 0.4.8", "target": "num_bigint" }, { @@ -18038,7 +18135,7 @@ "target": "num_integer" }, { - "id": "num-iter 0.1.45", + "id": "num-iter 0.1.46", "target": "num_iter" }, { @@ -18062,14 +18159,14 @@ ], "license_file": "LICENSE-APACHE" }, - "num-bigint 0.4.6": { + "num-bigint 0.4.8": { "name": "num-bigint", - "version": "0.4.6", + "version": "0.4.8", "package_url": "https://github.com/rust-num/num-bigint", "repository": { "Http": { - "url": "https://static.crates.io/crates/num-bigint/0.4.6/download", - "sha256": "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" + "url": "https://static.crates.io/crates/num-bigint/0.4.8/download", + "sha256": "c89e69e7e0f03bea5ef08013795c25018e101932225a656383bd384495ecc367" } }, "targets": [ @@ -18111,7 +18208,7 @@ "selects": {} }, "edition": "2021", - "version": "0.4.6" + "version": "0.4.8" }, "license": "MIT OR Apache-2.0", "license_ids": [ @@ -18151,12 +18248,18 @@ ], "crate_features": { "common": [ + "bytemuck", + "default", "std" ], "selects": {} }, "deps": { "common": [ + { + "id": "bytemuck 1.25.1", + "target": "bytemuck" + }, { "id": "num-traits 0.2.19", "target": "num_traits" @@ -18245,15 +18348,15 @@ "deps": { "common": [ { - "id": "proc-macro2 1.0.106", + "id": "proc-macro2 1.0.107", "target": "proc_macro2" }, { - "id": "quote 1.0.45", + "id": "quote 1.0.47", "target": "quote" }, { - "id": "syn 2.0.117", + "id": "syn 2.0.119", "target": "syn" } ], @@ -18324,14 +18427,14 @@ ], "license_file": "LICENSE-APACHE" }, - "num-iter 0.1.45": { + "num-iter 0.1.46": { "name": "num-iter", - "version": "0.1.45", + "version": "0.1.46", "package_url": "https://github.com/rust-num/num-iter", "repository": { "Http": { - "url": "https://static.crates.io/crates/num-iter/0.1.45/download", - "sha256": "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf" + "url": "https://static.crates.io/crates/num-iter/0.1.46/download", + "sha256": "c92800bd69a1eac91786bcfe9da64a897eb72911b8dc3095decbd07429e8048b" } }, "targets": [ @@ -18374,7 +18477,7 @@ "selects": {} }, "edition": "2018", - "version": "0.1.45" + "version": "0.1.46" }, "license": "MIT OR Apache-2.0", "license_ids": [ @@ -18433,7 +18536,7 @@ "deps": { "common": [ { - "id": "num-bigint 0.4.6", + "id": "num-bigint 0.4.8", "target": "num_bigint" }, { @@ -18777,7 +18880,7 @@ "deps": { "common": [ { - "id": "bitflags 2.11.1", + "id": "bitflags 2.13.1", "target": "bitflags" }, { @@ -18864,7 +18967,7 @@ "deps": { "common": [ { - "id": "bitflags 2.11.1", + "id": "bitflags 2.13.1", "target": "bitflags" }, { @@ -18935,7 +19038,7 @@ "deps": { "common": [ { - "id": "bitflags 2.11.1", + "id": "bitflags 2.13.1", "target": "bitflags" }, { @@ -19062,7 +19165,7 @@ "deps": { "common": [ { - "id": "bitflags 2.11.1", + "id": "bitflags 2.13.1", "target": "bitflags" }, { @@ -19205,7 +19308,7 @@ "deps": { "common": [ { - "id": "bitflags 2.11.1", + "id": "bitflags 2.13.1", "target": "bitflags" }, { @@ -19301,7 +19404,7 @@ "deps": { "common": [ { - "id": "cc 1.2.63", + "id": "cc 1.3.0", "target": "cc" }, { @@ -19357,14 +19460,14 @@ ], "license_file": "LICENSE-MIT" }, - "openssl 0.10.80": { + "openssl 0.10.81": { "name": "openssl", - "version": "0.10.80", + "version": "0.10.81", "package_url": "https://github.com/rust-openssl/rust-openssl", "repository": { "Http": { - "url": "https://static.crates.io/crates/openssl/0.10.80/download", - "sha256": "a45fa2aa886c42762255da344f0a0d313e254066c46aad76f300c3d3da62d967" + "url": "https://static.crates.io/crates/openssl/0.10.81/download", + "sha256": "77823a27f0babb03091cb9ed9ef80af3b39dbc82f97e8fa530374b7dafd87a45" } }, "targets": [ @@ -19407,7 +19510,7 @@ "deps": { "common": [ { - "id": "bitflags 2.11.1", + "id": "bitflags 2.13.1", "target": "bitflags" }, { @@ -19423,11 +19526,11 @@ "target": "libc" }, { - "id": "openssl 0.10.80", + "id": "openssl 0.10.81", "target": "build_script_build" }, { - "id": "openssl-sys 0.9.116", + "id": "openssl-sys 0.9.117", "target": "openssl_sys", "alias": "ffi" } @@ -19444,7 +19547,7 @@ ], "selects": {} }, - "version": "0.10.80" + "version": "0.10.81" }, "build_script_attrs": { "compile_data_glob": [ @@ -19459,7 +19562,7 @@ "link_deps": { "common": [ { - "id": "openssl-sys 0.9.116", + "id": "openssl-sys 0.9.117", "target": "openssl_sys", "alias": "ffi" } @@ -19505,15 +19608,15 @@ "deps": { "common": [ { - "id": "proc-macro2 1.0.106", + "id": "proc-macro2 1.0.107", "target": "proc_macro2" }, { - "id": "quote 1.0.45", + "id": "quote 1.0.47", "target": "quote" }, { - "id": "syn 2.0.117", + "id": "syn 2.0.119", "target": "syn" } ], @@ -19568,14 +19671,14 @@ ], "license_file": "LICENSE-APACHE" }, - "openssl-sys 0.9.116": { + "openssl-sys 0.9.117": { "name": "openssl-sys", - "version": "0.9.116", + "version": "0.9.117", "package_url": "https://github.com/rust-openssl/rust-openssl", "repository": { "Http": { - "url": "https://static.crates.io/crates/openssl-sys/0.9.116/download", - "sha256": "f28a22dc7140cda5f096e5e7724a6962ca81a7f8bfd2979f9b18c11af56318c4" + "url": "https://static.crates.io/crates/openssl-sys/0.9.117/download", + "sha256": "b47e7e6bb2c38cd930d25a23b40fa52e068c10e85f3e03a7f5ba5aaca5713695" } }, "targets": [ @@ -19616,14 +19719,14 @@ "target": "libc" }, { - "id": "openssl-sys 0.9.116", + "id": "openssl-sys 0.9.117", "target": "build_script_main" } ], "selects": {} }, "edition": "2021", - "version": "0.9.116" + "version": "0.9.117" }, "build_script_attrs": { "compile_data_glob": [ @@ -19638,7 +19741,7 @@ "deps": { "common": [ { - "id": "cc 1.2.63", + "id": "cc 1.3.0", "target": "cc" }, { @@ -19835,7 +19938,7 @@ "deps": { "common": [ { - "id": "futures-core 0.3.32", + "id": "futures-core 0.3.33", "target": "futures_core" }, { @@ -19855,6 +19958,150 @@ ], "license_file": "LICENSE-APACHE" }, + "palette 0.7.6": { + "name": "palette", + "version": "0.7.6", + "package_url": "https://github.com/Ogeon/palette", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/palette/0.7.6/download", + "sha256": "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6" + } + }, + "targets": [ + { + "Library": { + "crate_name": "palette", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } + } + }, + { + "BuildScript": { + "crate_name": "build_script_main", + "crate_root": "build/main.rs", + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "palette", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "fast-srgb8 1.0.0", + "target": "fast_srgb8" + }, + { + "id": "palette 0.7.6", + "target": "build_script_main" + } + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "palette_derive 0.7.6", + "target": "palette_derive" + } + ], + "selects": {} + }, + "version": "0.7.6" + }, + "build_script_attrs": { + "compile_data_glob": [ + "**" + ], + "compile_data_glob_excludes": [ + "**/*.rs" + ], + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" + }, + "palette_derive 0.7.6": { + "name": "palette_derive", + "version": "0.7.6", + "package_url": "https://github.com/Ogeon/palette", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/palette_derive/0.7.6/download", + "sha256": "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "palette_derive", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "palette_derive", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "by_address 1.2.1", + "target": "by_address" + }, + { + "id": "proc-macro2 1.0.107", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.7.6" + }, + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" + }, "parking 2.2.1": { "name": "parking", "version": "2.2.1", @@ -20004,7 +20251,7 @@ "target": "build_script_build" }, { - "id": "smallvec 1.15.1", + "id": "smallvec 1.15.2", "target": "smallvec" } ], @@ -20300,14 +20547,14 @@ ], "license_file": "LICENSE-APACHE" }, - "pest 2.8.6": { + "pest 2.8.7": { "name": "pest", - "version": "2.8.6", + "version": "2.8.7", "package_url": "https://github.com/pest-parser/pest", "repository": { "Http": { - "url": "https://static.crates.io/crates/pest/2.8.6/download", - "sha256": "e0848c601009d37dfa3430c4666e147e49cdcf1b92ecd3e63657d8a5f19da662" + "url": "https://static.crates.io/crates/pest/2.8.7/download", + "sha256": "47627dd7305c6a2d6c8c6bcd24c5a4c17dbbf425f4f9c5313e724b38fc9782e9" } }, "targets": [ @@ -20340,7 +20587,7 @@ "deps": { "common": [ { - "id": "memchr 2.8.1", + "id": "memchr 2.8.3", "target": "memchr" }, { @@ -20351,7 +20598,7 @@ "selects": {} }, "edition": "2021", - "version": "2.8.6" + "version": "2.8.7" }, "license": "MIT OR Apache-2.0", "license_ids": [ @@ -20360,14 +20607,14 @@ ], "license_file": "LICENSE-APACHE" }, - "pest_derive 2.8.6": { + "pest_derive 2.8.7": { "name": "pest_derive", - "version": "2.8.6", + "version": "2.8.7", "package_url": "https://github.com/pest-parser/pest", "repository": { "Http": { - "url": "https://static.crates.io/crates/pest_derive/2.8.6/download", - "sha256": "11f486f1ea21e6c10ed15d5a7c77165d0ee443402f0780849d1768e7d9d6fe77" + "url": "https://static.crates.io/crates/pest_derive/2.8.7/download", + "sha256": "4b4254325ecad416ab689e27ba51da03ba01a9632bc6e108f5fe7c3c4ad29d58" } }, "targets": [ @@ -20399,18 +20646,18 @@ "deps": { "common": [ { - "id": "pest 2.8.6", + "id": "pest 2.8.7", "target": "pest" }, { - "id": "pest_generator 2.8.6", + "id": "pest_generator 2.8.7", "target": "pest_generator" } ], "selects": {} }, "edition": "2021", - "version": "2.8.6" + "version": "2.8.7" }, "license": "MIT OR Apache-2.0", "license_ids": [ @@ -20419,14 +20666,14 @@ ], "license_file": "LICENSE-APACHE" }, - "pest_generator 2.8.6": { + "pest_generator 2.8.7": { "name": "pest_generator", - "version": "2.8.6", + "version": "2.8.7", "package_url": "https://github.com/pest-parser/pest", "repository": { "Http": { - "url": "https://static.crates.io/crates/pest_generator/2.8.6/download", - "sha256": "8040c4647b13b210a963c1ed407c1ff4fdfa01c31d6d2a098218702e6664f94f" + "url": "https://static.crates.io/crates/pest_generator/2.8.7/download", + "sha256": "6c4c0e91ead7a8f7acecbca6f003fc2e8282b1dbe2dd9c9d2f16aba42995e0a7" } }, "targets": [ @@ -20457,30 +20704,30 @@ "deps": { "common": [ { - "id": "pest 2.8.6", + "id": "pest 2.8.7", "target": "pest" }, { - "id": "pest_meta 2.8.6", + "id": "pest_meta 2.8.7", "target": "pest_meta" }, { - "id": "proc-macro2 1.0.106", + "id": "proc-macro2 1.0.107", "target": "proc_macro2" }, { - "id": "quote 1.0.45", + "id": "quote 1.0.47", "target": "quote" }, { - "id": "syn 2.0.117", + "id": "syn 2.0.119", "target": "syn" } ], "selects": {} }, "edition": "2021", - "version": "2.8.6" + "version": "2.8.7" }, "license": "MIT OR Apache-2.0", "license_ids": [ @@ -20489,14 +20736,14 @@ ], "license_file": "LICENSE-APACHE" }, - "pest_meta 2.8.6": { + "pest_meta 2.8.7": { "name": "pest_meta", - "version": "2.8.6", + "version": "2.8.7", "package_url": "https://github.com/pest-parser/pest", "repository": { "Http": { - "url": "https://static.crates.io/crates/pest_meta/2.8.6/download", - "sha256": "89815c69d36021a140146f26659a81d6c2afa33d216d736dd4be5381a7362220" + "url": "https://static.crates.io/crates/pest_meta/2.8.7/download", + "sha256": "f9744bc48116fee06334924bb5f2bad41eed5e89bd26e29b0b799f9a3f82c210" } }, "targets": [ @@ -20527,14 +20774,14 @@ "deps": { "common": [ { - "id": "pest 2.8.6", + "id": "pest 2.8.7", "target": "pest" } ], "selects": {} }, "edition": "2021", - "version": "2.8.6" + "version": "2.8.7" }, "license": "MIT OR Apache-2.0", "license_ids": [ @@ -20677,7 +20924,7 @@ "target": "phf_shared" }, { - "id": "rand 0.8.6", + "id": "rand 0.8.7", "target": "rand" } ], @@ -20732,15 +20979,15 @@ "target": "phf_shared" }, { - "id": "proc-macro2 1.0.106", + "id": "proc-macro2 1.0.107", "target": "proc_macro2" }, { - "id": "quote 1.0.45", + "id": "quote 1.0.47", "target": "quote" }, { - "id": "syn 2.0.117", + "id": "syn 2.0.119", "target": "syn" } ], @@ -20889,7 +21136,7 @@ "target": "fastrand" }, { - "id": "futures-io 0.3.32", + "id": "futures-io 0.3.33", "target": "futures_io" } ], @@ -20944,14 +21191,14 @@ ], "license_file": "LICENSE-APACHE" }, - "plist 1.9.0": { + "plist 1.10.0": { "name": "plist", - "version": "1.9.0", + "version": "1.10.0", "package_url": "https://github.com/ebarnard/rust-plist/", "repository": { "Http": { - "url": "https://static.crates.io/crates/plist/1.9.0/download", - "sha256": "092791278e026273c1b65bbdcfbba3a300f2994c896bd01ab01da613c29c46f1" + "url": "https://static.crates.io/crates/plist/1.10.0/download", + "sha256": "7da1d65da6dd5d1e44199ac0f58712d241c0f439f80adea8924d832384087f85" } }, "targets": [ @@ -20991,22 +21238,22 @@ "target": "indexmap" }, { - "id": "quick-xml 0.39.4", + "id": "quick-xml 0.41.0", "target": "quick_xml" }, { - "id": "serde 1.0.228", + "id": "serde 1.0.229", "target": "serde" }, { - "id": "time 0.3.47", + "id": "time 0.3.53", "target": "time" } ], "selects": {} }, "edition": "2021", - "version": "1.9.0" + "version": "1.10.0" }, "license": "MIT", "license_ids": [ @@ -21070,11 +21317,11 @@ "selects": { "cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))": [ { - "id": "wasm-bindgen 0.2.122", + "id": "wasm-bindgen 0.2.126", "target": "wasm_bindgen" }, { - "id": "web-sys 0.3.99", + "id": "web-sys 0.3.103", "target": "web_sys" } ] @@ -21206,7 +21453,7 @@ "deps": { "common": [ { - "id": "bitflags 2.11.1", + "id": "bitflags 2.13.1", "target": "bitflags" }, { @@ -21293,7 +21540,7 @@ "target": "cfg_if" }, { - "id": "log 0.4.30", + "id": "log 0.4.33", "target": "log" }, { @@ -21433,14 +21680,14 @@ ], "license_file": "LICENSE-APACHE" }, - "portable-atomic 1.13.1": { + "portable-atomic 1.14.0": { "name": "portable-atomic", - "version": "1.13.1", + "version": "1.14.0", "package_url": "https://github.com/taiki-e/portable-atomic", "repository": { "Http": { - "url": "https://static.crates.io/crates/portable-atomic/1.13.1/download", - "sha256": "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49" + "url": "https://static.crates.io/crates/portable-atomic/1.14.0/download", + "sha256": "3d20d5497ef88037a52ff98267d066e7f11fcc5e99bbfbd58a42336193aacec3" } }, "targets": [ @@ -21477,14 +21724,14 @@ "deps": { "common": [ { - "id": "portable-atomic 1.13.1", + "id": "portable-atomic 1.14.0", "target": "build_script_build" } ], "selects": {} }, "edition": "2018", - "version": "1.13.1" + "version": "1.14.0" }, "build_script_attrs": { "compile_data_glob": [ @@ -21635,7 +21882,7 @@ "deps": { "common": [ { - "id": "zerocopy 0.8.50", + "id": "zerocopy 0.8.54", "target": "zerocopy" } ], @@ -21714,7 +21961,7 @@ "target": "predicates_core" }, { - "id": "regex 1.12.3", + "id": "regex 1.13.1", "target": "regex" } ], @@ -21821,20 +22068,72 @@ ], "license_file": "LICENSE-APACHE" }, - "prettyplease 0.2.37": { - "name": "prettyplease", - "version": "0.2.37", - "package_url": "https://github.com/dtolnay/prettyplease", + "proc-macro-crate 1.3.1": { + "name": "proc-macro-crate", + "version": "1.3.1", + "package_url": "https://github.com/bkchr/proc-macro-crate", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/proc-macro-crate/1.3.1/download", + "sha256": "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919" + } + }, + "targets": [ + { + "Library": { + "crate_name": "proc_macro_crate", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "proc_macro_crate", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "once_cell 1.21.4", + "target": "once_cell" + }, + { + "id": "toml_edit 0.19.15", + "target": "toml_edit" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.3.1" + }, + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" + }, + "proc-macro2 1.0.107": { + "name": "proc-macro2", + "version": "1.0.107", + "package_url": "https://github.com/dtolnay/proc-macro2", "repository": { "Http": { - "url": "https://static.crates.io/crates/prettyplease/0.2.37/download", - "sha256": "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" + "url": "https://static.crates.io/crates/proc-macro2/1.0.107/download", + "sha256": "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9" } }, "targets": [ { "Library": { - "crate_name": "prettyplease", + "crate_name": "proc_macro2", "crate_root": "src/lib.rs", "srcs": { "allow_empty": true, @@ -21857,30 +22156,48 @@ } } ], - "library_target_name": "prettyplease", + "library_target_name": "proc_macro2", "common_attrs": { "compile_data_glob": [ "**" ], + "crate_features": { + "common": [ + "proc-macro" + ], + "selects": { + "aarch64-apple-darwin": [ + "default" + ], + "aarch64-unknown-linux-gnu": [ + "default" + ], + "x86_64-pc-windows-msvc": [ + "default" + ], + "x86_64-unknown-linux-gnu": [ + "default" + ], + "x86_64-unknown-nixos-gnu": [ + "default" + ] + } + }, "deps": { "common": [ { - "id": "prettyplease 0.2.37", + "id": "proc-macro2 1.0.107", "target": "build_script_build" }, { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "syn 2.0.117", - "target": "syn" + "id": "unicode-ident 1.0.24", + "target": "unicode_ident" } ], "selects": {} }, "edition": "2021", - "version": "0.2.37" + "version": "1.0.107" }, "build_script_attrs": { "compile_data_glob": [ @@ -21891,8 +22208,7 @@ ], "data_glob": [ "**" - ], - "links": "prettyplease02" + ] }, "license": "MIT OR Apache-2.0", "license_ids": [ @@ -21901,20 +22217,20 @@ ], "license_file": "LICENSE-APACHE" }, - "proc-macro-crate 1.3.1": { - "name": "proc-macro-crate", - "version": "1.3.1", - "package_url": "https://github.com/bkchr/proc-macro-crate", + "profiling 1.0.18": { + "name": "profiling", + "version": "1.0.18", + "package_url": "https://github.com/aclysma/profiling", "repository": { "Http": { - "url": "https://static.crates.io/crates/proc-macro-crate/1.3.1/download", - "sha256": "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919" + "url": "https://static.crates.io/crates/profiling/1.0.18/download", + "sha256": "3d595e54a326bc53c1c197b32d295e14b169e3cfeaa8dc82b529f947fba6bcf5" } }, "targets": [ { "Library": { - "crate_name": "proc_macro_crate", + "crate_name": "profiling", "crate_root": "src/lib.rs", "srcs": { "allow_empty": true, @@ -21925,7 +22241,63 @@ } } ], - "library_target_name": "proc_macro_crate", + "library_target_name": "profiling", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "procmacros", + "profiling-procmacros" + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "profiling-procmacros 1.0.18", + "target": "profiling_procmacros" + } + ], + "selects": {} + }, + "version": "1.0.18" + }, + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": null + }, + "profiling-procmacros 1.0.18": { + "name": "profiling-procmacros", + "version": "1.0.18", + "package_url": "https://github.com/aclysma/profiling", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/profiling-procmacros/1.0.18/download", + "sha256": "4488a4a36b9a4ba6b9334a32a39971f77c1436ec82c38707bce707699cc3bbcb" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "profiling_procmacros", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "profiling_procmacros", "common_attrs": { "compile_data_glob": [ "**" @@ -21933,40 +22305,40 @@ "deps": { "common": [ { - "id": "once_cell 1.21.4", - "target": "once_cell" + "id": "quote 1.0.47", + "target": "quote" }, { - "id": "toml_edit 0.19.15", - "target": "toml_edit" + "id": "syn 2.0.119", + "target": "syn" } ], "selects": {} }, - "edition": "2021", - "version": "1.3.1" + "edition": "2018", + "version": "1.0.18" }, "license": "MIT OR Apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" + "license_file": null }, - "proc-macro2 1.0.106": { - "name": "proc-macro2", - "version": "1.0.106", - "package_url": "https://github.com/dtolnay/proc-macro2", + "pulp 0.22.3": { + "name": "pulp", + "version": "0.22.3", + "package_url": "https://github.com/sarah-quinones/pulp/", "repository": { "Http": { - "url": "https://static.crates.io/crates/proc-macro2/1.0.106/download", - "sha256": "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" + "url": "https://static.crates.io/crates/pulp/0.22.3/download", + "sha256": "046aa45b989642ec2e4717c8e72d677b13edd831a4d3b6cf37d9a3e54912496a" } }, "targets": [ { "Library": { - "crate_name": "proc_macro2", + "crate_name": "pulp", "crate_root": "src/lib.rs", "srcs": { "allow_empty": true, @@ -21989,48 +22361,71 @@ } } ], - "library_target_name": "proc_macro2", + "library_target_name": "pulp", "common_attrs": { "compile_data_glob": [ "**" ], "crate_features": { "common": [ - "proc-macro" + "default", + "relaxed-simd", + "std", + "x86-v3" ], - "selects": { - "aarch64-apple-darwin": [ - "default" - ], - "aarch64-unknown-linux-gnu": [ - "default" - ], - "x86_64-pc-windows-msvc": [ - "default" - ], - "x86_64-unknown-linux-gnu": [ - "default" - ], - "x86_64-unknown-nixos-gnu": [ - "default" - ] - } + "selects": {} }, "deps": { "common": [ { - "id": "proc-macro2 1.0.106", + "id": "bytemuck 1.25.1", + "target": "bytemuck" + }, + { + "id": "cfg-if 1.0.4", + "target": "cfg_if" + }, + { + "id": "libm 0.2.16", + "target": "libm" + }, + { + "id": "num-complex 0.4.6", + "target": "num_complex" + }, + { + "id": "pulp 0.22.3", "target": "build_script_build" }, { - "id": "unicode-ident 1.0.24", - "target": "unicode_ident" + "id": "pulp-wasm-simd-flag 0.1.1", + "target": "pulp_wasm_simd_flag" + }, + { + "id": "reborrow 0.5.5", + "target": "reborrow" } ], - "selects": {} + "selects": { + "cfg(any(target_arch = \"x86\", target_arch = \"x86_64\"))": [ + { + "id": "raw-cpuid 11.6.0", + "target": "raw_cpuid" + } + ] + } }, "edition": "2021", - "version": "1.0.106" + "proc_macro_deps": { + "common": [ + { + "id": "paste 1.0.15", + "target": "paste" + } + ], + "selects": {} + }, + "version": "0.22.3" }, "build_script_attrs": { "compile_data_glob": [ @@ -22041,85 +22436,37 @@ ], "data_glob": [ "**" - ] - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "profiling 1.0.18": { - "name": "profiling", - "version": "1.0.18", - "package_url": "https://github.com/aclysma/profiling", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/profiling/1.0.18/download", - "sha256": "3d595e54a326bc53c1c197b32d295e14b169e3cfeaa8dc82b529f947fba6bcf5" - } - }, - "targets": [ - { - "Library": { - "crate_name": "profiling", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "profiling", - "common_attrs": { - "compile_data_glob": [ - "**" ], - "crate_features": { - "common": [ - "default", - "procmacros", - "profiling-procmacros" - ], - "selects": {} - }, - "edition": "2018", - "proc_macro_deps": { + "deps": { "common": [ { - "id": "profiling-procmacros 1.0.18", - "target": "profiling_procmacros" + "id": "version_check 0.9.5", + "target": "version_check" } ], "selects": {} - }, - "version": "1.0.18" + } }, - "license": "MIT OR Apache-2.0", + "license": "MIT", "license_ids": [ - "Apache-2.0", "MIT" ], - "license_file": null + "license_file": "LICENSE" }, - "profiling-procmacros 1.0.18": { - "name": "profiling-procmacros", - "version": "1.0.18", - "package_url": "https://github.com/aclysma/profiling", + "pulp-wasm-simd-flag 0.1.1": { + "name": "pulp-wasm-simd-flag", + "version": "0.1.1", + "package_url": "https://github.com/sarah-quinones/pulp/", "repository": { "Http": { - "url": "https://static.crates.io/crates/profiling-procmacros/1.0.18/download", - "sha256": "4488a4a36b9a4ba6b9334a32a39971f77c1436ec82c38707bce707699cc3bbcb" + "url": "https://static.crates.io/crates/pulp-wasm-simd-flag/0.1.1/download", + "sha256": "1d8f70e07b9c3962945a74e59ca1c511bba65b6419468acc217c457d93f3c740" } }, "targets": [ { - "ProcMacro": { - "crate_name": "profiling_procmacros", + "Library": { + "crate_name": "pulp_wasm_simd_flag", "crate_root": "src/lib.rs", "srcs": { "allow_empty": true, @@ -22130,42 +22477,34 @@ } } ], - "library_target_name": "profiling_procmacros", + "library_target_name": "pulp_wasm_simd_flag", "common_attrs": { "compile_data_glob": [ "**" ], - "deps": { + "crate_features": { "common": [ - { - "id": "quote 1.0.45", - "target": "quote" - }, - { - "id": "syn 2.0.117", - "target": "syn" - } + "relaxed-simd" ], "selects": {} }, - "edition": "2018", - "version": "1.0.18" + "edition": "2021", + "version": "0.1.1" }, - "license": "MIT OR Apache-2.0", + "license": "MIT", "license_ids": [ - "Apache-2.0", "MIT" ], "license_file": null }, - "pxfm 0.1.29": { + "pxfm 0.1.30": { "name": "pxfm", - "version": "0.1.29", + "version": "0.1.30", "package_url": "https://github.com/awxkee/pxfm", "repository": { "Http": { - "url": "https://static.crates.io/crates/pxfm/0.1.29/download", - "sha256": "e0c5ccf5294c6ccd63a74f1565028353830a9c2f5eb0c682c355c471726a6e3f" + "url": "https://static.crates.io/crates/pxfm/0.1.30/download", + "sha256": "d55d956fa96f5ec02be2e13af0e20391a5aa83d6a074e3ad368959d0fab299ea" } }, "targets": [ @@ -22188,7 +22527,7 @@ "**" ], "edition": "2024", - "version": "0.1.29" + "version": "0.1.30" }, "license": "BSD-3-Clause OR Apache-2.0", "license_ids": [ @@ -22236,7 +22575,7 @@ "deps": { "common": [ { - "id": "bytemuck 1.25.0", + "id": "bytemuck 1.25.1", "target": "bytemuck" } ], @@ -22291,14 +22630,14 @@ ], "license_file": "LICENSE-APACHE" }, - "quick-xml 0.39.4": { + "quick-xml 0.41.0": { "name": "quick-xml", - "version": "0.39.4", + "version": "0.41.0", "package_url": "https://github.com/tafia/quick-xml", "repository": { "Http": { - "url": "https://static.crates.io/crates/quick-xml/0.39.4/download", - "sha256": "cdcc8dd4e2f670d309a5f0e83fe36dfdc05af317008fea29144da1a2ac858e5e" + "url": "https://static.crates.io/crates/quick-xml/0.41.0/download", + "sha256": "e660451e55124f798a69a5af3f49ccfbefbd41910eefd25caf2393e1f3473ec1" } }, "targets": [ @@ -22329,14 +22668,14 @@ "deps": { "common": [ { - "id": "memchr 2.8.1", + "id": "memchr 2.8.3", "target": "memchr" } ], "selects": {} }, "edition": "2021", - "version": "0.39.4" + "version": "0.41.0" }, "license": "MIT", "license_ids": [ @@ -22344,14 +22683,14 @@ ], "license_file": "LICENSE-MIT.md" }, - "quinn 0.11.9": { + "quinn 0.11.11": { "name": "quinn", - "version": "0.11.9", + "version": "0.11.11", "package_url": "https://github.com/quinn-rs/quinn", "repository": { "Http": { - "url": "https://static.crates.io/crates/quinn/0.11.9/download", - "sha256": "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20" + "url": "https://static.crates.io/crates/quinn/0.11.11/download", + "sha256": "0c1a41e437b6bbd489372cd4971de128e85c855f56c57f283d20ff016cf7c0a8" } }, "targets": [ @@ -22388,7 +22727,7 @@ "deps": { "common": [ { - "id": "bytes 1.11.1", + "id": "bytes 1.12.1", "target": "bytes" }, { @@ -22396,29 +22735,29 @@ "target": "pin_project_lite" }, { - "id": "quinn 0.11.9", + "id": "quinn 0.11.11", "target": "build_script_build" }, { - "id": "quinn-proto 0.11.14", + "id": "quinn-proto 0.11.16", "target": "quinn_proto", "alias": "proto" }, { - "id": "quinn-udp 0.5.14", + "id": "quinn-udp 0.5.15", "target": "quinn_udp", "alias": "udp" }, { - "id": "rustc-hash 2.1.2", + "id": "rustc-hash 2.1.3", "target": "rustc_hash" }, { - "id": "thiserror 2.0.18", + "id": "thiserror 2.0.19", "target": "thiserror" }, { - "id": "tokio 1.52.3", + "id": "tokio 1.53.0", "target": "tokio" }, { @@ -22435,14 +22774,14 @@ ], "cfg(not(all(target_family = \"wasm\", target_os = \"unknown\")))": [ { - "id": "socket2 0.6.4", + "id": "socket2 0.6.5", "target": "socket2" } ] } }, "edition": "2021", - "version": "0.11.9" + "version": "0.11.11" }, "build_script_attrs": { "compile_data_glob": [ @@ -22457,7 +22796,7 @@ "deps": { "common": [ { - "id": "cfg_aliases 0.2.1", + "id": "cfg_aliases 0.2.2", "target": "cfg_aliases" } ], @@ -22471,14 +22810,14 @@ ], "license_file": "LICENSE-APACHE" }, - "quinn-proto 0.11.14": { + "quinn-proto 0.11.16": { "name": "quinn-proto", - "version": "0.11.14", + "version": "0.11.16", "package_url": "https://github.com/quinn-rs/quinn", "repository": { "Http": { - "url": "https://static.crates.io/crates/quinn-proto/0.11.14/download", - "sha256": "434b42fec591c96ef50e21e886936e66d3cc3f737104fdb9b737c40ffb94c098" + "url": "https://static.crates.io/crates/quinn-proto/0.11.16/download", + "sha256": "2f4bfc015262b9df63c8845072ce59068853ff5872180c2ce2f13038b970e560" } }, "targets": [ @@ -22503,7 +22842,7 @@ "deps": { "common": [ { - "id": "bytes 1.11.1", + "id": "bytes 1.12.1", "target": "bytes" }, { @@ -22511,11 +22850,15 @@ "target": "lru_slab" }, { - "id": "rand 0.9.4", + "id": "rand 0.10.2", "target": "rand" }, { - "id": "rustc-hash 2.1.2", + "id": "rand_pcg 0.10.2", + "target": "rand_pcg" + }, + { + "id": "rustc-hash 2.1.3", "target": "rustc_hash" }, { @@ -22523,11 +22866,11 @@ "target": "slab" }, { - "id": "thiserror 2.0.18", + "id": "thiserror 2.0.19", "target": "thiserror" }, { - "id": "tinyvec 1.11.0", + "id": "tinyvec 1.12.0", "target": "tinyvec" }, { @@ -22538,7 +22881,7 @@ "selects": { "cfg(all(target_family = \"wasm\", target_os = \"unknown\"))": [ { - "id": "getrandom 0.3.4", + "id": "getrandom 0.4.3", "target": "getrandom" }, { @@ -22546,7 +22889,7 @@ "target": "ring" }, { - "id": "rustls-pki-types 1.14.1", + "id": "rustls-pki-types 1.15.0", "target": "rustls_pki_types" }, { @@ -22557,7 +22900,7 @@ } }, "edition": "2021", - "version": "0.11.14" + "version": "0.11.16" }, "license": "MIT OR Apache-2.0", "license_ids": [ @@ -22566,14 +22909,14 @@ ], "license_file": "LICENSE-APACHE" }, - "quinn-udp 0.5.14": { + "quinn-udp 0.5.15": { "name": "quinn-udp", - "version": "0.5.14", + "version": "0.5.15", "package_url": "https://github.com/quinn-rs/quinn", "repository": { "Http": { - "url": "https://static.crates.io/crates/quinn-udp/0.5.14/download", - "sha256": "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd" + "url": "https://static.crates.io/crates/quinn-udp/0.5.15/download", + "sha256": "35a133f956daabe89a61a685c2649f13d82d5aa4bd5d12d1277e1072a21c0694" } }, "targets": [ @@ -22614,14 +22957,14 @@ "target": "libc" }, { - "id": "quinn-udp 0.5.14", + "id": "quinn-udp 0.5.15", "target": "build_script_build" } ], "selects": { "cfg(not(all(target_family = \"wasm\", target_os = \"unknown\")))": [ { - "id": "socket2 0.6.4", + "id": "socket2 0.6.5", "target": "socket2" } ], @@ -22631,14 +22974,14 @@ "target": "once_cell" }, { - "id": "windows-sys 0.60.2", + "id": "windows-sys 0.61.2", "target": "windows_sys" } ] } }, "edition": "2021", - "version": "0.5.14" + "version": "0.5.15" }, "build_script_attrs": { "compile_data_glob": [ @@ -22653,7 +22996,7 @@ "deps": { "common": [ { - "id": "cfg_aliases 0.2.1", + "id": "cfg_aliases 0.2.2", "target": "cfg_aliases" } ], @@ -22667,14 +23010,14 @@ ], "license_file": "LICENSE-APACHE" }, - "quote 1.0.45": { + "quote 1.0.47": { "name": "quote", - "version": "1.0.45", + "version": "1.0.47", "package_url": "https://github.com/dtolnay/quote", "repository": { "Http": { - "url": "https://static.crates.io/crates/quote/1.0.45/download", - "sha256": "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924" + "url": "https://static.crates.io/crates/quote/1.0.47/download", + "sha256": "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001" } }, "targets": [ @@ -22733,18 +23076,18 @@ "deps": { "common": [ { - "id": "proc-macro2 1.0.106", + "id": "proc-macro2 1.0.107", "target": "proc_macro2" }, { - "id": "quote 1.0.45", + "id": "quote 1.0.47", "target": "build_script_build" } ], "selects": {} }, "edition": "2021", - "version": "1.0.45" + "version": "1.0.47" }, "build_script_attrs": { "compile_data_glob": [ @@ -22895,14 +23238,14 @@ ], "license_file": "LICENSE" }, - "rand 0.8.6": { + "rand 0.8.7": { "name": "rand", - "version": "0.8.6", + "version": "0.8.7", "package_url": "https://github.com/rust-random/rand", "repository": { "Http": { - "url": "https://static.crates.io/crates/rand/0.8.6/download", - "sha256": "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a" + "url": "https://static.crates.io/crates/rand/0.8.7/download", + "sha256": "22f6172bdec972074665ed81ed53b71da00bfc44b65a753cfde883ec4c702a1a" } }, "targets": [ @@ -22999,7 +23342,7 @@ } }, "edition": "2018", - "version": "0.8.6" + "version": "0.8.7" }, "license": "MIT OR Apache-2.0", "license_ids": [ @@ -23008,14 +23351,14 @@ ], "license_file": "LICENSE-APACHE" }, - "rand 0.9.4": { + "rand 0.9.5": { "name": "rand", - "version": "0.9.4", + "version": "0.9.5", "package_url": "https://github.com/rust-random/rand", "repository": { "Http": { - "url": "https://static.crates.io/crates/rand/0.9.4/download", - "sha256": "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea" + "url": "https://static.crates.io/crates/rand/0.9.5/download", + "sha256": "b9ef1d0d795eb7d84685bca4f72f3649f064e6641543d3a8c415898726a57b41" } }, "targets": [ @@ -23047,7 +23390,7 @@ "selects": {} }, "edition": "2021", - "version": "0.9.4" + "version": "0.9.5" }, "license": "MIT OR Apache-2.0", "license_ids": [ @@ -23056,14 +23399,14 @@ ], "license_file": "LICENSE-APACHE" }, - "rand 0.10.1": { + "rand 0.10.2": { "name": "rand", - "version": "0.10.1", + "version": "0.10.2", "package_url": "https://github.com/rust-random/rand", "repository": { "Http": { - "url": "https://static.crates.io/crates/rand/0.10.1/download", - "sha256": "d2e8e8bcc7961af1fdac401278c6a831614941f6164ee3bf4ce61b7edb162207" + "url": "https://static.crates.io/crates/rand/0.10.2/download", + "sha256": "c7f5fa3a058cd35567ef9bfa5e75732bee0f9e4c55fa90477bef2dfcdbc4be80" } }, "targets": [ @@ -23099,11 +23442,11 @@ "deps": { "common": [ { - "id": "chacha20 0.10.0", + "id": "chacha20 0.10.1", "target": "chacha20" }, { - "id": "getrandom 0.4.2", + "id": "getrandom 0.4.3", "target": "getrandom" }, { @@ -23114,7 +23457,7 @@ "selects": {} }, "edition": "2024", - "version": "0.10.1" + "version": "0.10.2" }, "license": "MIT OR Apache-2.0", "license_ids": [ @@ -23393,14 +23736,62 @@ ], "license_file": "LICENSE-APACHE" }, - "ratatui 0.30.0": { + "rand_pcg 0.10.2": { + "name": "rand_pcg", + "version": "0.10.2", + "package_url": "https://github.com/rust-random/rngs", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/rand_pcg/0.10.2/download", + "sha256": "caa0f4137e1c0a72f4c651489402276c8e8e1cf081f3b0ba156d2cbeef09e86a" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rand_pcg", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "rand_pcg", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "rand_core 0.10.1", + "target": "rand_core" + } + ], + "selects": {} + }, + "edition": "2024", + "version": "0.10.2" + }, + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" + }, + "ratatui 0.30.2": { "name": "ratatui", - "version": "0.30.0", + "version": "0.30.2", "package_url": "https://github.com/ratatui/ratatui", "repository": { "Http": { - "url": "https://static.crates.io/crates/ratatui/0.30.0/download", - "sha256": "d1ce67fb8ba4446454d1c8dbaeda0557ff5e94d39d5e5ed7f10a65eb4c8266bc" + "url": "https://static.crates.io/crates/ratatui/0.30.2/download", + "sha256": "3274ba0a2c5e1bcad2a2005d20f4dc59dad26b2eb0940fb094500dba4099d57d" } }, "targets": [ @@ -23438,19 +23829,19 @@ "deps": { "common": [ { - "id": "ratatui-core 0.1.0", + "id": "ratatui-core 0.1.2", "target": "ratatui_core" }, { - "id": "ratatui-crossterm 0.1.0", + "id": "ratatui-crossterm 0.1.2", "target": "ratatui_crossterm" }, { - "id": "ratatui-macros 0.7.0", + "id": "ratatui-macros 0.7.2", "target": "ratatui_macros" }, { - "id": "ratatui-widgets 0.3.0", + "id": "ratatui-widgets 0.3.2", "target": "ratatui_widgets" } ], @@ -23466,22 +23857,22 @@ ], "selects": {} }, - "version": "0.30.0" + "version": "0.30.2" }, "license": "MIT", "license_ids": [ "MIT" ], - "license_file": null + "license_file": "LICENSE" }, - "ratatui-core 0.1.0": { + "ratatui-core 0.1.2": { "name": "ratatui-core", - "version": "0.1.0", + "version": "0.1.2", "package_url": "https://github.com/ratatui/ratatui", "repository": { "Http": { - "url": "https://static.crates.io/crates/ratatui-core/0.1.0/download", - "sha256": "5ef8dea09a92caaf73bff7adb70b76162e5937524058a7e5bff37869cbbec293" + "url": "https://static.crates.io/crates/ratatui-core/0.1.2/download", + "sha256": "cbb175c433c8e28a809d1f5773a2ae96e68c0ce40db865cbab1020bf33ae479c" } }, "targets": [ @@ -23515,7 +23906,7 @@ "deps": { "common": [ { - "id": "bitflags 2.11.1", + "id": "bitflags 2.13.1", "target": "bitflags" }, { @@ -23523,7 +23914,11 @@ "target": "compact_str" }, { - "id": "hashbrown 0.16.1", + "id": "critical-section 1.2.0", + "target": "critical_section" + }, + { + "id": "hashbrown 0.17.1", "target": "hashbrown" }, { @@ -23535,19 +23930,19 @@ "target": "kasuari" }, { - "id": "lru 0.16.4", + "id": "lru 0.18.1", "target": "lru" }, { - "id": "strum 0.27.2", + "id": "strum 0.28.0", "target": "strum" }, { - "id": "thiserror 2.0.18", + "id": "thiserror 2.0.19", "target": "thiserror" }, { - "id": "unicode-segmentation 1.13.2", + "id": "unicode-segmentation 1.13.3", "target": "unicode_segmentation" }, { @@ -23562,31 +23957,22 @@ "selects": {} }, "edition": "2024", - "proc_macro_deps": { - "common": [ - { - "id": "indoc 2.0.7", - "target": "indoc" - } - ], - "selects": {} - }, - "version": "0.1.0" + "version": "0.1.2" }, "license": "MIT", "license_ids": [ "MIT" ], - "license_file": null + "license_file": "LICENSE" }, - "ratatui-crossterm 0.1.0": { + "ratatui-crossterm 0.1.2": { "name": "ratatui-crossterm", - "version": "0.1.0", + "version": "0.1.2", "package_url": "https://github.com/ratatui/ratatui", "repository": { "Http": { - "url": "https://static.crates.io/crates/ratatui-crossterm/0.1.0/download", - "sha256": "577c9b9f652b4c121fb25c6a391dd06406d3b092ba68827e6d2f09550edc54b3" + "url": "https://static.crates.io/crates/ratatui-crossterm/0.1.2/download", + "sha256": "567584a3b0e6a8203c23de40b4861497266725eb5363dbfd18a1edd603cca9f0" } }, "targets": [ @@ -23628,7 +24014,7 @@ "alias": "crossterm_0_29" }, { - "id": "ratatui-core 0.1.0", + "id": "ratatui-core 0.1.2", "target": "ratatui_core" } ], @@ -23644,22 +24030,22 @@ ], "selects": {} }, - "version": "0.1.0" + "version": "0.1.2" }, "license": "MIT", "license_ids": [ "MIT" ], - "license_file": null + "license_file": "LICENSE" }, - "ratatui-macros 0.7.0": { + "ratatui-macros 0.7.2": { "name": "ratatui-macros", - "version": "0.7.0", + "version": "0.7.2", "package_url": "https://github.com/ratatui/ratatui", "repository": { "Http": { - "url": "https://static.crates.io/crates/ratatui-macros/0.7.0/download", - "sha256": "a7f1342a13e83e4bb9d0b793d0ea762be633f9582048c892ae9041ef39c936f4" + "url": "https://static.crates.io/crates/ratatui-macros/0.7.2/download", + "sha256": "ed7dc68daa7498a43e4d68e0eb078427e10c38fbcfbb1e42d955f1fa2140d814" } }, "targets": [ @@ -23684,18 +24070,18 @@ "deps": { "common": [ { - "id": "ratatui-core 0.1.0", + "id": "ratatui-core 0.1.2", "target": "ratatui_core" }, { - "id": "ratatui-widgets 0.3.0", + "id": "ratatui-widgets 0.3.2", "target": "ratatui_widgets" } ], "selects": {} }, "edition": "2024", - "version": "0.7.0" + "version": "0.7.2" }, "license": "MIT", "license_ids": [ @@ -23703,14 +24089,74 @@ ], "license_file": "LICENSE" }, - "ratatui-termwiz 0.1.0": { - "name": "ratatui-termwiz", + "ratatui-termina 0.1.0": { + "name": "ratatui-termina", "version": "0.1.0", "package_url": "https://github.com/ratatui/ratatui", "repository": { "Http": { - "url": "https://static.crates.io/crates/ratatui-termwiz/0.1.0/download", - "sha256": "0f76fe0bd0ed4295f0321b1676732e2454024c15a35d01904ddb315afd3d545c" + "url": "https://static.crates.io/crates/ratatui-termina/0.1.0/download", + "sha256": "c0bf912d9e66f057a759d92e386a280ea886b352ab757d6ac4d653c7ed2c43c2" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ratatui_termina", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "ratatui_termina", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "ratatui-core 0.1.2", + "target": "ratatui_core" + }, + { + "id": "termina 0.3.3", + "target": "termina" + } + ], + "selects": {} + }, + "edition": "2024", + "proc_macro_deps": { + "common": [ + { + "id": "instability 0.3.12", + "target": "instability" + } + ], + "selects": {} + }, + "version": "0.1.0" + }, + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": null + }, + "ratatui-termwiz 0.1.2": { + "name": "ratatui-termwiz", + "version": "0.1.2", + "package_url": "https://github.com/ratatui/ratatui", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/ratatui-termwiz/0.1.2/download", + "sha256": "faf03e0380b7744054d6cb74224fe3adf062a029754933f575ca1e3b4c2ce977" } }, "targets": [ @@ -23735,7 +24181,7 @@ "deps": { "common": [ { - "id": "ratatui-core 0.1.0", + "id": "ratatui-core 0.1.2", "target": "ratatui_core" }, { @@ -23746,22 +24192,22 @@ "selects": {} }, "edition": "2024", - "version": "0.1.0" + "version": "0.1.2" }, "license": "MIT", "license_ids": [ "MIT" ], - "license_file": null + "license_file": "LICENSE" }, - "ratatui-widgets 0.3.0": { + "ratatui-widgets 0.3.2": { "name": "ratatui-widgets", - "version": "0.3.0", + "version": "0.3.2", "package_url": "https://github.com/ratatui/ratatui", "repository": { "Http": { - "url": "https://static.crates.io/crates/ratatui-widgets/0.3.0/download", - "sha256": "d7dbfa023cd4e604c2553483820c5fe8aa9d71a42eea5aa77c6e7f35756612db" + "url": "https://static.crates.io/crates/ratatui-widgets/0.3.2/download", + "sha256": "66e3d19bcc9130ca376277d93b60767ff121ace3be06f5f95f81dd68956407d1" } }, "targets": [ @@ -23785,9 +24231,7 @@ ], "crate_features": { "common": [ - "all-widgets", "calendar", - "default", "std" ], "selects": {} @@ -23795,11 +24239,11 @@ "deps": { "common": [ { - "id": "bitflags 2.11.1", + "id": "bitflags 2.13.1", "target": "bitflags" }, { - "id": "hashbrown 0.16.1", + "id": "hashbrown 0.17.1", "target": "hashbrown" }, { @@ -23811,19 +24255,19 @@ "target": "line_clipping" }, { - "id": "ratatui-core 0.1.0", + "id": "ratatui-core 0.1.2", "target": "ratatui_core" }, { - "id": "strum 0.27.2", + "id": "strum 0.28.0", "target": "strum" }, { - "id": "time 0.3.47", + "id": "time 0.3.53", "target": "time" }, { - "id": "unicode-segmentation 1.13.2", + "id": "unicode-segmentation 1.13.3", "target": "unicode_segmentation" }, { @@ -23847,13 +24291,13 @@ ], "selects": {} }, - "version": "0.3.0" + "version": "0.3.2" }, "license": "MIT", "license_ids": [ "MIT" ], - "license_file": null + "license_file": "LICENSE" }, "rav1e 0.8.1": { "name": "rav1e", @@ -23909,7 +24353,7 @@ "target": "aligned_vec" }, { - "id": "arrayvec 0.7.6", + "id": "arrayvec 0.7.8", "target": "arrayvec" }, { @@ -23937,7 +24381,7 @@ "target": "libc" }, { - "id": "log 0.4.30", + "id": "log 0.4.33", "target": "log" }, { @@ -23962,7 +24406,7 @@ "target": "build_script_build" }, { - "id": "thiserror 2.0.18", + "id": "thiserror 2.0.19", "target": "thiserror" }, { @@ -23977,11 +24421,11 @@ "target": "arbitrary" }, { - "id": "libfuzzer-sys 0.4.12", + "id": "libfuzzer-sys 0.4.13", "target": "libfuzzer_sys" }, { - "id": "rand 0.9.4", + "id": "rand 0.9.5", "target": "rand" }, { @@ -24107,7 +24551,7 @@ "target": "avif_serialize" }, { - "id": "imgref 1.12.1", + "id": "imgref 1.12.2", "target": "imgref" }, { @@ -24142,6 +24586,53 @@ ], "license_file": "LICENSE" }, + "raw-cpuid 11.6.0": { + "name": "raw-cpuid", + "version": "11.6.0", + "package_url": "https://github.com/gz/rust-cpuid", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/raw-cpuid/11.6.0/download", + "sha256": "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186" + } + }, + "targets": [ + { + "Library": { + "crate_name": "raw_cpuid", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "raw_cpuid", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "bitflags 2.13.1", + "target": "bitflags" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "11.6.0" + }, + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE.md" + }, "rayon 1.12.0": { "name": "rayon", "version": "1.12.0", @@ -24238,11 +24729,11 @@ "deps": { "common": [ { - "id": "crossbeam-deque 0.8.6", + "id": "crossbeam-deque 0.8.7", "target": "crossbeam_deque" }, { - "id": "crossbeam-utils 0.8.21", + "id": "crossbeam-utils 0.8.22", "target": "crossbeam_utils" }, { @@ -24274,6 +24765,50 @@ ], "license_file": "LICENSE-APACHE" }, + "reborrow 0.5.5": { + "name": "reborrow", + "version": "0.5.5", + "package_url": "https://github.com/sarah-ek/reborrow/", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/reborrow/0.5.5/download", + "sha256": "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430" + } + }, + "targets": [ + { + "Library": { + "crate_name": "reborrow", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "reborrow", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "edition": "2021", + "version": "0.5.5" + }, + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" + }, "redox_syscall 0.5.18": { "name": "redox_syscall", "version": "0.5.18", @@ -24306,7 +24841,7 @@ "deps": { "common": [ { - "id": "bitflags 2.11.1", + "id": "bitflags 2.13.1", "target": "bitflags" } ], @@ -24357,11 +24892,11 @@ "target": "getrandom" }, { - "id": "libredox 0.1.17", + "id": "libredox 0.1.18", "target": "libredox" }, { - "id": "thiserror 2.0.18", + "id": "thiserror 2.0.19", "target": "thiserror" } ], @@ -24376,14 +24911,14 @@ ], "license_file": "LICENSE" }, - "regex 1.12.3": { + "regex 1.13.1": { "name": "regex", - "version": "1.12.3", + "version": "1.13.1", "package_url": "https://github.com/rust-lang/regex", "repository": { "Http": { - "url": "https://static.crates.io/crates/regex/1.12.3/download", - "sha256": "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276" + "url": "https://static.crates.io/crates/regex/1.13.1/download", + "sha256": "f020237b6c8eed93db2e2cb53c00c60a8e1bc73da7d073199a1180401450218d" } }, "targets": [ @@ -24434,22 +24969,22 @@ "target": "aho_corasick" }, { - "id": "memchr 2.8.1", + "id": "memchr 2.8.3", "target": "memchr" }, { - "id": "regex-automata 0.4.14", + "id": "regex-automata 0.4.16", "target": "regex_automata" }, { - "id": "regex-syntax 0.8.10", + "id": "regex-syntax 0.8.11", "target": "regex_syntax" } ], "selects": {} }, "edition": "2021", - "version": "1.12.3" + "version": "1.13.1" }, "license": "MIT OR Apache-2.0", "license_ids": [ @@ -24458,14 +24993,14 @@ ], "license_file": "LICENSE-APACHE" }, - "regex-automata 0.4.14": { + "regex-automata 0.4.16": { "name": "regex-automata", - "version": "0.4.14", + "version": "0.4.16", "package_url": "https://github.com/rust-lang/regex", "repository": { "Http": { - "url": "https://static.crates.io/crates/regex-automata/0.4.14/download", - "sha256": "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f" + "url": "https://static.crates.io/crates/regex-automata/0.4.16/download", + "sha256": "8fcfdb36bda0c880c5931cdc7a2bcdc8ba4556847b9d912bca70bc94708711ad" } }, "targets": [ @@ -24522,18 +25057,18 @@ "target": "aho_corasick" }, { - "id": "memchr 2.8.1", + "id": "memchr 2.8.3", "target": "memchr" }, { - "id": "regex-syntax 0.8.10", + "id": "regex-syntax 0.8.11", "target": "regex_syntax" } ], "selects": {} }, "edition": "2021", - "version": "0.4.14" + "version": "0.4.16" }, "license": "MIT OR Apache-2.0", "license_ids": [ @@ -24542,14 +25077,14 @@ ], "license_file": "LICENSE-APACHE" }, - "regex-syntax 0.8.10": { + "regex-syntax 0.8.11": { "name": "regex-syntax", - "version": "0.8.10", + "version": "0.8.11", "package_url": "https://github.com/rust-lang/regex", "repository": { "Http": { - "url": "https://static.crates.io/crates/regex-syntax/0.8.10/download", - "sha256": "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a" + "url": "https://static.crates.io/crates/regex-syntax/0.8.11/download", + "sha256": "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4" } }, "targets": [ @@ -24587,7 +25122,7 @@ "selects": {} }, "edition": "2021", - "version": "0.8.10" + "version": "0.8.11" }, "license": "MIT OR Apache-2.0", "license_ids": [ @@ -24651,19 +25186,19 @@ "target": "base64" }, { - "id": "bytes 1.11.1", + "id": "bytes 1.12.1", "target": "bytes" }, { - "id": "futures-core 0.3.32", + "id": "futures-core 0.3.33", "target": "futures_core" }, { - "id": "http 1.4.1", + "id": "http 1.4.2", "target": "http" }, { - "id": "serde 1.0.228", + "id": "serde 1.0.229", "target": "serde" }, { @@ -24690,7 +25225,7 @@ "target": "encoding_rs" }, { - "id": "h2 0.4.14", + "id": "h2 0.4.15", "target": "h2" }, { @@ -24711,11 +25246,11 @@ "alias": "native_tls_crate" }, { - "id": "rustls 0.23.40", + "id": "rustls 0.23.42", "target": "rustls" }, { - "id": "rustls-pki-types 1.14.1", + "id": "rustls-pki-types 1.15.0", "target": "rustls_pki_types" }, { @@ -24727,7 +25262,7 @@ "target": "tokio_rustls" }, { - "id": "webpki-roots 1.0.7", + "id": "webpki-roots 1.0.9", "target": "webpki_roots" } ], @@ -24737,7 +25272,7 @@ "target": "encoding_rs" }, { - "id": "h2 0.4.14", + "id": "h2 0.4.15", "target": "h2" }, { @@ -24758,11 +25293,11 @@ "alias": "native_tls_crate" }, { - "id": "rustls 0.23.40", + "id": "rustls 0.23.42", "target": "rustls" }, { - "id": "rustls-pki-types 1.14.1", + "id": "rustls-pki-types 1.15.0", "target": "rustls_pki_types" }, { @@ -24774,17 +25309,17 @@ "target": "tokio_rustls" }, { - "id": "webpki-roots 1.0.7", + "id": "webpki-roots 1.0.9", "target": "webpki_roots" } ], "cfg(not(target_arch = \"wasm32\"))": [ { - "id": "http-body 1.0.1", + "id": "http-body 1.1.0", "target": "http_body" }, { - "id": "http-body-util 0.1.3", + "id": "http-body-util 0.1.4", "target": "http_body_util" }, { @@ -24796,7 +25331,7 @@ "target": "hyper_util" }, { - "id": "log 0.4.30", + "id": "log 0.4.33", "target": "log" }, { @@ -24808,7 +25343,7 @@ "target": "pin_project_lite" }, { - "id": "tokio 1.52.3", + "id": "tokio 1.53.0", "target": "tokio" }, { @@ -24826,19 +25361,19 @@ ], "cfg(target_arch = \"wasm32\")": [ { - "id": "js-sys 0.3.99", + "id": "js-sys 0.3.103", "target": "js_sys" }, { - "id": "wasm-bindgen 0.2.122", + "id": "wasm-bindgen 0.2.126", "target": "wasm_bindgen" }, { - "id": "wasm-bindgen-futures 0.4.72", + "id": "wasm-bindgen-futures 0.4.76", "target": "wasm_bindgen_futures" }, { - "id": "web-sys 0.3.99", + "id": "web-sys 0.3.103", "target": "web_sys" } ], @@ -24848,7 +25383,7 @@ "target": "encoding_rs" }, { - "id": "h2 0.4.14", + "id": "h2 0.4.15", "target": "h2" }, { @@ -24869,11 +25404,11 @@ "alias": "native_tls_crate" }, { - "id": "rustls 0.23.40", + "id": "rustls 0.23.42", "target": "rustls" }, { - "id": "rustls-pki-types 1.14.1", + "id": "rustls-pki-types 1.15.0", "target": "rustls_pki_types" }, { @@ -24885,7 +25420,7 @@ "target": "tokio_rustls" }, { - "id": "webpki-roots 1.0.7", + "id": "webpki-roots 1.0.9", "target": "webpki_roots" } ], @@ -24895,7 +25430,7 @@ "target": "encoding_rs" }, { - "id": "h2 0.4.14", + "id": "h2 0.4.15", "target": "h2" }, { @@ -24916,11 +25451,11 @@ "alias": "native_tls_crate" }, { - "id": "rustls 0.23.40", + "id": "rustls 0.23.42", "target": "rustls" }, { - "id": "rustls-pki-types 1.14.1", + "id": "rustls-pki-types 1.15.0", "target": "rustls_pki_types" }, { @@ -24932,7 +25467,7 @@ "target": "tokio_rustls" }, { - "id": "webpki-roots 1.0.7", + "id": "webpki-roots 1.0.9", "target": "webpki_roots" } ], @@ -24942,7 +25477,7 @@ "target": "encoding_rs" }, { - "id": "h2 0.4.14", + "id": "h2 0.4.15", "target": "h2" }, { @@ -24963,11 +25498,11 @@ "alias": "native_tls_crate" }, { - "id": "rustls 0.23.40", + "id": "rustls 0.23.42", "target": "rustls" }, { - "id": "rustls-pki-types 1.14.1", + "id": "rustls-pki-types 1.15.0", "target": "rustls_pki_types" }, { @@ -24979,7 +25514,7 @@ "target": "tokio_rustls" }, { - "id": "webpki-roots 1.0.7", + "id": "webpki-roots 1.0.9", "target": "webpki_roots" } ] @@ -25039,23 +25574,23 @@ "target": "base64" }, { - "id": "bytes 1.11.1", + "id": "bytes 1.12.1", "target": "bytes" }, { - "id": "futures-core 0.3.32", + "id": "futures-core 0.3.33", "target": "futures_core" }, { - "id": "futures-util 0.3.32", + "id": "futures-util 0.3.33", "target": "futures_util" }, { - "id": "http 1.4.1", + "id": "http 1.4.2", "target": "http" }, { - "id": "serde 1.0.228", + "id": "serde 1.0.229", "target": "serde" }, { @@ -25074,7 +25609,7 @@ "selects": { "aarch64-apple-darwin": [ { - "id": "h2 0.4.14", + "id": "h2 0.4.15", "target": "h2" }, { @@ -25084,7 +25619,7 @@ ], "aarch64-unknown-linux-gnu": [ { - "id": "h2 0.4.14", + "id": "h2 0.4.15", "target": "h2" }, { @@ -25094,29 +25629,29 @@ ], "cfg(all(target_arch = \"wasm32\", any(target_os = \"unknown\", target_os = \"none\")))": [ { - "id": "js-sys 0.3.99", + "id": "js-sys 0.3.103", "target": "js_sys" }, { - "id": "wasm-bindgen 0.2.122", + "id": "wasm-bindgen 0.2.126", "target": "wasm_bindgen" }, { - "id": "wasm-bindgen-futures 0.4.72", + "id": "wasm-bindgen-futures 0.4.76", "target": "wasm_bindgen_futures" }, { - "id": "web-sys 0.3.99", + "id": "web-sys 0.3.103", "target": "web_sys" } ], "cfg(not(all(target_arch = \"wasm32\", any(target_os = \"unknown\", target_os = \"none\"))))": [ { - "id": "http-body 1.0.1", + "id": "http-body 1.1.0", "target": "http_body" }, { - "id": "http-body-util 0.1.3", + "id": "http-body-util 0.1.4", "target": "http_body_util" }, { @@ -25128,7 +25663,7 @@ "target": "hyper_util" }, { - "id": "log 0.4.30", + "id": "log 0.4.33", "target": "log" }, { @@ -25140,7 +25675,7 @@ "target": "pin_project_lite" }, { - "id": "tokio 1.52.3", + "id": "tokio 1.53.0", "target": "tokio" }, { @@ -25164,7 +25699,7 @@ ], "wasm32-wasip1": [ { - "id": "h2 0.4.14", + "id": "h2 0.4.15", "target": "h2" }, { @@ -25174,7 +25709,7 @@ ], "x86_64-pc-windows-msvc": [ { - "id": "h2 0.4.14", + "id": "h2 0.4.15", "target": "h2" }, { @@ -25184,7 +25719,7 @@ ], "x86_64-unknown-linux-gnu": [ { - "id": "h2 0.4.14", + "id": "h2 0.4.15", "target": "h2" }, { @@ -25194,7 +25729,7 @@ ], "x86_64-unknown-nixos-gnu": [ { - "id": "h2 0.4.14", + "id": "h2 0.4.15", "target": "h2" }, { @@ -25357,7 +25892,7 @@ "deps": { "common": [ { - "id": "cc 1.2.63", + "id": "cc 1.3.0", "target": "cc" } ], @@ -25372,14 +25907,14 @@ ], "license_file": "LICENSE" }, - "ron 0.12.1": { + "ron 0.12.2": { "name": "ron", - "version": "0.12.1", + "version": "0.12.2", "package_url": "https://github.com/ron-rs/ron", "repository": { "Http": { - "url": "https://static.crates.io/crates/ron/0.12.1/download", - "sha256": "4147b952f3f819eca0e99527022f7d6a8d05f111aeb0a62960c74eb283bec8fc" + "url": "https://static.crates.io/crates/ron/0.12.2/download", + "sha256": "81116b9531d61eabc41aeb228e4b6b2435bcca3233b98cf3b3077d4e6e9debb3" } }, "targets": [ @@ -25411,7 +25946,7 @@ "deps": { "common": [ { - "id": "bitflags 2.11.1", + "id": "bitflags 2.13.1", "target": "bitflags" }, { @@ -25419,7 +25954,7 @@ "target": "once_cell" }, { - "id": "serde 1.0.228", + "id": "serde 1.0.229", "target": "serde" }, { @@ -25437,13 +25972,13 @@ "proc_macro_deps": { "common": [ { - "id": "serde_derive 1.0.228", + "id": "serde_derive 1.0.229", "target": "serde_derive" } ], "selects": {} }, - "version": "0.12.1" + "version": "0.12.2" }, "license": "MIT OR Apache-2.0", "license_ids": [ @@ -25491,7 +26026,7 @@ "deps": { "common": [ { - "id": "bitflags 2.11.1", + "id": "bitflags 2.13.1", "target": "bitflags" }, { @@ -25511,7 +26046,7 @@ "target": "libsqlite3_sys" }, { - "id": "smallvec 1.15.1", + "id": "smallvec 1.15.2", "target": "smallvec" } ], @@ -25583,14 +26118,14 @@ ], "license_file": "LICENSE" }, - "rustc-hash 2.1.2": { + "rustc-hash 2.1.3": { "name": "rustc-hash", - "version": "2.1.2", + "version": "2.1.3", "package_url": "https://github.com/rust-lang/rustc-hash", "repository": { "Http": { - "url": "https://static.crates.io/crates/rustc-hash/2.1.2/download", - "sha256": "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe" + "url": "https://static.crates.io/crates/rustc-hash/2.1.3/download", + "sha256": "6b1e7f9a428571be2dc5bc0505c13fb6bf936822b894ec87abf8a08a4e51742d" } }, "targets": [ @@ -25613,7 +26148,7 @@ "**" ], "edition": "2021", - "version": "2.1.2" + "version": "2.1.3" }, "license": "Apache-2.0 OR MIT", "license_ids": [ @@ -25836,7 +26371,7 @@ "deps": { "common": [ { - "id": "bitflags 2.11.1", + "id": "bitflags 2.13.1", "target": "bitflags" }, { @@ -25981,7 +26516,7 @@ "deps": { "common": [ { - "id": "bitflags 2.11.1", + "id": "bitflags 2.13.1", "target": "bitflags" }, { @@ -26069,14 +26604,14 @@ ], "license_file": "LICENSE-APACHE" }, - "rustls 0.23.40": { + "rustls 0.23.42": { "name": "rustls", - "version": "0.23.40", + "version": "0.23.42", "package_url": "https://github.com/rustls/rustls", "repository": { "Http": { - "url": "https://static.crates.io/crates/rustls/0.23.40/download", - "sha256": "ef86cd5876211988985292b91c96a8f2d298df24e75989a43a3c73f2d4d8168b" + "url": "https://static.crates.io/crates/rustls/0.23.42/download", + "sha256": "3c54fcab019b409d04215d3a17cb438fd7fbf192ee61461f20f4fe18704bc138" } }, "targets": [ @@ -26129,11 +26664,11 @@ "target": "ring" }, { - "id": "rustls 0.23.40", + "id": "rustls 0.23.42", "target": "build_script_build" }, { - "id": "rustls-pki-types 1.14.1", + "id": "rustls-pki-types 1.15.0", "target": "rustls_pki_types", "alias": "pki_types" }, @@ -26146,14 +26681,14 @@ "target": "subtle" }, { - "id": "zeroize 1.8.2", + "id": "zeroize 1.9.0", "target": "zeroize" } ], "selects": {} }, "edition": "2021", - "version": "0.23.40" + "version": "0.23.42" }, "build_script_attrs": { "compile_data_glob": [ @@ -26183,14 +26718,14 @@ ], "license_file": "LICENSE-APACHE" }, - "rustls-pki-types 1.14.1": { + "rustls-pki-types 1.15.0": { "name": "rustls-pki-types", - "version": "1.14.1", + "version": "1.15.0", "package_url": "https://github.com/rustls/pki-types", "repository": { "Http": { - "url": "https://static.crates.io/crates/rustls-pki-types/1.14.1/download", - "sha256": "30a7197ae7eb376e574fe940d068c30fe0462554a3ddbe4eca7838e049c937a9" + "url": "https://static.crates.io/crates/rustls-pki-types/1.15.0/download", + "sha256": "764899a24af3980067ee14bc143654f297b22eaebfe3c7b6b211920a5a59b046" } }, "targets": [ @@ -26223,14 +26758,14 @@ "deps": { "common": [ { - "id": "zeroize 1.8.2", + "id": "zeroize 1.9.0", "target": "zeroize" } ], "selects": {} }, "edition": "2021", - "version": "1.14.1" + "version": "1.15.0" }, "license": "MIT OR Apache-2.0", "license_ids": [ @@ -26283,7 +26818,7 @@ "target": "ring" }, { - "id": "rustls-pki-types 1.14.1", + "id": "rustls-pki-types 1.15.0", "target": "rustls_pki_types", "alias": "pki_types" }, @@ -26303,14 +26838,14 @@ ], "license_file": "LICENSE" }, - "rustversion 1.0.22": { + "rustversion 1.0.23": { "name": "rustversion", - "version": "1.0.22", + "version": "1.0.23", "package_url": "https://github.com/dtolnay/rustversion", "repository": { "Http": { - "url": "https://static.crates.io/crates/rustversion/1.0.22/download", - "sha256": "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" + "url": "https://static.crates.io/crates/rustversion/1.0.23/download", + "sha256": "cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f" } }, "targets": [ @@ -26347,14 +26882,14 @@ "deps": { "common": [ { - "id": "rustversion 1.0.22", + "id": "rustversion 1.0.23", "target": "build_script_build" } ], "selects": {} }, "edition": "2018", - "version": "1.0.22" + "version": "1.0.23" }, "build_script_attrs": { "compile_data_glob": [ @@ -26418,7 +26953,7 @@ "deps": { "common": [ { - "id": "bitflags 2.11.1", + "id": "bitflags 2.13.1", "target": "bitflags" }, { @@ -26438,11 +26973,11 @@ "target": "libc" }, { - "id": "log 0.4.30", + "id": "log 0.4.33", "target": "log" }, { - "id": "memchr 2.8.1", + "id": "memchr 2.8.3", "target": "memchr" }, { @@ -26450,7 +26985,7 @@ "target": "radix_trie" }, { - "id": "unicode-segmentation 1.13.2", + "id": "unicode-segmentation 1.13.3", "target": "unicode_segmentation" }, { @@ -26712,7 +27247,7 @@ "target": "cbc" }, { - "id": "futures-util 0.3.32", + "id": "futures-util 0.3.33", "target": "futures_util" }, { @@ -26732,11 +27267,11 @@ "target": "once_cell" }, { - "id": "rand 0.8.6", + "id": "rand 0.8.7", "target": "rand" }, { - "id": "serde 1.0.228", + "id": "serde 1.0.229", "target": "serde" }, { @@ -26802,7 +27337,7 @@ "deps": { "common": [ { - "id": "bitflags 2.11.1", + "id": "bitflags 2.13.1", "target": "bitflags" }, { @@ -26875,7 +27410,7 @@ "deps": { "common": [ { - "id": "bitflags 2.11.1", + "id": "bitflags 2.13.1", "target": "bitflags" }, { @@ -27016,14 +27551,14 @@ ], "license_file": "LICENSE-APACHE" }, - "serde 1.0.228": { + "serde 1.0.229": { "name": "serde", - "version": "1.0.228", + "version": "1.0.229", "package_url": "https://github.com/serde-rs/serde", "repository": { "Http": { - "url": "https://static.crates.io/crates/serde/1.0.228/download", - "sha256": "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" + "url": "https://static.crates.io/crates/serde/1.0.229/download", + "sha256": "4148590afebada386688f18773da617792bf2ef03ffc1e4cbd2b1d45b023e0ba" } }, "targets": [ @@ -27070,11 +27605,11 @@ "deps": { "common": [ { - "id": "serde 1.0.228", + "id": "serde 1.0.229", "target": "build_script_build" }, { - "id": "serde_core 1.0.228", + "id": "serde_core 1.0.229", "target": "serde_core" } ], @@ -27084,13 +27619,13 @@ "proc_macro_deps": { "common": [ { - "id": "serde_derive 1.0.228", + "id": "serde_derive 1.0.229", "target": "serde_derive" } ], "selects": {} }, - "version": "1.0.228" + "version": "1.0.229" }, "build_script_attrs": { "compile_data_glob": [ @@ -27146,7 +27681,7 @@ "target": "erased_serde" }, { - "id": "serde_core 1.0.228", + "id": "serde_core 1.0.229", "target": "serde_core" }, { @@ -27157,7 +27692,7 @@ "selects": { "cfg(any())": [ { - "id": "serde 1.0.228", + "id": "serde 1.0.229", "target": "serde" } ] @@ -27173,14 +27708,14 @@ ], "license_file": "LICENSE-APACHE" }, - "serde_core 1.0.228": { + "serde_core 1.0.229": { "name": "serde_core", - "version": "1.0.228", + "version": "1.0.229", "package_url": "https://github.com/serde-rs/serde", "repository": { "Http": { - "url": "https://static.crates.io/crates/serde_core/1.0.228/download", - "sha256": "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" + "url": "https://static.crates.io/crates/serde_core/1.0.229/download", + "sha256": "67dca2c9c51e58a4791a4b1ed58308b39c64224d349a935ab5039aa360942a48" } }, "targets": [ @@ -27226,7 +27761,7 @@ "deps": { "common": [ { - "id": "serde_core 1.0.228", + "id": "serde_core 1.0.229", "target": "build_script_build" } ], @@ -27238,13 +27773,13 @@ "selects": { "cfg(any())": [ { - "id": "serde_derive 1.0.228", + "id": "serde_derive 1.0.229", "target": "serde_derive" } ] } }, - "version": "1.0.228" + "version": "1.0.229" }, "build_script_attrs": { "compile_data_glob": [ @@ -27264,14 +27799,14 @@ ], "license_file": "LICENSE-APACHE" }, - "serde_derive 1.0.228": { + "serde_derive 1.0.229": { "name": "serde_derive", - "version": "1.0.228", + "version": "1.0.229", "package_url": "https://github.com/serde-rs/serde", "repository": { "Http": { - "url": "https://static.crates.io/crates/serde_derive/1.0.228/download", - "sha256": "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" + "url": "https://static.crates.io/crates/serde_derive/1.0.229/download", + "sha256": "e7a5d71263a5a7d47b41f6b3f06ba276f10cc18b0931f1799f710578e2309348" } }, "targets": [ @@ -27302,22 +27837,22 @@ "deps": { "common": [ { - "id": "proc-macro2 1.0.106", + "id": "proc-macro2 1.0.107", "target": "proc_macro2" }, { - "id": "quote 1.0.45", + "id": "quote 1.0.47", "target": "quote" }, { - "id": "syn 2.0.117", + "id": "syn 3.0.0", "target": "syn" } ], "selects": {} }, "edition": "2021", - "version": "1.0.228" + "version": "1.0.229" }, "license": "MIT OR Apache-2.0", "license_ids": [ @@ -27382,11 +27917,11 @@ "target": "itoa" }, { - "id": "memchr 2.8.1", + "id": "memchr 2.8.3", "target": "memchr" }, { - "id": "serde_core 1.0.228", + "id": "serde_core 1.0.229", "target": "serde_core" }, { @@ -27394,14 +27929,14 @@ "target": "build_script_build" }, { - "id": "zmij 1.0.21", + "id": "zmij 1.0.23", "target": "zmij" } ], "selects": { "cfg(any())": [ { - "id": "serde 1.0.228", + "id": "serde 1.0.229", "target": "serde" } ] @@ -27464,14 +27999,14 @@ "target": "itoa" }, { - "id": "serde_core 1.0.228", + "id": "serde_core 1.0.229", "target": "serde_core" } ], "selects": { "cfg(any())": [ { - "id": "serde 1.0.228", + "id": "serde 1.0.229", "target": "serde" } ] @@ -27487,14 +28022,14 @@ ], "license_file": "LICENSE-APACHE" }, - "serde_repr 0.1.20": { + "serde_repr 0.1.21": { "name": "serde_repr", - "version": "0.1.20", + "version": "0.1.21", "package_url": "https://github.com/dtolnay/serde-repr", "repository": { "Http": { - "url": "https://static.crates.io/crates/serde_repr/0.1.20/download", - "sha256": "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c" + "url": "https://static.crates.io/crates/serde_repr/0.1.21/download", + "sha256": "8d3b1629de253c70a0508c3899572da79ca359fdab27c7920ff00406df418906" } }, "targets": [ @@ -27519,22 +28054,22 @@ "deps": { "common": [ { - "id": "proc-macro2 1.0.106", + "id": "proc-macro2 1.0.107", "target": "proc_macro2" }, { - "id": "quote 1.0.45", + "id": "quote 1.0.47", "target": "quote" }, { - "id": "syn 2.0.117", + "id": "syn 3.0.0", "target": "syn" } ], "selects": {} }, "edition": "2021", - "version": "0.1.20" + "version": "0.1.21" }, "license": "MIT OR Apache-2.0", "license_ids": [ @@ -27582,7 +28117,7 @@ "deps": { "common": [ { - "id": "serde_core 1.0.228", + "id": "serde_core 1.0.229", "target": "serde_core" } ], @@ -27642,7 +28177,7 @@ "target": "ryu" }, { - "id": "serde 1.0.228", + "id": "serde 1.0.229", "target": "serde" } ], @@ -27658,14 +28193,14 @@ ], "license_file": "LICENSE-APACHE" }, - "sha1 0.10.6": { + "sha1 0.10.7": { "name": "sha1", - "version": "0.10.6", + "version": "0.10.7", "package_url": "https://github.com/RustCrypto/hashes", "repository": { "Http": { - "url": "https://static.crates.io/crates/sha1/0.10.6/download", - "sha256": "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" + "url": "https://static.crates.io/crates/sha1/0.10.7/download", + "sha256": "a978451301f4db1d02937a4ab3ccce137717b81826e79b7d49ffe3244a13c3b8" } }, "targets": [ @@ -27715,7 +28250,7 @@ } }, "edition": "2018", - "version": "0.10.6" + "version": "0.10.7" }, "license": "MIT OR Apache-2.0", "license_ids": [ @@ -27754,21 +28289,11 @@ "**" ], "crate_features": { - "common": [], - "selects": { - "aarch64-unknown-linux-gnu": [ - "default", - "std" - ], - "x86_64-unknown-linux-gnu": [ - "default", - "std" - ], - "x86_64-unknown-nixos-gnu": [ - "default", - "std" - ] - } + "common": [ + "default", + "std" + ], + "selects": {} }, "deps": { "common": [ @@ -27976,7 +28501,7 @@ "target": "libc" }, { - "id": "mio 1.2.1", + "id": "mio 1.2.2", "target": "mio", "alias": "mio_1_0" }, @@ -28095,14 +28620,14 @@ ], "license_file": "LICENSE-APACHE" }, - "simd-adler32 0.3.9": { + "simd-adler32 0.3.10": { "name": "simd-adler32", - "version": "0.3.9", + "version": "0.3.10", "package_url": "https://github.com/mcountryman/simd-adler32", "repository": { "Http": { - "url": "https://static.crates.io/crates/simd-adler32/0.3.9/download", - "sha256": "703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214" + "url": "https://static.crates.io/crates/simd-adler32/0.3.10/download", + "sha256": "3a219298ac11a56ea9a6d2120044824d6f01aeb034955e7af7bc16858527deea" } }, "targets": [ @@ -28133,7 +28658,7 @@ "selects": {} }, "edition": "2018", - "version": "0.3.9" + "version": "0.3.10" }, "license": "MIT", "license_ids": [ @@ -28173,7 +28698,7 @@ "deps": { "common": [ { - "id": "quote 1.0.45", + "id": "quote 1.0.47", "target": "quote" } ], @@ -28220,7 +28745,7 @@ "deps": { "common": [ { - "id": "num-bigint 0.4.6", + "id": "num-bigint 0.4.8", "target": "num_bigint" }, { @@ -28228,11 +28753,11 @@ "target": "num_traits" }, { - "id": "thiserror 2.0.18", + "id": "thiserror 2.0.19", "target": "thiserror" }, { - "id": "time 0.3.47", + "id": "time 0.3.53", "target": "time" } ], @@ -28338,14 +28863,14 @@ ], "license_file": "LICENSE" }, - "smallvec 1.15.1": { + "smallvec 1.15.2": { "name": "smallvec", - "version": "1.15.1", + "version": "1.15.2", "package_url": "https://github.com/servo/rust-smallvec", "repository": { "Http": { - "url": "https://static.crates.io/crates/smallvec/1.15.1/download", - "sha256": "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" + "url": "https://static.crates.io/crates/smallvec/1.15.2/download", + "sha256": "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90" } }, "targets": [ @@ -28375,7 +28900,7 @@ "selects": {} }, "edition": "2018", - "version": "1.15.1" + "version": "1.15.2" }, "license": "MIT OR Apache-2.0", "license_ids": [ @@ -28446,14 +28971,14 @@ ], "license_file": "LICENSE-APACHE" }, - "socket2 0.6.4": { + "socket2 0.6.5": { "name": "socket2", - "version": "0.6.4", + "version": "0.6.5", "package_url": "https://github.com/rust-lang/socket2", "repository": { "Http": { - "url": "https://static.crates.io/crates/socket2/0.6.4/download", - "sha256": "52d1cfed4120b4d927bf7c0f86d2087a4a7d6027c906d9f9d525a80573b9be51" + "url": "https://static.crates.io/crates/socket2/0.6.5/download", + "sha256": "c3d1e2c7f27f8d4cb10542a02c49005dbd6e93095799d6f3be745fae9f8fedd4" } }, "targets": [ @@ -28516,7 +29041,7 @@ } }, "edition": "2021", - "version": "0.6.4" + "version": "0.6.5" }, "license": "MIT OR Apache-2.0", "license_ids": [ @@ -28641,14 +29166,14 @@ ], "license_file": "LICENSE" }, - "strum 0.27.2": { + "strum 0.28.0": { "name": "strum", - "version": "0.27.2", + "version": "0.28.0", "package_url": "https://github.com/Peternator7/strum", "repository": { "Http": { - "url": "https://static.crates.io/crates/strum/0.27.2/download", - "sha256": "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf" + "url": "https://static.crates.io/crates/strum/0.28.0/download", + "sha256": "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd" } }, "targets": [ @@ -28682,13 +29207,13 @@ "proc_macro_deps": { "common": [ { - "id": "strum_macros 0.27.2", + "id": "strum_macros 0.28.0", "target": "strum_macros" } ], "selects": {} }, - "version": "0.27.2" + "version": "0.28.0" }, "license": "MIT", "license_ids": [ @@ -28696,14 +29221,14 @@ ], "license_file": "LICENSE" }, - "strum_macros 0.27.2": { + "strum_macros 0.28.0": { "name": "strum_macros", - "version": "0.27.2", + "version": "0.28.0", "package_url": "https://github.com/Peternator7/strum", "repository": { "Http": { - "url": "https://static.crates.io/crates/strum_macros/0.27.2/download", - "sha256": "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7" + "url": "https://static.crates.io/crates/strum_macros/0.28.0/download", + "sha256": "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664" } }, "targets": [ @@ -28732,22 +29257,22 @@ "target": "heck" }, { - "id": "proc-macro2 1.0.106", + "id": "proc-macro2 1.0.107", "target": "proc_macro2" }, { - "id": "quote 1.0.45", + "id": "quote 1.0.47", "target": "quote" }, { - "id": "syn 2.0.117", + "id": "syn 2.0.119", "target": "syn" } ], "selects": {} }, "edition": "2021", - "version": "0.27.2" + "version": "0.28.0" }, "license": "MIT", "license_ids": [ @@ -28853,11 +29378,11 @@ "deps": { "common": [ { - "id": "proc-macro2 1.0.106", + "id": "proc-macro2 1.0.107", "target": "proc_macro2" }, { - "id": "quote 1.0.45", + "id": "quote 1.0.47", "target": "quote" }, { @@ -28892,14 +29417,14 @@ ], "license_file": "LICENSE-APACHE" }, - "syn 2.0.117": { + "syn 2.0.119": { "name": "syn", - "version": "2.0.117", + "version": "2.0.119", "package_url": "https://github.com/dtolnay/syn", "repository": { "Http": { - "url": "https://static.crates.io/crates/syn/2.0.117/download", - "sha256": "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99" + "url": "https://static.crates.io/crates/syn/2.0.119/download", + "sha256": "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297" } }, "targets": [ @@ -28963,11 +29488,11 @@ "deps": { "common": [ { - "id": "proc-macro2 1.0.106", + "id": "proc-macro2 1.0.107", "target": "proc_macro2" }, { - "id": "quote 1.0.45", + "id": "quote 1.0.47", "target": "quote" }, { @@ -28978,7 +29503,76 @@ "selects": {} }, "edition": "2021", - "version": "2.0.117" + "version": "2.0.119" + }, + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" + }, + "syn 3.0.0": { + "name": "syn", + "version": "3.0.0", + "package_url": "https://github.com/dtolnay/syn", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/syn/3.0.0/download", + "sha256": "f2fac314a64dc9a36e61a9eb4261a5e9bbfbc922b27e518af97bc32b926cf967" + } + }, + "targets": [ + { + "Library": { + "crate_name": "syn", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "syn", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "clone-impls", + "default", + "derive", + "full", + "parsing", + "printing", + "proc-macro", + "visit-mut" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.107", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "unicode-ident 1.0.24", + "target": "unicode_ident" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "3.0.0" }, "license": "MIT OR Apache-2.0", "license_ids": [ @@ -29026,7 +29620,7 @@ "deps": { "common": [ { - "id": "futures-core 0.3.32", + "id": "futures-core 0.3.33", "target": "futures_core" } ], @@ -29080,15 +29674,15 @@ "deps": { "common": [ { - "id": "proc-macro2 1.0.106", + "id": "proc-macro2 1.0.107", "target": "proc_macro2" }, { - "id": "quote 1.0.45", + "id": "quote 1.0.47", "target": "quote" }, { - "id": "syn 2.0.117", + "id": "syn 2.0.119", "target": "syn" } ], @@ -29178,15 +29772,15 @@ "target": "onig" }, { - "id": "plist 1.9.0", + "id": "plist 1.10.0", "target": "plist" }, { - "id": "regex-syntax 0.8.10", + "id": "regex-syntax 0.8.11", "target": "regex_syntax" }, { - "id": "serde 1.0.228", + "id": "serde 1.0.229", "target": "serde" }, { @@ -29194,7 +29788,7 @@ "target": "serde_json" }, { - "id": "thiserror 2.0.18", + "id": "thiserror 2.0.19", "target": "thiserror" }, { @@ -29212,7 +29806,7 @@ "proc_macro_deps": { "common": [ { - "id": "serde_derive 1.0.228", + "id": "serde_derive 1.0.229", "target": "serde_derive" } ], @@ -29258,7 +29852,7 @@ "deps": { "common": [ { - "id": "bitflags 2.11.1", + "id": "bitflags 2.13.1", "target": "bitflags" }, { @@ -29497,13 +30091,13 @@ "selects": { "aarch64-apple-darwin": [ { - "id": "getrandom 0.4.2", + "id": "getrandom 0.4.3", "target": "getrandom" } ], "aarch64-unknown-linux-gnu": [ { - "id": "getrandom 0.4.2", + "id": "getrandom 0.4.3", "target": "getrandom" } ], @@ -29521,25 +30115,25 @@ ], "wasm32-wasip1": [ { - "id": "getrandom 0.4.2", + "id": "getrandom 0.4.3", "target": "getrandom" } ], "x86_64-pc-windows-msvc": [ { - "id": "getrandom 0.4.2", + "id": "getrandom 0.4.3", "target": "getrandom" } ], "x86_64-unknown-linux-gnu": [ { - "id": "getrandom 0.4.2", + "id": "getrandom 0.4.3", "target": "getrandom" } ], "x86_64-unknown-nixos-gnu": [ { - "id": "getrandom 0.4.2", + "id": "getrandom 0.4.3", "target": "getrandom" } ] @@ -29555,6 +30149,75 @@ ], "license_file": "LICENSE-APACHE" }, + "termina 0.3.3": { + "name": "termina", + "version": "0.3.3", + "package_url": "https://github.com/helix-editor/termina", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/termina/0.3.3/download", + "sha256": "9048a889effe34a5cddee0af7f53285198b16dca3be510858d38dfdb3e62a04e" + } + }, + "targets": [ + { + "Library": { + "crate_name": "termina", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "termina", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "bitflags 2.13.1", + "target": "bitflags" + }, + { + "id": "parking_lot 0.12.5", + "target": "parking_lot" + } + ], + "selects": { + "cfg(unix)": [ + { + "id": "rustix 1.1.4", + "target": "rustix" + }, + { + "id": "signal-hook 0.3.18", + "target": "signal_hook" + } + ], + "cfg(windows)": [ + { + "id": "windows-sys 0.61.2", + "target": "windows_sys" + } + ] + } + }, + "edition": "2021", + "version": "0.3.3" + }, + "license": "MIT OR MPL-2.0", + "license_ids": [ + "MIT", + "MPL-2.0" + ], + "license_file": "LICENSE-MIT" + }, "terminfo 0.9.0": { "name": "terminfo", "version": "0.9.0", @@ -29763,7 +30426,7 @@ "deps": { "common": [ { - "id": "anyhow 1.0.102", + "id": "anyhow 1.0.104", "target": "anyhow" }, { @@ -29771,7 +30434,7 @@ "target": "base64" }, { - "id": "bitflags 2.11.1", + "id": "bitflags 2.13.1", "target": "bitflags" }, { @@ -29803,7 +30466,7 @@ "target": "libc" }, { - "id": "log 0.4.30", + "id": "log 0.4.33", "target": "log" }, { @@ -29819,7 +30482,7 @@ "target": "ordered_float" }, { - "id": "pest 2.8.6", + "id": "pest 2.8.7", "target": "pest" }, { @@ -29847,7 +30510,7 @@ "target": "ucd_trie" }, { - "id": "unicode-segmentation 1.13.2", + "id": "unicode-segmentation 1.13.3", "target": "unicode_segmentation" }, { @@ -29906,7 +30569,7 @@ "target": "num_derive" }, { - "id": "pest_derive 2.8.6", + "id": "pest_derive 2.8.7", "target": "pest_derive" } ], @@ -30000,14 +30663,14 @@ ], "license_file": "LICENSE-APACHE" }, - "thiserror 2.0.18": { + "thiserror 2.0.19": { "name": "thiserror", - "version": "2.0.18", + "version": "2.0.19", "package_url": "https://github.com/dtolnay/thiserror", "repository": { "Http": { - "url": "https://static.crates.io/crates/thiserror/2.0.18/download", - "sha256": "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" + "url": "https://static.crates.io/crates/thiserror/2.0.19/download", + "sha256": "09a43598840e33d5b0331f38c5e30d13bb11c11210a4b58f0d9b18a5a5eefcd9" } }, "targets": [ @@ -30051,7 +30714,7 @@ "deps": { "common": [ { - "id": "thiserror 2.0.18", + "id": "thiserror 2.0.19", "target": "build_script_build" } ], @@ -30061,13 +30724,13 @@ "proc_macro_deps": { "common": [ { - "id": "thiserror-impl 2.0.18", + "id": "thiserror-impl 2.0.19", "target": "thiserror_impl" } ], "selects": {} }, - "version": "2.0.18" + "version": "2.0.19" }, "build_script_attrs": { "compile_data_glob": [ @@ -30119,15 +30782,15 @@ "deps": { "common": [ { - "id": "proc-macro2 1.0.106", + "id": "proc-macro2 1.0.107", "target": "proc_macro2" }, { - "id": "quote 1.0.45", + "id": "quote 1.0.47", "target": "quote" }, { - "id": "syn 2.0.117", + "id": "syn 2.0.119", "target": "syn" } ], @@ -30143,14 +30806,14 @@ ], "license_file": "LICENSE-APACHE" }, - "thiserror-impl 2.0.18": { + "thiserror-impl 2.0.19": { "name": "thiserror-impl", - "version": "2.0.18", + "version": "2.0.19", "package_url": "https://github.com/dtolnay/thiserror", "repository": { "Http": { - "url": "https://static.crates.io/crates/thiserror-impl/2.0.18/download", - "sha256": "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" + "url": "https://static.crates.io/crates/thiserror-impl/2.0.19/download", + "sha256": "43cbfe0cf76104d42a574802844187e84a305e531ed54455f11fbde0f10541cd" } }, "targets": [ @@ -30175,22 +30838,22 @@ "deps": { "common": [ { - "id": "proc-macro2 1.0.106", + "id": "proc-macro2 1.0.107", "target": "proc_macro2" }, { - "id": "quote 1.0.45", + "id": "quote 1.0.47", "target": "quote" }, { - "id": "syn 2.0.117", + "id": "syn 3.0.0", "target": "syn" } ], "selects": {} }, "edition": "2021", - "version": "2.0.18" + "version": "2.0.19" }, "license": "MIT OR Apache-2.0", "license_ids": [ @@ -30277,14 +30940,14 @@ ], "license_file": "LICENSE" }, - "time 0.3.47": { + "time 0.3.53": { "name": "time", - "version": "0.3.47", + "version": "0.3.53", "package_url": "https://github.com/time-rs/time", "repository": { "Http": { - "url": "https://static.crates.io/crates/time/0.3.47/download", - "sha256": "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c" + "url": "https://static.crates.io/crates/time/0.3.53/download", + "sha256": "18dfaaeddcb932337b5e7866ee7d0ce9b76d2fd092997146f187ec09b4558a50" } }, "targets": [ @@ -30324,10 +30987,6 @@ "id": "deranged 0.5.8", "target": "deranged" }, - { - "id": "itoa 1.0.18", - "target": "itoa" - }, { "id": "num-conv 0.2.2", "target": "num_conv" @@ -30337,7 +30996,7 @@ "target": "powerfmt" }, { - "id": "time-core 0.1.8", + "id": "time-core 0.1.9", "target": "time_core" } ], @@ -30388,13 +31047,13 @@ "proc_macro_deps": { "common": [ { - "id": "time-macros 0.2.27", + "id": "time-macros 0.2.31", "target": "time_macros" } ], "selects": {} }, - "version": "0.3.47" + "version": "0.3.53" }, "license": "MIT OR Apache-2.0", "license_ids": [ @@ -30403,14 +31062,14 @@ ], "license_file": "LICENSE-Apache" }, - "time-core 0.1.8": { + "time-core 0.1.9": { "name": "time-core", - "version": "0.1.8", + "version": "0.1.9", "package_url": "https://github.com/time-rs/time", "repository": { "Http": { - "url": "https://static.crates.io/crates/time-core/0.1.8/download", - "sha256": "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca" + "url": "https://static.crates.io/crates/time-core/0.1.9/download", + "sha256": "9e1c906769ad99c88eaa54e728060edef082f8e358ff32030cb7c7d315e81109" } }, "targets": [ @@ -30433,7 +31092,7 @@ "**" ], "edition": "2024", - "version": "0.1.8" + "version": "0.1.9" }, "license": "MIT OR Apache-2.0", "license_ids": [ @@ -30442,14 +31101,14 @@ ], "license_file": "LICENSE-Apache" }, - "time-macros 0.2.27": { + "time-macros 0.2.31": { "name": "time-macros", - "version": "0.2.27", + "version": "0.2.31", "package_url": "https://github.com/time-rs/time", "repository": { "Http": { - "url": "https://static.crates.io/crates/time-macros/0.2.27/download", - "sha256": "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215" + "url": "https://static.crates.io/crates/time-macros/0.2.31/download", + "sha256": "c431b87111666e491a90baa837f914fb45cd5dc3c268591b0220ff5057f2085f" } }, "targets": [ @@ -30485,14 +31144,14 @@ "target": "num_conv" }, { - "id": "time-core 0.1.8", + "id": "time-core 0.1.9", "target": "time_core" } ], "selects": {} }, "edition": "2024", - "version": "0.2.27" + "version": "0.2.31" }, "license": "MIT OR Apache-2.0", "license_ids": [ @@ -30676,7 +31335,7 @@ "deps": { "common": [ { - "id": "serde 1.0.228", + "id": "serde 1.0.229", "target": "serde" }, { @@ -30696,14 +31355,14 @@ ], "license_file": "LICENSE-APACHE" }, - "tinyvec 1.11.0": { + "tinyvec 1.12.0": { "name": "tinyvec", - "version": "1.11.0", + "version": "1.12.0", "package_url": "https://github.com/Lokathor/tinyvec", "repository": { "Http": { - "url": "https://static.crates.io/crates/tinyvec/1.11.0/download", - "sha256": "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3" + "url": "https://static.crates.io/crates/tinyvec/1.12.0/download", + "sha256": "bb4ebadaa0af04fab11ae01eb5f9fdb5f9c5b875506e210e71c07873528baa7f" } }, "targets": [ @@ -30726,7 +31385,7 @@ "**" ], "edition": "2018", - "version": "1.11.0" + "version": "1.12.0" }, "license": "Zlib OR Apache-2.0 OR MIT", "license_ids": [ @@ -30776,14 +31435,14 @@ ], "license_file": "LICENSE-APACHE.md" }, - "tokio 1.52.3": { + "tokio 1.53.0": { "name": "tokio", - "version": "1.52.3", + "version": "1.53.0", "package_url": "https://github.com/tokio-rs/tokio", "repository": { "Http": { - "url": "https://static.crates.io/crates/tokio/1.52.3/download", - "sha256": "8fc7f01b389ac15039e4dc9531aa973a135d7a4135281b12d7c1bc79fd57fffe" + "url": "https://static.crates.io/crates/tokio/1.53.0/download", + "sha256": "d988bcd52dbe076d3d46903332f58c912b87a2c49b1428419a5845154762ffee" } }, "targets": [ @@ -30837,11 +31496,11 @@ "deps": { "common": [ { - "id": "bytes 1.11.1", + "id": "bytes 1.12.1", "target": "bytes" }, { - "id": "mio 1.2.1", + "id": "mio 1.2.2", "target": "mio" }, { @@ -30864,7 +31523,7 @@ "target": "signal_hook_registry" }, { - "id": "socket2 0.6.4", + "id": "socket2 0.6.5", "target": "socket2" } ], @@ -30878,7 +31537,7 @@ "target": "signal_hook_registry" }, { - "id": "socket2 0.6.4", + "id": "socket2 0.6.5", "target": "socket2" } ], @@ -30890,7 +31549,7 @@ ], "x86_64-pc-windows-msvc": [ { - "id": "socket2 0.6.4", + "id": "socket2 0.6.5", "target": "socket2" }, { @@ -30908,7 +31567,7 @@ "target": "signal_hook_registry" }, { - "id": "socket2 0.6.4", + "id": "socket2 0.6.5", "target": "socket2" } ], @@ -30922,7 +31581,7 @@ "target": "signal_hook_registry" }, { - "id": "socket2 0.6.4", + "id": "socket2 0.6.5", "target": "socket2" } ] @@ -30932,13 +31591,13 @@ "proc_macro_deps": { "common": [ { - "id": "tokio-macros 2.7.0", + "id": "tokio-macros 2.7.1", "target": "tokio_macros" } ], "selects": {} }, - "version": "1.52.3" + "version": "1.53.0" }, "license": "MIT", "license_ids": [ @@ -30946,14 +31605,14 @@ ], "license_file": "LICENSE" }, - "tokio-macros 2.7.0": { + "tokio-macros 2.7.1": { "name": "tokio-macros", - "version": "2.7.0", + "version": "2.7.1", "package_url": "https://github.com/tokio-rs/tokio", "repository": { "Http": { - "url": "https://static.crates.io/crates/tokio-macros/2.7.0/download", - "sha256": "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496" + "url": "https://static.crates.io/crates/tokio-macros/2.7.1/download", + "sha256": "6328af13490e73a9b4694030fafd93f8c8c6a9dede33e821c3fc63eddf8042ba" } }, "targets": [ @@ -30978,22 +31637,22 @@ "deps": { "common": [ { - "id": "proc-macro2 1.0.106", + "id": "proc-macro2 1.0.107", "target": "proc_macro2" }, { - "id": "quote 1.0.45", + "id": "quote 1.0.47", "target": "quote" }, { - "id": "syn 2.0.117", + "id": "syn 2.0.119", "target": "syn" } ], "selects": {} }, "edition": "2021", - "version": "2.7.0" + "version": "2.7.1" }, "license": "MIT", "license_ids": [ @@ -31037,7 +31696,7 @@ "target": "native_tls" }, { - "id": "tokio 1.52.3", + "id": "tokio 1.53.0", "target": "tokio" } ], @@ -31091,11 +31750,11 @@ "deps": { "common": [ { - "id": "rustls 0.23.40", + "id": "rustls 0.23.42", "target": "rustls" }, { - "id": "tokio 1.52.3", + "id": "tokio 1.53.0", "target": "tokio" } ], @@ -31162,23 +31821,23 @@ "deps": { "common": [ { - "id": "bytes 1.11.1", + "id": "bytes 1.12.1", "target": "bytes" }, { - "id": "futures-core 0.3.32", + "id": "futures-core 0.3.33", "target": "futures_core" }, { - "id": "futures-io 0.3.32", + "id": "futures-io 0.3.33", "target": "futures_io" }, { - "id": "futures-sink 0.3.32", + "id": "futures-sink 0.3.33", "target": "futures_sink" }, { - "id": "futures-util 0.3.32", + "id": "futures-util 0.3.33", "target": "futures_util" }, { @@ -31194,7 +31853,7 @@ "target": "slab" }, { - "id": "tokio 1.52.3", + "id": "tokio 1.53.0", "target": "tokio" } ], @@ -31209,14 +31868,14 @@ ], "license_file": "LICENSE" }, - "toml 1.1.2+spec-1.1.0": { + "toml 1.1.3+spec-1.1.0": { "name": "toml", - "version": "1.1.2+spec-1.1.0", + "version": "1.1.3+spec-1.1.0", "package_url": "https://github.com/toml-rs/toml", "repository": { "Http": { - "url": "https://static.crates.io/crates/toml/1.1.2+spec-1.1.0/download", - "sha256": "81f3d15e84cbcd896376e6730314d59fb5a87f31e4b038454184435cd57defee" + "url": "https://static.crates.io/crates/toml/1.1.3+spec-1.1.0/download", + "sha256": "53c96ecdfa941c8fc4fcaed14f99ada8ebed502eef533015095a07e3301d4c3c" } }, "targets": [ @@ -31248,7 +31907,7 @@ "deps": { "common": [ { - "id": "serde_core 1.0.228", + "id": "serde_core 1.0.229", "target": "serde_core" }, { @@ -31264,14 +31923,14 @@ "target": "toml_parser" }, { - "id": "winnow 1.0.3", + "id": "winnow 1.0.4", "target": "winnow" } ], "selects": {} }, "edition": "2024", - "version": "1.1.2+spec-1.1.0" + "version": "1.1.3+spec-1.1.0" }, "license": "MIT OR Apache-2.0", "license_ids": [ @@ -31358,7 +32017,7 @@ "deps": { "common": [ { - "id": "serde_core 1.0.228", + "id": "serde_core 1.0.229", "target": "serde_core" } ], @@ -31474,7 +32133,7 @@ "deps": { "common": [ { - "id": "winnow 1.0.3", + "id": "winnow 1.0.4", "target": "winnow" } ], @@ -31561,11 +32220,11 @@ "deps": { "common": [ { - "id": "futures-core 0.3.32", + "id": "futures-core 0.3.33", "target": "futures_core" }, { - "id": "futures-util 0.3.32", + "id": "futures-util 0.3.33", "target": "futures_util" }, { @@ -31577,7 +32236,7 @@ "target": "sync_wrapper" }, { - "id": "tokio 1.52.3", + "id": "tokio 1.53.0", "target": "tokio" }, { @@ -31644,23 +32303,23 @@ "deps": { "common": [ { - "id": "bitflags 2.11.1", + "id": "bitflags 2.13.1", "target": "bitflags" }, { - "id": "bytes 1.11.1", + "id": "bytes 1.12.1", "target": "bytes" }, { - "id": "futures-util 0.3.32", + "id": "futures-util 0.3.33", "target": "futures_util" }, { - "id": "http 1.4.1", + "id": "http 1.4.2", "target": "http" }, { - "id": "http-body 1.0.1", + "id": "http-body 1.1.0", "target": "http_body" }, { @@ -31813,7 +32472,7 @@ "deps": { "common": [ { - "id": "log 0.4.30", + "id": "log 0.4.33", "target": "log" }, { @@ -31877,15 +32536,15 @@ "deps": { "common": [ { - "id": "proc-macro2 1.0.106", + "id": "proc-macro2 1.0.107", "target": "proc_macro2" }, { - "id": "quote 1.0.45", + "id": "quote 1.0.47", "target": "quote" }, { - "id": "syn 2.0.117", + "id": "syn 2.0.119", "target": "syn" } ], @@ -32033,11 +32692,11 @@ "deps": { "common": [ { - "id": "anyhow 1.0.102", + "id": "anyhow 1.0.104", "target": "anyhow" }, { - "id": "futures 0.3.32", + "id": "futures 0.3.33", "target": "futures" }, { @@ -32049,7 +32708,7 @@ "target": "parking_lot" }, { - "id": "rand 0.10.1", + "id": "rand 0.10.2", "target": "rand" }, { @@ -32057,7 +32716,7 @@ "target": "reqwest" }, { - "id": "serde 1.0.228", + "id": "serde 1.0.229", "target": "serde" }, { @@ -32065,11 +32724,11 @@ "target": "serde_json" }, { - "id": "thiserror 2.0.18", + "id": "thiserror 2.0.19", "target": "thiserror" }, { - "id": "tokio 1.52.3", + "id": "tokio 1.53.0", "target": "tokio" }, { @@ -32099,7 +32758,7 @@ "proc_macro_deps": { "common": [ { - "id": "async-trait 0.1.89", + "id": "async-trait 0.1.91", "target": "async_trait" } ], @@ -32261,7 +32920,7 @@ "deps": { "common": [ { - "id": "serde 1.0.228", + "id": "serde 1.0.229", "target": "serde" }, { @@ -32269,7 +32928,7 @@ "target": "serde_json" }, { - "id": "thiserror 2.0.18", + "id": "thiserror 2.0.19", "target": "thiserror" }, { @@ -32283,7 +32942,7 @@ "proc_macro_deps": { "common": [ { - "id": "async-trait 0.1.89", + "id": "async-trait 0.1.91", "target": "async_trait" } ], @@ -32392,7 +33051,7 @@ "deps": { "common": [ { - "id": "serde 1.0.228", + "id": "serde 1.0.229", "target": "serde" }, { @@ -32400,7 +33059,7 @@ "target": "serde_json" }, { - "id": "thiserror 2.0.18", + "id": "thiserror 2.0.19", "target": "thiserror" } ], @@ -32448,7 +33107,7 @@ "deps": { "common": [ { - "id": "serde 1.0.228", + "id": "serde 1.0.229", "target": "serde" }, { @@ -32510,11 +33169,11 @@ "deps": { "common": [ { - "id": "futures 0.3.32", + "id": "futures 0.3.33", "target": "futures" }, { - "id": "serde 1.0.228", + "id": "serde 1.0.229", "target": "serde" }, { @@ -32536,7 +33195,7 @@ "proc_macro_deps": { "common": [ { - "id": "async-trait 0.1.89", + "id": "async-trait 0.1.91", "target": "async_trait" } ], @@ -32850,14 +33509,14 @@ ], "license_file": "LICENSE-APACHE" }, - "unicode-segmentation 1.13.2": { + "unicode-segmentation 1.13.3": { "name": "unicode-segmentation", - "version": "1.13.2", + "version": "1.13.3", "package_url": "https://github.com/unicode-rs/unicode-segmentation", "repository": { "Http": { - "url": "https://static.crates.io/crates/unicode-segmentation/1.13.2/download", - "sha256": "9629274872b2bfaf8d66f5f15725007f635594914870f65218920345aa11aa8c" + "url": "https://static.crates.io/crates/unicode-segmentation/1.13.3/download", + "sha256": "c6f5d3c3b1bf09027a88a6bc961fc00497d651009560b5463668dc81b0fa87a8" } }, "targets": [ @@ -32880,7 +33539,7 @@ "**" ], "edition": "2018", - "version": "1.13.2" + "version": "1.13.3" }, "license": "MIT OR Apache-2.0", "license_ids": [ @@ -32931,7 +33590,7 @@ "target": "itertools" }, { - "id": "unicode-segmentation 1.13.2", + "id": "unicode-segmentation 1.13.3", "target": "unicode_segmentation" }, { @@ -32997,51 +33656,6 @@ ], "license_file": "LICENSE-APACHE" }, - "unicode-xid 0.2.6": { - "name": "unicode-xid", - "version": "0.2.6", - "package_url": "https://github.com/unicode-rs/unicode-xid", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/unicode-xid/0.2.6/download", - "sha256": "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" - } - }, - "targets": [ - { - "Library": { - "crate_name": "unicode_xid", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "unicode_xid", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "edition": "2015", - "version": "0.2.6" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, "untrusted 0.7.1": { "name": "untrusted", "version": "0.7.1", @@ -33303,14 +33917,14 @@ ], "license_file": "LICENSE-APACHE" }, - "uuid 1.23.2": { + "uuid 1.24.0": { "name": "uuid", - "version": "1.23.2", + "version": "1.24.0", "package_url": "https://github.com/uuid-rs/uuid", "repository": { "Http": { - "url": "https://static.crates.io/crates/uuid/1.23.2/download", - "sha256": "d258b83ceec21034727ecee8c382cfa6c3e133699b0742c64571814fb420c9f7" + "url": "https://static.crates.io/crates/uuid/1.24.0/download", + "sha256": "bf3923a6f5c4c6382e0b653c4117f48d631ea17f38ed86e2a828e6f7412f5239" } }, "targets": [ @@ -33346,44 +33960,44 @@ "selects": { "aarch64-apple-darwin": [ { - "id": "getrandom 0.4.2", + "id": "getrandom 0.4.3", "target": "getrandom" } ], "aarch64-unknown-linux-gnu": [ { - "id": "getrandom 0.4.2", + "id": "getrandom 0.4.3", "target": "getrandom" } ], "wasm32-wasip1": [ { - "id": "getrandom 0.4.2", + "id": "getrandom 0.4.3", "target": "getrandom" } ], "x86_64-pc-windows-msvc": [ { - "id": "getrandom 0.4.2", + "id": "getrandom 0.4.3", "target": "getrandom" } ], "x86_64-unknown-linux-gnu": [ { - "id": "getrandom 0.4.2", + "id": "getrandom 0.4.3", "target": "getrandom" } ], "x86_64-unknown-nixos-gnu": [ { - "id": "getrandom 0.4.2", + "id": "getrandom 0.4.3", "target": "getrandom" } ] } }, "edition": "2021", - "version": "1.23.2" + "version": "1.24.0" }, "license": "Apache-2.0 OR MIT", "license_ids": [ @@ -33435,7 +34049,7 @@ "selects": { "wasm32-unknown-unknown": [ { - "id": "wasm-bindgen 0.2.122", + "id": "wasm-bindgen 0.2.126", "target": "wasm_bindgen" } ] @@ -33812,14 +34426,14 @@ ], "license_file": "LICENSE-APACHE" }, - "wasip2 1.0.3+wasi-0.2.9": { + "wasip2 1.0.4+wasi-0.2.12": { "name": "wasip2", - "version": "1.0.3+wasi-0.2.9", + "version": "1.0.4+wasi-0.2.12", "package_url": "https://github.com/bytecodealliance/wasi-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/wasip2/1.0.3+wasi-0.2.9/download", - "sha256": "20064672db26d7cdc89c7798c48a0fdfac8213434a1186e5ef29fd560ae223d6" + "url": "https://static.crates.io/crates/wasip2/1.0.4+wasi-0.2.12/download", + "sha256": "b67efb37e106e55ce722a510d6b5f9c17f083e5fc79afc2badeb12cc313d9487" } }, "targets": [ @@ -33851,7 +34465,7 @@ "selects": {} }, "edition": "2021", - "version": "1.0.3+wasi-0.2.9" + "version": "1.0.4+wasi-0.2.12" }, "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", "license_ids": [ @@ -33860,62 +34474,14 @@ ], "license_file": "LICENSE-APACHE" }, - "wasip3 0.4.0+wasi-0.3.0-rc-2026-01-06": { - "name": "wasip3", - "version": "0.4.0+wasi-0.3.0-rc-2026-01-06", - "package_url": "https://github.com/bytecodealliance/wasi-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/wasip3/0.4.0+wasi-0.3.0-rc-2026-01-06/download", - "sha256": "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5" - } - }, - "targets": [ - { - "Library": { - "crate_name": "wasip3", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "wasip3", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "wit-bindgen 0.51.0", - "target": "wit_bindgen" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.4.0+wasi-0.3.0-rc-2026-01-06" - }, - "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": null - }, - "wasm-bindgen 0.2.122": { + "wasm-bindgen 0.2.126": { "name": "wasm-bindgen", - "version": "0.2.122", + "version": "0.2.126", "package_url": "https://github.com/wasm-bindgen/wasm-bindgen", "repository": { "Http": { - "url": "https://static.crates.io/crates/wasm-bindgen/0.2.122/download", - "sha256": "3ed04576f974d2b2fba0f38c51dbc5518011e38c36bf1143164be765528fd409" + "url": "https://static.crates.io/crates/wasm-bindgen/0.2.126/download", + "sha256": "4b067c0c11094aef6b7a801c1e34a26affafdf3d051dba08456b868789aaf9a4" } }, "targets": [ @@ -33967,11 +34533,11 @@ "target": "once_cell" }, { - "id": "wasm-bindgen 0.2.122", + "id": "wasm-bindgen 0.2.126", "target": "build_script_build" }, { - "id": "wasm-bindgen-shared 0.2.122", + "id": "wasm-bindgen-shared 0.2.126", "target": "wasm_bindgen_shared" } ], @@ -33981,13 +34547,13 @@ "proc_macro_deps": { "common": [ { - "id": "wasm-bindgen-macro 0.2.122", + "id": "wasm-bindgen-macro 0.2.126", "target": "wasm_bindgen_macro" } ], "selects": {} }, - "version": "0.2.122" + "version": "0.2.126" }, "build_script_attrs": { "compile_data_glob": [ @@ -34002,7 +34568,7 @@ "link_deps": { "common": [ { - "id": "wasm-bindgen-shared 0.2.122", + "id": "wasm-bindgen-shared 0.2.126", "target": "wasm_bindgen_shared" } ], @@ -34011,7 +34577,7 @@ "proc_macro_deps": { "common": [ { - "id": "rustversion 1.0.22", + "id": "rustversion 1.0.23", "target": "rustversion", "alias": "rustversion_compat" } @@ -34026,14 +34592,14 @@ ], "license_file": "LICENSE-APACHE" }, - "wasm-bindgen-futures 0.4.72": { + "wasm-bindgen-futures 0.4.76": { "name": "wasm-bindgen-futures", - "version": "0.4.72", + "version": "0.4.76", "package_url": "https://github.com/wasm-bindgen/wasm-bindgen/tree/master/crates/futures", "repository": { "Http": { - "url": "https://static.crates.io/crates/wasm-bindgen-futures/0.4.72/download", - "sha256": "9473dbd2991ae90b6291c3c32c30c6187ac49aa32f9905d1cce280ec1e110b0f" + "url": "https://static.crates.io/crates/wasm-bindgen-futures/0.4.76/download", + "sha256": "c62df1340f32221cb9c54d6a27b030e3dba64361d4a95bed55f9aacb44da291d" } }, "targets": [ @@ -34065,18 +34631,18 @@ "deps": { "common": [ { - "id": "js-sys 0.3.99", + "id": "js-sys 0.3.103", "target": "js_sys" }, { - "id": "wasm-bindgen 0.2.122", + "id": "wasm-bindgen 0.2.126", "target": "wasm_bindgen" } ], "selects": {} }, "edition": "2021", - "version": "0.4.72" + "version": "0.4.76" }, "license": "MIT OR Apache-2.0", "license_ids": [ @@ -34085,14 +34651,14 @@ ], "license_file": "LICENSE-APACHE" }, - "wasm-bindgen-macro 0.2.122": { + "wasm-bindgen-macro 0.2.126": { "name": "wasm-bindgen-macro", - "version": "0.2.122", + "version": "0.2.126", "package_url": "https://github.com/wasm-bindgen/wasm-bindgen/tree/master/crates/macro", "repository": { "Http": { - "url": "https://static.crates.io/crates/wasm-bindgen-macro/0.2.122/download", - "sha256": "916151b09da36bd82f6615cbf3a419e2f0ba23a03c6160e8e92eb6bd4aa1dec6" + "url": "https://static.crates.io/crates/wasm-bindgen-macro/0.2.126/download", + "sha256": "167ce5e579f6bcf889c4f7175a8a5a585de84e8ff93976ce393efa5f2837aab1" } }, "targets": [ @@ -34117,18 +34683,18 @@ "deps": { "common": [ { - "id": "quote 1.0.45", + "id": "quote 1.0.47", "target": "quote" }, { - "id": "wasm-bindgen-macro-support 0.2.122", + "id": "wasm-bindgen-macro-support 0.2.126", "target": "wasm_bindgen_macro_support" } ], "selects": {} }, "edition": "2021", - "version": "0.2.122" + "version": "0.2.126" }, "license": "MIT OR Apache-2.0", "license_ids": [ @@ -34137,14 +34703,14 @@ ], "license_file": "LICENSE-APACHE" }, - "wasm-bindgen-macro-support 0.2.122": { + "wasm-bindgen-macro-support 0.2.126": { "name": "wasm-bindgen-macro-support", - "version": "0.2.122", + "version": "0.2.126", "package_url": "https://github.com/wasm-bindgen/wasm-bindgen/tree/master/crates/macro-support", "repository": { "Http": { - "url": "https://static.crates.io/crates/wasm-bindgen-macro-support/0.2.122/download", - "sha256": "299047362ccbfce148b67ab7e73349f77748e00c8296f9542adfad2ad82c5c5e" + "url": "https://static.crates.io/crates/wasm-bindgen-macro-support/0.2.126/download", + "sha256": "f3997c7839262f4ef12cf90b818d6340c18e80f263f1a94bf157d0ec4420380e" } }, "targets": [ @@ -34173,26 +34739,26 @@ "target": "bumpalo" }, { - "id": "proc-macro2 1.0.106", + "id": "proc-macro2 1.0.107", "target": "proc_macro2" }, { - "id": "quote 1.0.45", + "id": "quote 1.0.47", "target": "quote" }, { - "id": "syn 2.0.117", + "id": "syn 2.0.119", "target": "syn" }, { - "id": "wasm-bindgen-shared 0.2.122", + "id": "wasm-bindgen-shared 0.2.126", "target": "wasm_bindgen_shared" } ], "selects": {} }, "edition": "2021", - "version": "0.2.122" + "version": "0.2.126" }, "license": "MIT OR Apache-2.0", "license_ids": [ @@ -34201,14 +34767,14 @@ ], "license_file": "LICENSE-APACHE" }, - "wasm-bindgen-shared 0.2.122": { + "wasm-bindgen-shared 0.2.126": { "name": "wasm-bindgen-shared", - "version": "0.2.122", + "version": "0.2.126", "package_url": "https://github.com/wasm-bindgen/wasm-bindgen/tree/master/crates/shared", "repository": { "Http": { - "url": "https://static.crates.io/crates/wasm-bindgen-shared/0.2.122/download", - "sha256": "9a929b2c61f11ba3e9bc35b50c1f25cb38e0e892c0c231ae2b8cf78d5dad4437" + "url": "https://static.crates.io/crates/wasm-bindgen-shared/0.2.126/download", + "sha256": "dc1b4cb0cc549fcf58d7dfc081778139b3d283a081644e833e84682ad71cea24" } }, "targets": [ @@ -34249,14 +34815,14 @@ "target": "unicode_ident" }, { - "id": "wasm-bindgen-shared 0.2.122", + "id": "wasm-bindgen-shared 0.2.126", "target": "build_script_build" } ], "selects": {} }, "edition": "2021", - "version": "0.2.122" + "version": "0.2.126" }, "build_script_attrs": { "compile_data_glob": [ @@ -34277,126 +34843,6 @@ ], "license_file": "LICENSE-APACHE" }, - "wasm-encoder 0.244.0": { - "name": "wasm-encoder", - "version": "0.244.0", - "package_url": "https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasm-encoder", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/wasm-encoder/0.244.0/download", - "sha256": "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319" - } - }, - "targets": [ - { - "Library": { - "crate_name": "wasm_encoder", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "wasm_encoder", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "component-model", - "std", - "wasmparser" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "leb128fmt 0.1.0", - "target": "leb128fmt" - }, - { - "id": "wasmparser 0.244.0", - "target": "wasmparser" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.244.0" - }, - "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": null - }, - "wasm-metadata 0.244.0": { - "name": "wasm-metadata", - "version": "0.244.0", - "package_url": "https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasm-metadata", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/wasm-metadata/0.244.0/download", - "sha256": "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909" - } - }, - "targets": [ - { - "Library": { - "crate_name": "wasm_metadata", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "wasm_metadata", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "anyhow 1.0.102", - "target": "anyhow" - }, - { - "id": "indexmap 2.14.0", - "target": "indexmap" - }, - { - "id": "wasm-encoder 0.244.0", - "target": "wasm_encoder" - }, - { - "id": "wasmparser 0.244.0", - "target": "wasmparser" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.244.0" - }, - "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": null - }, "wasm-streams 0.5.0": { "name": "wasm-streams", "version": "0.5.0", @@ -34429,23 +34875,23 @@ "deps": { "common": [ { - "id": "futures-util 0.3.32", + "id": "futures-util 0.3.33", "target": "futures_util" }, { - "id": "js-sys 0.3.99", + "id": "js-sys 0.3.103", "target": "js_sys" }, { - "id": "wasm-bindgen 0.2.122", + "id": "wasm-bindgen 0.2.126", "target": "wasm_bindgen" }, { - "id": "wasm-bindgen-futures 0.4.72", + "id": "wasm-bindgen-futures 0.4.76", "target": "wasm_bindgen_futures" }, { - "id": "web-sys 0.3.99", + "id": "web-sys 0.3.103", "target": "web_sys" } ], @@ -34461,85 +34907,14 @@ ], "license_file": "LICENSE-APACHE" }, - "wasmparser 0.244.0": { - "name": "wasmparser", - "version": "0.244.0", - "package_url": "https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasmparser", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/wasmparser/0.244.0/download", - "sha256": "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe" - } - }, - "targets": [ - { - "Library": { - "crate_name": "wasmparser", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "wasmparser", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "component-model", - "features", - "hash-collections", - "simd", - "std", - "validate" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bitflags 2.11.1", - "target": "bitflags" - }, - { - "id": "hashbrown 0.15.5", - "target": "hashbrown" - }, - { - "id": "indexmap 2.14.0", - "target": "indexmap" - }, - { - "id": "semver 1.0.28", - "target": "semver" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.244.0" - }, - "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": null - }, - "web-sys 0.3.99": { + "web-sys 0.3.103": { "name": "web-sys", - "version": "0.3.99", + "version": "0.3.103", "package_url": "https://github.com/wasm-bindgen/wasm-bindgen/tree/master/crates/web-sys", "repository": { "Http": { - "url": "https://static.crates.io/crates/web-sys/0.3.99/download", - "sha256": "6d621441cfc37b84979402712047321980c178f299193a3589d05b99e8763436" + "url": "https://static.crates.io/crates/web-sys/0.3.103/download", + "sha256": "8622dcb61c0bcc9fffa6938bed81210af2da9a7e4a1a834b2e37a59b6dfb6141" } }, "targets": [ @@ -34620,18 +34995,18 @@ "deps": { "common": [ { - "id": "js-sys 0.3.99", + "id": "js-sys 0.3.103", "target": "js_sys" }, { - "id": "wasm-bindgen 0.2.122", + "id": "wasm-bindgen 0.2.126", "target": "wasm_bindgen" } ], "selects": {} }, "edition": "2021", - "version": "0.3.99" + "version": "0.3.103" }, "license": "MIT OR Apache-2.0", "license_ids": [ @@ -34674,11 +35049,11 @@ "selects": { "cfg(all(target_family = \"wasm\", target_os = \"unknown\"))": [ { - "id": "js-sys 0.3.99", + "id": "js-sys 0.3.103", "target": "js_sys" }, { - "id": "wasm-bindgen 0.2.122", + "id": "wasm-bindgen 0.2.126", "target": "wasm_bindgen" } ] @@ -34694,14 +35069,14 @@ ], "license_file": "LICENSE-APACHE" }, - "webpki-roots 1.0.7": { + "webpki-roots 1.0.9": { "name": "webpki-roots", - "version": "1.0.7", + "version": "1.0.9", "package_url": "https://github.com/rustls/webpki-roots", "repository": { "Http": { - "url": "https://static.crates.io/crates/webpki-roots/1.0.7/download", - "sha256": "52f5ee44c96cf55f1b349600768e3ece3a8f26010c05265ab73f945bb1a2eb9d" + "url": "https://static.crates.io/crates/webpki-roots/1.0.9/download", + "sha256": "7dcd9d09a39985f5344844e66b0c530a33843579125f23e21e9f0f220850f22a" } }, "targets": [ @@ -34726,7 +35101,7 @@ "deps": { "common": [ { - "id": "rustls-pki-types 1.14.1", + "id": "rustls-pki-types 1.15.0", "target": "rustls_pki_types", "alias": "pki_types" } @@ -34734,7 +35109,7 @@ "selects": {} }, "edition": "2021", - "version": "1.0.7" + "version": "1.0.9" }, "license": "CDLA-Permissive-2.0", "license_ids": [ @@ -34821,7 +35196,7 @@ "deps": { "common": [ { - "id": "log 0.4.30", + "id": "log 0.4.33", "target": "log" }, { @@ -34889,7 +35264,7 @@ "target": "thiserror" }, { - "id": "uuid 1.23.2", + "id": "uuid 1.24.0", "target": "uuid" } ], @@ -34995,7 +35370,7 @@ "deps": { "common": [ { - "id": "log 0.4.30", + "id": "log 0.4.33", "target": "log" }, { @@ -35063,11 +35438,11 @@ "deps": { "common": [ { - "id": "proc-macro2 1.0.106", + "id": "proc-macro2 1.0.107", "target": "proc_macro2" }, { - "id": "quote 1.0.45", + "id": "quote 1.0.47", "target": "quote" }, { @@ -35535,15 +35910,15 @@ "deps": { "common": [ { - "id": "proc-macro2 1.0.106", + "id": "proc-macro2 1.0.107", "target": "proc_macro2" }, { - "id": "quote 1.0.45", + "id": "quote 1.0.47", "target": "quote" }, { - "id": "syn 2.0.117", + "id": "syn 2.0.119", "target": "syn" } ], @@ -35591,15 +35966,15 @@ "deps": { "common": [ { - "id": "proc-macro2 1.0.106", + "id": "proc-macro2 1.0.107", "target": "proc_macro2" }, { - "id": "quote 1.0.45", + "id": "quote 1.0.47", "target": "quote" }, { - "id": "syn 2.0.117", + "id": "syn 2.0.119", "target": "syn" } ], @@ -36639,588 +37014,20 @@ ], "license_file": "license-apache-2.0" }, - "windows_aarch64_msvc 0.48.5": { - "name": "windows_aarch64_msvc", - "version": "0.48.5", - "package_url": "https://github.com/microsoft/windows-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/windows_aarch64_msvc/0.48.5/download", - "sha256": "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" - } - }, - "targets": [ - { - "Library": { - "crate_name": "windows_aarch64_msvc", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "windows_aarch64_msvc", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows_aarch64_msvc 0.48.5", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.48.5" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "license-apache-2.0" - }, - "windows_aarch64_msvc 0.52.6": { - "name": "windows_aarch64_msvc", - "version": "0.52.6", - "package_url": "https://github.com/microsoft/windows-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/windows_aarch64_msvc/0.52.6/download", - "sha256": "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" - } - }, - "targets": [ - { - "Library": { - "crate_name": "windows_aarch64_msvc", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "windows_aarch64_msvc", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows_aarch64_msvc 0.52.6", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.52.6" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "license-apache-2.0" - }, - "windows_aarch64_msvc 0.53.1": { - "name": "windows_aarch64_msvc", - "version": "0.53.1", - "package_url": "https://github.com/microsoft/windows-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/windows_aarch64_msvc/0.53.1/download", - "sha256": "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" - } - }, - "targets": [ - { - "Library": { - "crate_name": "windows_aarch64_msvc", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "windows_aarch64_msvc", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows_aarch64_msvc 0.53.1", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.53.1" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "license-apache-2.0" - }, - "windows_i686_gnu 0.48.5": { - "name": "windows_i686_gnu", - "version": "0.48.5", - "package_url": "https://github.com/microsoft/windows-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/windows_i686_gnu/0.48.5/download", - "sha256": "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" - } - }, - "targets": [ - { - "Library": { - "crate_name": "windows_i686_gnu", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "windows_i686_gnu", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows_i686_gnu 0.48.5", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.48.5" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "license-apache-2.0" - }, - "windows_i686_gnu 0.52.6": { - "name": "windows_i686_gnu", - "version": "0.52.6", - "package_url": "https://github.com/microsoft/windows-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/windows_i686_gnu/0.52.6/download", - "sha256": "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" - } - }, - "targets": [ - { - "Library": { - "crate_name": "windows_i686_gnu", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "windows_i686_gnu", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows_i686_gnu 0.52.6", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.52.6" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "license-apache-2.0" - }, - "windows_i686_gnu 0.53.1": { - "name": "windows_i686_gnu", - "version": "0.53.1", - "package_url": "https://github.com/microsoft/windows-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/windows_i686_gnu/0.53.1/download", - "sha256": "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" - } - }, - "targets": [ - { - "Library": { - "crate_name": "windows_i686_gnu", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "windows_i686_gnu", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows_i686_gnu 0.53.1", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.53.1" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "license-apache-2.0" - }, - "windows_i686_gnullvm 0.52.6": { - "name": "windows_i686_gnullvm", - "version": "0.52.6", - "package_url": "https://github.com/microsoft/windows-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/windows_i686_gnullvm/0.52.6/download", - "sha256": "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" - } - }, - "targets": [ - { - "Library": { - "crate_name": "windows_i686_gnullvm", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "windows_i686_gnullvm", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows_i686_gnullvm 0.52.6", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.52.6" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "license-apache-2.0" - }, - "windows_i686_gnullvm 0.53.1": { - "name": "windows_i686_gnullvm", - "version": "0.53.1", - "package_url": "https://github.com/microsoft/windows-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/windows_i686_gnullvm/0.53.1/download", - "sha256": "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" - } - }, - "targets": [ - { - "Library": { - "crate_name": "windows_i686_gnullvm", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "windows_i686_gnullvm", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows_i686_gnullvm 0.53.1", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.53.1" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "license-apache-2.0" - }, - "windows_i686_msvc 0.48.5": { - "name": "windows_i686_msvc", + "windows_aarch64_msvc 0.48.5": { + "name": "windows_aarch64_msvc", "version": "0.48.5", "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/windows_i686_msvc/0.48.5/download", - "sha256": "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" + "url": "https://static.crates.io/crates/windows_aarch64_msvc/0.48.5/download", + "sha256": "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" } }, "targets": [ { "Library": { - "crate_name": "windows_i686_msvc", + "crate_name": "windows_aarch64_msvc", "crate_root": "src/lib.rs", "srcs": { "allow_empty": true, @@ -37243,7 +37050,7 @@ } } ], - "library_target_name": "windows_i686_msvc", + "library_target_name": "windows_aarch64_msvc", "common_attrs": { "compile_data_glob": [ "**" @@ -37251,7 +37058,7 @@ "deps": { "common": [ { - "id": "windows_i686_msvc 0.48.5", + "id": "windows_aarch64_msvc 0.48.5", "target": "build_script_build" } ], @@ -37278,20 +37085,20 @@ ], "license_file": "license-apache-2.0" }, - "windows_i686_msvc 0.52.6": { - "name": "windows_i686_msvc", + "windows_aarch64_msvc 0.52.6": { + "name": "windows_aarch64_msvc", "version": "0.52.6", "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/windows_i686_msvc/0.52.6/download", - "sha256": "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" + "url": "https://static.crates.io/crates/windows_aarch64_msvc/0.52.6/download", + "sha256": "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" } }, "targets": [ { "Library": { - "crate_name": "windows_i686_msvc", + "crate_name": "windows_aarch64_msvc", "crate_root": "src/lib.rs", "srcs": { "allow_empty": true, @@ -37314,7 +37121,7 @@ } } ], - "library_target_name": "windows_i686_msvc", + "library_target_name": "windows_aarch64_msvc", "common_attrs": { "compile_data_glob": [ "**" @@ -37322,7 +37129,7 @@ "deps": { "common": [ { - "id": "windows_i686_msvc 0.52.6", + "id": "windows_aarch64_msvc 0.52.6", "target": "build_script_build" } ], @@ -37349,20 +37156,20 @@ ], "license_file": "license-apache-2.0" }, - "windows_i686_msvc 0.53.1": { - "name": "windows_i686_msvc", + "windows_aarch64_msvc 0.53.1": { + "name": "windows_aarch64_msvc", "version": "0.53.1", "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/windows_i686_msvc/0.53.1/download", - "sha256": "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" + "url": "https://static.crates.io/crates/windows_aarch64_msvc/0.53.1/download", + "sha256": "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" } }, "targets": [ { "Library": { - "crate_name": "windows_i686_msvc", + "crate_name": "windows_aarch64_msvc", "crate_root": "src/lib.rs", "srcs": { "allow_empty": true, @@ -37385,7 +37192,7 @@ } } ], - "library_target_name": "windows_i686_msvc", + "library_target_name": "windows_aarch64_msvc", "common_attrs": { "compile_data_glob": [ "**" @@ -37393,7 +37200,7 @@ "deps": { "common": [ { - "id": "windows_i686_msvc 0.53.1", + "id": "windows_aarch64_msvc 0.53.1", "target": "build_script_build" } ], @@ -37420,20 +37227,20 @@ ], "license_file": "license-apache-2.0" }, - "windows_x86_64_gnu 0.48.5": { - "name": "windows_x86_64_gnu", + "windows_i686_gnu 0.48.5": { + "name": "windows_i686_gnu", "version": "0.48.5", "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/windows_x86_64_gnu/0.48.5/download", - "sha256": "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" + "url": "https://static.crates.io/crates/windows_i686_gnu/0.48.5/download", + "sha256": "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" } }, "targets": [ { "Library": { - "crate_name": "windows_x86_64_gnu", + "crate_name": "windows_i686_gnu", "crate_root": "src/lib.rs", "srcs": { "allow_empty": true, @@ -37456,7 +37263,7 @@ } } ], - "library_target_name": "windows_x86_64_gnu", + "library_target_name": "windows_i686_gnu", "common_attrs": { "compile_data_glob": [ "**" @@ -37464,7 +37271,7 @@ "deps": { "common": [ { - "id": "windows_x86_64_gnu 0.48.5", + "id": "windows_i686_gnu 0.48.5", "target": "build_script_build" } ], @@ -37491,20 +37298,20 @@ ], "license_file": "license-apache-2.0" }, - "windows_x86_64_gnu 0.52.6": { - "name": "windows_x86_64_gnu", + "windows_i686_gnu 0.52.6": { + "name": "windows_i686_gnu", "version": "0.52.6", "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/windows_x86_64_gnu/0.52.6/download", - "sha256": "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" + "url": "https://static.crates.io/crates/windows_i686_gnu/0.52.6/download", + "sha256": "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" } }, "targets": [ { "Library": { - "crate_name": "windows_x86_64_gnu", + "crate_name": "windows_i686_gnu", "crate_root": "src/lib.rs", "srcs": { "allow_empty": true, @@ -37527,7 +37334,7 @@ } } ], - "library_target_name": "windows_x86_64_gnu", + "library_target_name": "windows_i686_gnu", "common_attrs": { "compile_data_glob": [ "**" @@ -37535,7 +37342,7 @@ "deps": { "common": [ { - "id": "windows_x86_64_gnu 0.52.6", + "id": "windows_i686_gnu 0.52.6", "target": "build_script_build" } ], @@ -37562,20 +37369,20 @@ ], "license_file": "license-apache-2.0" }, - "windows_x86_64_gnu 0.53.1": { - "name": "windows_x86_64_gnu", + "windows_i686_gnu 0.53.1": { + "name": "windows_i686_gnu", "version": "0.53.1", "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/windows_x86_64_gnu/0.53.1/download", - "sha256": "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" + "url": "https://static.crates.io/crates/windows_i686_gnu/0.53.1/download", + "sha256": "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" } }, "targets": [ { "Library": { - "crate_name": "windows_x86_64_gnu", + "crate_name": "windows_i686_gnu", "crate_root": "src/lib.rs", "srcs": { "allow_empty": true, @@ -37598,7 +37405,7 @@ } } ], - "library_target_name": "windows_x86_64_gnu", + "library_target_name": "windows_i686_gnu", "common_attrs": { "compile_data_glob": [ "**" @@ -37606,7 +37413,7 @@ "deps": { "common": [ { - "id": "windows_x86_64_gnu 0.53.1", + "id": "windows_i686_gnu 0.53.1", "target": "build_script_build" } ], @@ -37633,20 +37440,162 @@ ], "license_file": "license-apache-2.0" }, - "windows_x86_64_gnullvm 0.48.5": { - "name": "windows_x86_64_gnullvm", + "windows_i686_gnullvm 0.52.6": { + "name": "windows_i686_gnullvm", + "version": "0.52.6", + "package_url": "https://github.com/microsoft/windows-rs", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/windows_i686_gnullvm/0.52.6/download", + "sha256": "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" + } + }, + "targets": [ + { + "Library": { + "crate_name": "windows_i686_gnullvm", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "windows_i686_gnullvm", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "windows_i686_gnullvm 0.52.6", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.52.6" + }, + "build_script_attrs": { + "compile_data_glob": [ + "**" + ], + "compile_data_glob_excludes": [ + "**/*.rs" + ], + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "license-apache-2.0" + }, + "windows_i686_gnullvm 0.53.1": { + "name": "windows_i686_gnullvm", + "version": "0.53.1", + "package_url": "https://github.com/microsoft/windows-rs", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/windows_i686_gnullvm/0.53.1/download", + "sha256": "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "windows_i686_gnullvm", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "windows_i686_gnullvm", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "windows_i686_gnullvm 0.53.1", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.53.1" + }, + "build_script_attrs": { + "compile_data_glob": [ + "**" + ], + "compile_data_glob_excludes": [ + "**/*.rs" + ], + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "license-apache-2.0" + }, + "windows_i686_msvc 0.48.5": { + "name": "windows_i686_msvc", "version": "0.48.5", "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/windows_x86_64_gnullvm/0.48.5/download", - "sha256": "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" + "url": "https://static.crates.io/crates/windows_i686_msvc/0.48.5/download", + "sha256": "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" } }, "targets": [ { "Library": { - "crate_name": "windows_x86_64_gnullvm", + "crate_name": "windows_i686_msvc", "crate_root": "src/lib.rs", "srcs": { "allow_empty": true, @@ -37669,7 +37618,7 @@ } } ], - "library_target_name": "windows_x86_64_gnullvm", + "library_target_name": "windows_i686_msvc", "common_attrs": { "compile_data_glob": [ "**" @@ -37677,7 +37626,7 @@ "deps": { "common": [ { - "id": "windows_x86_64_gnullvm 0.48.5", + "id": "windows_i686_msvc 0.48.5", "target": "build_script_build" } ], @@ -37704,20 +37653,20 @@ ], "license_file": "license-apache-2.0" }, - "windows_x86_64_gnullvm 0.52.6": { - "name": "windows_x86_64_gnullvm", + "windows_i686_msvc 0.52.6": { + "name": "windows_i686_msvc", "version": "0.52.6", "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/windows_x86_64_gnullvm/0.52.6/download", - "sha256": "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" + "url": "https://static.crates.io/crates/windows_i686_msvc/0.52.6/download", + "sha256": "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" } }, "targets": [ { "Library": { - "crate_name": "windows_x86_64_gnullvm", + "crate_name": "windows_i686_msvc", "crate_root": "src/lib.rs", "srcs": { "allow_empty": true, @@ -37740,7 +37689,7 @@ } } ], - "library_target_name": "windows_x86_64_gnullvm", + "library_target_name": "windows_i686_msvc", "common_attrs": { "compile_data_glob": [ "**" @@ -37748,7 +37697,7 @@ "deps": { "common": [ { - "id": "windows_x86_64_gnullvm 0.52.6", + "id": "windows_i686_msvc 0.52.6", "target": "build_script_build" } ], @@ -37775,20 +37724,20 @@ ], "license_file": "license-apache-2.0" }, - "windows_x86_64_gnullvm 0.53.1": { - "name": "windows_x86_64_gnullvm", + "windows_i686_msvc 0.53.1": { + "name": "windows_i686_msvc", "version": "0.53.1", "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/windows_x86_64_gnullvm/0.53.1/download", - "sha256": "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" + "url": "https://static.crates.io/crates/windows_i686_msvc/0.53.1/download", + "sha256": "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" } }, "targets": [ { "Library": { - "crate_name": "windows_x86_64_gnullvm", + "crate_name": "windows_i686_msvc", "crate_root": "src/lib.rs", "srcs": { "allow_empty": true, @@ -37811,7 +37760,7 @@ } } ], - "library_target_name": "windows_x86_64_gnullvm", + "library_target_name": "windows_i686_msvc", "common_attrs": { "compile_data_glob": [ "**" @@ -37819,7 +37768,7 @@ "deps": { "common": [ { - "id": "windows_x86_64_gnullvm 0.53.1", + "id": "windows_i686_msvc 0.53.1", "target": "build_script_build" } ], @@ -37846,20 +37795,20 @@ ], "license_file": "license-apache-2.0" }, - "windows_x86_64_msvc 0.48.5": { - "name": "windows_x86_64_msvc", + "windows_x86_64_gnu 0.48.5": { + "name": "windows_x86_64_gnu", "version": "0.48.5", "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/windows_x86_64_msvc/0.48.5/download", - "sha256": "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" + "url": "https://static.crates.io/crates/windows_x86_64_gnu/0.48.5/download", + "sha256": "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" } }, "targets": [ { "Library": { - "crate_name": "windows_x86_64_msvc", + "crate_name": "windows_x86_64_gnu", "crate_root": "src/lib.rs", "srcs": { "allow_empty": true, @@ -37882,7 +37831,7 @@ } } ], - "library_target_name": "windows_x86_64_msvc", + "library_target_name": "windows_x86_64_gnu", "common_attrs": { "compile_data_glob": [ "**" @@ -37890,7 +37839,7 @@ "deps": { "common": [ { - "id": "windows_x86_64_msvc 0.48.5", + "id": "windows_x86_64_gnu 0.48.5", "target": "build_script_build" } ], @@ -37917,20 +37866,20 @@ ], "license_file": "license-apache-2.0" }, - "windows_x86_64_msvc 0.52.6": { - "name": "windows_x86_64_msvc", + "windows_x86_64_gnu 0.52.6": { + "name": "windows_x86_64_gnu", "version": "0.52.6", "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/windows_x86_64_msvc/0.52.6/download", - "sha256": "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" + "url": "https://static.crates.io/crates/windows_x86_64_gnu/0.52.6/download", + "sha256": "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" } }, "targets": [ { "Library": { - "crate_name": "windows_x86_64_msvc", + "crate_name": "windows_x86_64_gnu", "crate_root": "src/lib.rs", "srcs": { "allow_empty": true, @@ -37953,7 +37902,7 @@ } } ], - "library_target_name": "windows_x86_64_msvc", + "library_target_name": "windows_x86_64_gnu", "common_attrs": { "compile_data_glob": [ "**" @@ -37961,7 +37910,7 @@ "deps": { "common": [ { - "id": "windows_x86_64_msvc 0.52.6", + "id": "windows_x86_64_gnu 0.52.6", "target": "build_script_build" } ], @@ -37988,20 +37937,20 @@ ], "license_file": "license-apache-2.0" }, - "windows_x86_64_msvc 0.53.1": { - "name": "windows_x86_64_msvc", + "windows_x86_64_gnu 0.53.1": { + "name": "windows_x86_64_gnu", "version": "0.53.1", "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/windows_x86_64_msvc/0.53.1/download", - "sha256": "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" + "url": "https://static.crates.io/crates/windows_x86_64_gnu/0.53.1/download", + "sha256": "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" } }, "targets": [ { "Library": { - "crate_name": "windows_x86_64_msvc", + "crate_name": "windows_x86_64_gnu", "crate_root": "src/lib.rs", "srcs": { "allow_empty": true, @@ -38024,7 +37973,7 @@ } } ], - "library_target_name": "windows_x86_64_msvc", + "library_target_name": "windows_x86_64_gnu", "common_attrs": { "compile_data_glob": [ "**" @@ -38032,7 +37981,7 @@ "deps": { "common": [ { - "id": "windows_x86_64_msvc 0.53.1", + "id": "windows_x86_64_gnu 0.53.1", "target": "build_script_build" } ], @@ -38059,20 +38008,20 @@ ], "license_file": "license-apache-2.0" }, - "winnow 0.5.40": { - "name": "winnow", - "version": "0.5.40", - "package_url": "https://github.com/winnow-rs/winnow", + "windows_x86_64_gnullvm 0.48.5": { + "name": "windows_x86_64_gnullvm", + "version": "0.48.5", + "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/winnow/0.5.40/download", - "sha256": "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876" + "url": "https://static.crates.io/crates/windows_x86_64_gnullvm/0.48.5/download", + "sha256": "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" } }, "targets": [ { "Library": { - "crate_name": "winnow", + "crate_name": "windows_x86_64_gnullvm", "crate_root": "src/lib.rs", "srcs": { "allow_empty": true, @@ -38081,44 +38030,69 @@ ] } } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } + } } ], - "library_target_name": "winnow", + "library_target_name": "windows_x86_64_gnullvm", "common_attrs": { "compile_data_glob": [ "**" ], - "crate_features": { + "deps": { "common": [ - "alloc", - "default", - "std" + { + "id": "windows_x86_64_gnullvm 0.48.5", + "target": "build_script_build" + } ], "selects": {} }, - "edition": "2021", - "version": "0.5.40" + "edition": "2018", + "version": "0.48.5" }, - "license": "MIT", + "build_script_attrs": { + "compile_data_glob": [ + "**" + ], + "compile_data_glob_excludes": [ + "**/*.rs" + ], + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0", "license_ids": [ + "Apache-2.0", "MIT" ], - "license_file": "LICENSE-MIT" + "license_file": "license-apache-2.0" }, - "winnow 1.0.3": { - "name": "winnow", - "version": "1.0.3", - "package_url": "https://github.com/winnow-rs/winnow", + "windows_x86_64_gnullvm 0.52.6": { + "name": "windows_x86_64_gnullvm", + "version": "0.52.6", + "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/winnow/1.0.3/download", - "sha256": "0592e1c9d151f854e6fd382574c3a0855250e1d9b2f99d9281c6e6391af352f1" + "url": "https://static.crates.io/crates/windows_x86_64_gnullvm/0.52.6/download", + "sha256": "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" } }, "targets": [ { "Library": { - "crate_name": "winnow", + "crate_name": "windows_x86_64_gnullvm", "crate_root": "src/lib.rs", "srcs": { "allow_empty": true, @@ -38127,47 +38101,69 @@ ] } } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } + } } ], - "library_target_name": "winnow", + "library_target_name": "windows_x86_64_gnullvm", "common_attrs": { "compile_data_glob": [ "**" ], - "crate_features": { + "deps": { "common": [ - "alloc", - "ascii", - "binary", - "default", - "parser", - "std" + { + "id": "windows_x86_64_gnullvm 0.52.6", + "target": "build_script_build" + } ], "selects": {} }, "edition": "2021", - "version": "1.0.3" + "version": "0.52.6" }, - "license": "MIT", + "build_script_attrs": { + "compile_data_glob": [ + "**" + ], + "compile_data_glob_excludes": [ + "**/*.rs" + ], + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0", "license_ids": [ + "Apache-2.0", "MIT" ], - "license_file": "LICENSE-MIT" + "license_file": "license-apache-2.0" }, - "wit-bindgen 0.51.0": { - "name": "wit-bindgen", - "version": "0.51.0", - "package_url": "https://github.com/bytecodealliance/wit-bindgen", + "windows_x86_64_gnullvm 0.53.1": { + "name": "windows_x86_64_gnullvm", + "version": "0.53.1", + "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/wit-bindgen/0.51.0/download", - "sha256": "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" + "url": "https://static.crates.io/crates/windows_x86_64_gnullvm/0.53.1/download", + "sha256": "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" } }, "targets": [ { "Library": { - "crate_name": "wit_bindgen", + "crate_name": "windows_x86_64_gnullvm", "crate_root": "src/lib.rs", "srcs": { "allow_empty": true, @@ -38190,7 +38186,7 @@ } } ], - "library_target_name": "wit_bindgen", + "library_target_name": "windows_x86_64_gnullvm", "common_attrs": { "compile_data_glob": [ "**" @@ -38198,14 +38194,14 @@ "deps": { "common": [ { - "id": "wit-bindgen 0.51.0", + "id": "windows_x86_64_gnullvm 0.53.1", "target": "build_script_build" } ], "selects": {} }, - "edition": "2024", - "version": "0.51.0" + "edition": "2021", + "version": "0.53.1" }, "build_script_attrs": { "compile_data_glob": [ @@ -38218,27 +38214,27 @@ "**" ] }, - "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", + "license": "MIT OR Apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" + "license_file": "license-apache-2.0" }, - "wit-bindgen 0.57.1": { - "name": "wit-bindgen", - "version": "0.57.1", - "package_url": "https://github.com/bytecodealliance/wit-bindgen", + "windows_x86_64_msvc 0.48.5": { + "name": "windows_x86_64_msvc", + "version": "0.48.5", + "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/wit-bindgen/0.57.1/download", - "sha256": "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e" + "url": "https://static.crates.io/crates/windows_x86_64_msvc/0.48.5/download", + "sha256": "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" } }, "targets": [ { "Library": { - "crate_name": "wit_bindgen", + "crate_name": "windows_x86_64_msvc", "crate_root": "src/lib.rs", "srcs": { "allow_empty": true, @@ -38261,7 +38257,7 @@ } } ], - "library_target_name": "wit_bindgen", + "library_target_name": "windows_x86_64_msvc", "common_attrs": { "compile_data_glob": [ "**" @@ -38269,14 +38265,14 @@ "deps": { "common": [ { - "id": "wit-bindgen 0.57.1", + "id": "windows_x86_64_msvc 0.48.5", "target": "build_script_build" } ], "selects": {} }, - "edition": "2024", - "version": "0.57.1" + "edition": "2018", + "version": "0.48.5" }, "build_script_attrs": { "compile_data_glob": [ @@ -38289,27 +38285,27 @@ "**" ] }, - "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", + "license": "MIT OR Apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" + "license_file": "license-apache-2.0" }, - "wit-bindgen-core 0.51.0": { - "name": "wit-bindgen-core", - "version": "0.51.0", - "package_url": "https://github.com/bytecodealliance/wit-bindgen", + "windows_x86_64_msvc 0.52.6": { + "name": "windows_x86_64_msvc", + "version": "0.52.6", + "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/wit-bindgen-core/0.51.0/download", - "sha256": "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc" + "url": "https://static.crates.io/crates/windows_x86_64_msvc/0.52.6/download", + "sha256": "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" } }, "targets": [ { "Library": { - "crate_name": "wit_bindgen_core", + "crate_name": "windows_x86_64_msvc", "crate_root": "src/lib.rs", "srcs": { "allow_empty": true, @@ -38318,9 +38314,21 @@ ] } } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } + } } ], - "library_target_name": "wit_bindgen_core", + "library_target_name": "windows_x86_64_msvc", "common_attrs": { "compile_data_glob": [ "**" @@ -38328,44 +38336,47 @@ "deps": { "common": [ { - "id": "anyhow 1.0.102", - "target": "anyhow" - }, - { - "id": "heck 0.5.0", - "target": "heck" - }, - { - "id": "wit-parser 0.244.0", - "target": "wit_parser" + "id": "windows_x86_64_msvc 0.52.6", + "target": "build_script_build" } ], "selects": {} }, - "edition": "2024", - "version": "0.51.0" + "edition": "2021", + "version": "0.52.6" }, - "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", + "build_script_attrs": { + "compile_data_glob": [ + "**" + ], + "compile_data_glob_excludes": [ + "**/*.rs" + ], + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" + "license_file": "license-apache-2.0" }, - "wit-bindgen-rust 0.51.0": { - "name": "wit-bindgen-rust", - "version": "0.51.0", - "package_url": "https://github.com/bytecodealliance/wit-bindgen", + "windows_x86_64_msvc 0.53.1": { + "name": "windows_x86_64_msvc", + "version": "0.53.1", + "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/wit-bindgen-rust/0.51.0/download", - "sha256": "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21" + "url": "https://static.crates.io/crates/windows_x86_64_msvc/0.53.1/download", + "sha256": "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" } }, "targets": [ { "Library": { - "crate_name": "wit_bindgen_rust", + "crate_name": "windows_x86_64_msvc", "crate_root": "src/lib.rs", "srcs": { "allow_empty": true, @@ -38388,7 +38399,7 @@ } } ], - "library_target_name": "wit_bindgen_rust", + "library_target_name": "windows_x86_64_msvc", "common_attrs": { "compile_data_glob": [ "**" @@ -38396,46 +38407,14 @@ "deps": { "common": [ { - "id": "anyhow 1.0.102", - "target": "anyhow" - }, - { - "id": "heck 0.5.0", - "target": "heck" - }, - { - "id": "indexmap 2.14.0", - "target": "indexmap" - }, - { - "id": "prettyplease 0.2.37", - "target": "prettyplease" - }, - { - "id": "syn 2.0.117", - "target": "syn" - }, - { - "id": "wasm-metadata 0.244.0", - "target": "wasm_metadata" - }, - { - "id": "wit-bindgen-core 0.51.0", - "target": "wit_bindgen_core" - }, - { - "id": "wit-bindgen-rust 0.51.0", + "id": "windows_x86_64_msvc 0.53.1", "target": "build_script_build" - }, - { - "id": "wit-component 0.244.0", - "target": "wit_component" } ], "selects": {} }, - "edition": "2024", - "version": "0.51.0" + "edition": "2021", + "version": "0.53.1" }, "build_script_attrs": { "compile_data_glob": [ @@ -38446,38 +38425,29 @@ ], "data_glob": [ "**" - ], - "link_deps": { - "common": [ - { - "id": "prettyplease 0.2.37", - "target": "prettyplease" - } - ], - "selects": {} - } + ] }, - "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", + "license": "MIT OR Apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" + "license_file": "license-apache-2.0" }, - "wit-bindgen-rust-macro 0.51.0": { - "name": "wit-bindgen-rust-macro", - "version": "0.51.0", - "package_url": "https://github.com/bytecodealliance/wit-bindgen", + "winnow 0.5.40": { + "name": "winnow", + "version": "0.5.40", + "package_url": "https://github.com/winnow-rs/winnow", "repository": { "Http": { - "url": "https://static.crates.io/crates/wit-bindgen-rust-macro/0.51.0/download", - "sha256": "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a" + "url": "https://static.crates.io/crates/winnow/0.5.40/download", + "sha256": "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876" } }, "targets": [ { - "ProcMacro": { - "crate_name": "wit_bindgen_rust_macro", + "Library": { + "crate_name": "winnow", "crate_root": "src/lib.rs", "srcs": { "allow_empty": true, @@ -38486,106 +38456,44 @@ ] } } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } } ], - "library_target_name": "wit_bindgen_rust_macro", + "library_target_name": "winnow", "common_attrs": { "compile_data_glob": [ "**" ], - "deps": { + "crate_features": { "common": [ - { - "id": "anyhow 1.0.102", - "target": "anyhow" - }, - { - "id": "prettyplease 0.2.37", - "target": "prettyplease" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.45", - "target": "quote" - }, - { - "id": "syn 2.0.117", - "target": "syn" - }, - { - "id": "wit-bindgen-core 0.51.0", - "target": "wit_bindgen_core" - }, - { - "id": "wit-bindgen-rust 0.51.0", - "target": "wit_bindgen_rust" - }, - { - "id": "wit-bindgen-rust-macro 0.51.0", - "target": "build_script_build" - } + "alloc", + "default", + "std" ], "selects": {} }, - "edition": "2024", - "version": "0.51.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "link_deps": { - "common": [ - { - "id": "prettyplease 0.2.37", - "target": "prettyplease" - } - ], - "selects": {} - } + "edition": "2021", + "version": "0.5.40" }, - "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", + "license": "MIT", "license_ids": [ - "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" + "license_file": "LICENSE-MIT" }, - "wit-component 0.244.0": { - "name": "wit-component", - "version": "0.244.0", - "package_url": "https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wit-component", + "winnow 1.0.4": { + "name": "winnow", + "version": "1.0.4", + "package_url": "https://github.com/winnow-rs/winnow", "repository": { "Http": { - "url": "https://static.crates.io/crates/wit-component/0.244.0/download", - "sha256": "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2" + "url": "https://static.crates.io/crates/winnow/1.0.4/download", + "sha256": "23b97319f7b8343df12cc98938e5c3eb436064524c8d2b4e30a1d3a36eecdf81" } }, "targets": [ { "Library": { - "crate_name": "wit_component", + "crate_name": "winnow", "crate_root": "src/lib.rs", "srcs": { "allow_empty": true, @@ -38596,89 +38504,45 @@ } } ], - "library_target_name": "wit_component", + "library_target_name": "winnow", "common_attrs": { "compile_data_glob": [ "**" ], - "deps": { + "crate_features": { "common": [ - { - "id": "anyhow 1.0.102", - "target": "anyhow" - }, - { - "id": "bitflags 2.11.1", - "target": "bitflags" - }, - { - "id": "indexmap 2.14.0", - "target": "indexmap" - }, - { - "id": "log 0.4.30", - "target": "log" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_json 1.0.150", - "target": "serde_json" - }, - { - "id": "wasm-encoder 0.244.0", - "target": "wasm_encoder" - }, - { - "id": "wasm-metadata 0.244.0", - "target": "wasm_metadata" - }, - { - "id": "wasmparser 0.244.0", - "target": "wasmparser" - }, - { - "id": "wit-parser 0.244.0", - "target": "wit_parser" - } + "alloc", + "ascii", + "binary", + "default", + "parser", + "std" ], "selects": {} }, "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "serde_derive 1.0.228", - "target": "serde_derive" - } - ], - "selects": {} - }, - "version": "0.244.0" + "version": "1.0.4" }, - "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", + "license": "MIT", "license_ids": [ - "Apache-2.0", "MIT" ], - "license_file": null + "license_file": "LICENSE-MIT" }, - "wit-parser 0.244.0": { - "name": "wit-parser", - "version": "0.244.0", - "package_url": "https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wit-parser", + "wit-bindgen 0.57.1": { + "name": "wit-bindgen", + "version": "0.57.1", + "package_url": "https://github.com/bytecodealliance/wit-bindgen", "repository": { "Http": { - "url": "https://static.crates.io/crates/wit-parser/0.244.0/download", - "sha256": "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736" + "url": "https://static.crates.io/crates/wit-bindgen/0.57.1/download", + "sha256": "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e" } }, "targets": [ { "Library": { - "crate_name": "wit_parser", + "crate_name": "wit_bindgen", "crate_root": "src/lib.rs", "srcs": { "allow_empty": true, @@ -38687,81 +38551,54 @@ ] } } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } + } } ], - "library_target_name": "wit_parser", + "library_target_name": "wit_bindgen", "common_attrs": { "compile_data_glob": [ "**" ], - "crate_features": { - "common": [ - "decoding", - "default", - "serde", - "serde_json" - ], - "selects": {} - }, "deps": { "common": [ { - "id": "anyhow 1.0.102", - "target": "anyhow" - }, - { - "id": "id-arena 2.3.0", - "target": "id_arena" - }, - { - "id": "indexmap 2.14.0", - "target": "indexmap" - }, - { - "id": "log 0.4.30", - "target": "log" - }, - { - "id": "semver 1.0.28", - "target": "semver" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_json 1.0.150", - "target": "serde_json" - }, - { - "id": "unicode-xid 0.2.6", - "target": "unicode_xid" - }, - { - "id": "wasmparser 0.244.0", - "target": "wasmparser" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "serde_derive 1.0.228", - "target": "serde_derive" + "id": "wit-bindgen 0.57.1", + "target": "build_script_build" } ], "selects": {} }, - "version": "0.244.0" + "edition": "2024", + "version": "0.57.1" + }, + "build_script_attrs": { + "compile_data_glob": [ + "**" + ], + "compile_data_glob_excludes": [ + "**/*.rs" + ], + "data_glob": [ + "**" + ] }, "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": null + "license_file": "LICENSE-APACHE" }, "writeable 0.6.3": { "name": "writeable", @@ -39153,7 +38990,7 @@ "target": "encoding_rs" }, { - "id": "hashlink 0.11.0", + "id": "hashlink 0.11.1", "target": "hashlink" } ], @@ -39169,14 +39006,14 @@ ], "license_file": null }, - "yoke 0.8.2": { + "yoke 0.8.3": { "name": "yoke", - "version": "0.8.2", + "version": "0.8.3", "package_url": "https://github.com/unicode-org/icu4x", "repository": { "Http": { - "url": "https://static.crates.io/crates/yoke/0.8.2/download", - "sha256": "abe8c5fda708d9ca3df187cae8bfb9ceda00dd96231bed36e445a1a48e66f9ca" + "url": "https://static.crates.io/crates/yoke/0.8.3/download", + "sha256": "709fe23a0424b6a435d82152b1bd3fdfb0833487d5fa90d05d42762a9891fef5" } }, "targets": [ @@ -39228,7 +39065,7 @@ ], "selects": {} }, - "version": "0.8.2" + "version": "0.8.3" }, "license": "Unicode-3.0", "license_ids": [ @@ -39268,15 +39105,15 @@ "deps": { "common": [ { - "id": "proc-macro2 1.0.106", + "id": "proc-macro2 1.0.107", "target": "proc_macro2" }, { - "id": "quote 1.0.45", + "id": "quote 1.0.47", "target": "quote" }, { - "id": "syn 2.0.117", + "id": "syn 2.0.119", "target": "syn" }, { @@ -39378,15 +39215,15 @@ "target": "event_listener" }, { - "id": "futures-core 0.3.32", + "id": "futures-core 0.3.33", "target": "futures_core" }, { - "id": "futures-sink 0.3.32", + "id": "futures-sink 0.3.33", "target": "futures_sink" }, { - "id": "futures-util 0.3.32", + "id": "futures-util 0.3.33", "target": "futures_util" }, { @@ -39402,15 +39239,15 @@ "target": "ordered_stream" }, { - "id": "rand 0.8.6", + "id": "rand 0.8.7", "target": "rand" }, { - "id": "serde 1.0.228", + "id": "serde 1.0.229", "target": "serde" }, { - "id": "sha1 0.10.6", + "id": "sha1 0.10.7", "target": "sha1" }, { @@ -39467,7 +39304,7 @@ "target": "async_recursion" }, { - "id": "async-trait 0.1.89", + "id": "async-trait 0.1.91", "target": "async_trait" }, { @@ -39475,7 +39312,7 @@ "target": "derivative" }, { - "id": "serde_repr 0.1.20", + "id": "serde_repr 0.1.21", "target": "serde_repr" }, { @@ -39529,15 +39366,15 @@ "target": "proc_macro_crate" }, { - "id": "proc-macro2 1.0.106", + "id": "proc-macro2 1.0.107", "target": "proc_macro2" }, { - "id": "quote 1.0.45", + "id": "quote 1.0.47", "target": "quote" }, { - "id": "regex 1.12.3", + "id": "regex 1.13.1", "target": "regex" }, { @@ -39592,7 +39429,7 @@ "deps": { "common": [ { - "id": "serde 1.0.228", + "id": "serde 1.0.229", "target": "serde" }, { @@ -39615,14 +39452,14 @@ ], "license_file": "LICENSE" }, - "zerocopy 0.8.50": { + "zerocopy 0.8.54": { "name": "zerocopy", - "version": "0.8.50", + "version": "0.8.54", "package_url": "https://github.com/google/zerocopy", "repository": { "Http": { - "url": "https://static.crates.io/crates/zerocopy/0.8.50/download", - "sha256": "3b065d4f0e55f82fae73202e189638116a87c55ab6b8e6c2721e13dd9d854ad1" + "url": "https://static.crates.io/crates/zerocopy/0.8.54/download", + "sha256": "b7cbbc0a705a0fd05cc3676525980d2bf5a9bc4adac6d6475209a7887cf59d19" } }, "targets": [ @@ -39667,7 +39504,7 @@ "deps": { "common": [ { - "id": "zerocopy 0.8.50", + "id": "zerocopy 0.8.54", "target": "build_script_build" } ], @@ -39677,13 +39514,13 @@ "proc_macro_deps": { "common": [ { - "id": "zerocopy-derive 0.8.50", + "id": "zerocopy-derive 0.8.54", "target": "zerocopy_derive" } ], "selects": {} }, - "version": "0.8.50" + "version": "0.8.54" }, "build_script_attrs": { "compile_data_glob": [ @@ -39704,14 +39541,14 @@ ], "license_file": "LICENSE-APACHE" }, - "zerocopy-derive 0.8.50": { + "zerocopy-derive 0.8.54": { "name": "zerocopy-derive", - "version": "0.8.50", + "version": "0.8.54", "package_url": "https://github.com/google/zerocopy", "repository": { "Http": { - "url": "https://static.crates.io/crates/zerocopy-derive/0.8.50/download", - "sha256": "0b631b19d36a892ab55420c92dbc83ccd79274f25be714855d3074aa71cab639" + "url": "https://static.crates.io/crates/zerocopy-derive/0.8.54/download", + "sha256": "e2e817b7b52d0c7358d3246da9d69935ebb18116b2b102b4230dac079b4862f5" } }, "targets": [ @@ -39736,22 +39573,22 @@ "deps": { "common": [ { - "id": "proc-macro2 1.0.106", + "id": "proc-macro2 1.0.107", "target": "proc_macro2" }, { - "id": "quote 1.0.45", + "id": "quote 1.0.47", "target": "quote" }, { - "id": "syn 2.0.117", + "id": "syn 2.0.119", "target": "syn" } ], "selects": {} }, "edition": "2021", - "version": "0.8.50" + "version": "0.8.54" }, "license": "BSD-2-Clause OR Apache-2.0 OR MIT", "license_ids": [ @@ -39846,15 +39683,15 @@ "deps": { "common": [ { - "id": "proc-macro2 1.0.106", + "id": "proc-macro2 1.0.107", "target": "proc_macro2" }, { - "id": "quote 1.0.45", + "id": "quote 1.0.47", "target": "quote" }, { - "id": "syn 2.0.117", + "id": "syn 2.0.119", "target": "syn" }, { @@ -39873,14 +39710,14 @@ ], "license_file": "LICENSE" }, - "zeroize 1.8.2": { + "zeroize 1.9.0": { "name": "zeroize", - "version": "1.8.2", + "version": "1.9.0", "package_url": "https://github.com/RustCrypto/utils", "repository": { "Http": { - "url": "https://static.crates.io/crates/zeroize/1.8.2/download", - "sha256": "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0" + "url": "https://static.crates.io/crates/zeroize/1.9.0/download", + "sha256": "e13c156562582aa81c60cb29407084cdb54c4164760106ab78e6c5b0858cf64e" } }, "targets": [ @@ -39911,17 +39748,17 @@ ], "selects": {} }, - "edition": "2021", + "edition": "2024", "proc_macro_deps": { "common": [ { - "id": "zeroize_derive 1.4.3", + "id": "zeroize_derive 1.5.0", "target": "zeroize_derive" } ], "selects": {} }, - "version": "1.8.2" + "version": "1.9.0" }, "license": "Apache-2.0 OR MIT", "license_ids": [ @@ -39930,14 +39767,14 @@ ], "license_file": "LICENSE-APACHE" }, - "zeroize_derive 1.4.3": { + "zeroize_derive 1.5.0": { "name": "zeroize_derive", - "version": "1.4.3", - "package_url": "https://github.com/RustCrypto/utils/tree/master/zeroize/derive", + "version": "1.5.0", + "package_url": "https://github.com/RustCrypto/utils", "repository": { "Http": { - "url": "https://static.crates.io/crates/zeroize_derive/1.4.3/download", - "sha256": "85a5b4158499876c763cb03bc4e49185d3cccbabb15b33c627f7884f43db852e" + "url": "https://static.crates.io/crates/zeroize_derive/1.5.0/download", + "sha256": "3c50655cbb0fe3fc43170059e702f1ce5e19b84cec58dc87b037a09935c2f328" } }, "targets": [ @@ -39962,22 +39799,22 @@ "deps": { "common": [ { - "id": "proc-macro2 1.0.106", + "id": "proc-macro2 1.0.107", "target": "proc_macro2" }, { - "id": "quote 1.0.45", + "id": "quote 1.0.47", "target": "quote" }, { - "id": "syn 2.0.117", + "id": "syn 2.0.119", "target": "syn" } ], "selects": {} }, - "edition": "2021", - "version": "1.4.3" + "edition": "2024", + "version": "1.5.0" }, "license": "Apache-2.0 OR MIT", "license_ids": [ @@ -40025,7 +39862,7 @@ "deps": { "common": [ { - "id": "yoke 0.8.2", + "id": "yoke 0.8.3", "target": "yoke" }, { @@ -40092,7 +39929,7 @@ "deps": { "common": [ { - "id": "yoke 0.8.2", + "id": "yoke 0.8.3", "target": "yoke" }, { @@ -40152,15 +39989,15 @@ "deps": { "common": [ { - "id": "proc-macro2 1.0.106", + "id": "proc-macro2 1.0.107", "target": "proc_macro2" }, { - "id": "quote 1.0.45", + "id": "quote 1.0.47", "target": "quote" }, { - "id": "syn 2.0.117", + "id": "syn 2.0.119", "target": "syn" } ], @@ -40229,7 +40066,7 @@ "target": "indexmap" }, { - "id": "memchr 2.8.1", + "id": "memchr 2.8.3", "target": "memchr" }, { @@ -40252,14 +40089,14 @@ ], "license_file": "LICENSE" }, - "zlib-rs 0.6.3": { + "zlib-rs 0.6.6": { "name": "zlib-rs", - "version": "0.6.3", + "version": "0.6.6", "package_url": "https://github.com/trifectatechfoundation/zlib-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/zlib-rs/0.6.3/download", - "sha256": "3be3d40e40a133f9c916ee3f9f4fa2d9d63435b5fbe1bfc6d9dae0aa0ada1513" + "url": "https://static.crates.io/crates/zlib-rs/0.6.6/download", + "sha256": "b142a20ec14a91d5bc708c1dc21b080c550113d8aa77afa29635673a65dd02c5" } }, "targets": [ @@ -40289,7 +40126,7 @@ "selects": {} }, "edition": "2021", - "version": "0.6.3" + "version": "0.6.6" }, "license": "Zlib", "license_ids": [ @@ -40297,14 +40134,14 @@ ], "license_file": "LICENSE" }, - "zmij 1.0.21": { + "zmij 1.0.23": { "name": "zmij", - "version": "1.0.21", + "version": "1.0.23", "package_url": "https://github.com/dtolnay/zmij", "repository": { "Http": { - "url": "https://static.crates.io/crates/zmij/1.0.21/download", - "sha256": "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa" + "url": "https://static.crates.io/crates/zmij/1.0.23/download", + "sha256": "29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b" } }, "targets": [ @@ -40341,14 +40178,14 @@ "deps": { "common": [ { - "id": "zmij 1.0.21", + "id": "zmij 1.0.23", "target": "build_script_build" } ], "selects": {} }, "edition": "2021", - "version": "1.0.21" + "version": "1.0.23" }, "build_script_attrs": { "compile_data_glob": [ @@ -40416,11 +40253,11 @@ "target": "crc32fast" }, { - "id": "log 0.4.30", + "id": "log 0.4.33", "target": "log" }, { - "id": "simd-adler32 0.3.9", + "id": "simd-adler32 0.3.10", "target": "simd_adler32" } ], @@ -40520,7 +40357,7 @@ "deps": { "common": [ { - "id": "simd-adler32 0.3.9", + "id": "simd-adler32 0.3.10", "target": "simd_adler32" } ], @@ -40645,7 +40482,7 @@ "target": "libc" }, { - "id": "serde 1.0.228", + "id": "serde 1.0.229", "target": "serde" }, { @@ -40709,11 +40546,11 @@ "target": "proc_macro_crate" }, { - "id": "proc-macro2 1.0.106", + "id": "proc-macro2 1.0.107", "target": "proc_macro2" }, { - "id": "quote 1.0.45", + "id": "quote 1.0.47", "target": "quote" }, { @@ -40768,11 +40605,11 @@ "deps": { "common": [ { - "id": "proc-macro2 1.0.106", + "id": "proc-macro2 1.0.107", "target": "proc_macro2" }, { - "id": "quote 1.0.45", + "id": "quote 1.0.47", "target": "quote" }, { @@ -40877,7 +40714,6 @@ "wasm32-unknown-unknown" ], "cfg(all(target_arch = \"wasm32\", target_os = \"wasi\", target_env = \"p2\"))": [], - "cfg(all(target_arch = \"wasm32\", target_os = \"wasi\", target_env = \"p3\"))": [], "cfg(all(target_arch = \"x86\", target_env = \"gnu\", not(target_abi = \"llvm\"), not(windows_raw_dylib)))": [], "cfg(all(target_arch = \"x86\", target_env = \"gnu\", not(windows_raw_dylib)))": [], "cfg(all(target_arch = \"x86\", target_env = \"msvc\", not(windows_raw_dylib)))": [], @@ -40912,6 +40748,11 @@ "x86_64-unknown-linux-gnu", "x86_64-unknown-nixos-gnu" ], + "cfg(any(target_arch = \"x86\", target_arch = \"x86_64\"))": [ + "x86_64-pc-windows-msvc", + "x86_64-unknown-linux-gnu", + "x86_64-unknown-nixos-gnu" + ], "cfg(any(target_arch = \"x86_64\", target_arch = \"x86\"))": [ "x86_64-pc-windows-msvc", "x86_64-unknown-linux-gnu", @@ -41061,57 +40902,57 @@ "direct_deps": [ "aes 0.8.4", "arboard 3.6.1", - "async-trait 0.1.89", + "async-trait 0.1.91", "axum 0.8.9", "base64 0.22.1", - "bitflags 2.11.1", + "bitflags 2.13.1", "caps 0.5.6", "cbc 0.1.2", - "chrono 0.4.44", + "chrono 0.4.45", "colored 3.1.1", - "config 0.15.23", + "config 0.15.25", "crossterm 0.29.0", "ctr 0.9.2", "dashmap 6.2.1", "dirs 6.0.0", "dotenvy 0.15.7", "flate2 1.1.9", - "futures-util 0.3.32", - "getrandom 0.4.2", - "h2 0.4.14", + "futures-util 0.3.33", + "getrandom 0.4.3", + "h2 0.4.15", "hashbrown 0.17.1", - "hashlink 0.11.0", + "hashlink 0.11.1", "hex-literal 1.1.0", - "http 1.4.1", - "http-body 1.0.1", + "http 1.4.2", + "http-body 1.1.0", "hyper 1.10.1", "image 0.25.10", "jsonwebtoken 10.4.0", "keyring 2.3.3", "lazy_static 1.5.0", - "log 0.4.30", - "ratatui 0.30.0", + "log 0.4.33", + "ratatui 0.30.2", "reqwest 0.12.28", "ring 0.17.14", "rusqlite 0.37.0", "rustyline 17.0.2", - "serde 1.0.228", + "serde 1.0.229", "serde_json 1.0.150", - "socket2 0.6.4", - "syn 2.0.117", + "socket2 0.6.5", + "syn 2.0.119", "sync_wrapper 1.0.2", "syntect 5.3.0", "tar 0.4.46", "tempfile 3.27.0", - "thiserror 2.0.18", - "thiserror-impl 2.0.18", - "tokio 1.52.3", + "thiserror 2.0.19", + "thiserror-impl 2.0.19", + "tokio 1.53.0", "tower 0.5.3", "tracing 0.1.44", "turul-mcp-client 0.3.47", "turul-mcp-json-rpc-server 0.3.47", "urlencoding 2.1.3", - "uuid 1.23.2", + "uuid 1.24.0", "walkdir 2.5.0", "windows-sys 0.61.2", "windows-targets 0.53.5", @@ -41122,8 +40963,8 @@ "criterion 0.5.1", "num_cpus 1.17.0", "predicates 3.1.4", - "rand 0.10.1", - "regex 1.12.3", + "rand 0.10.2", + "regex 1.13.1", "wait-timeout 0.2.1" ], "unused_patches": []