unicode-ident
Advanced tools
| { | ||
| "git": { | ||
| "sha1": "10d5e534c9e06fffcdc6896d4779ffb25641659b" | ||
| "sha1": "94f16bda863a04aabdcaa28c2e5979b5822800c1" | ||
| }, | ||
| "path_in_vcs": "" | ||
| } |
+10
-10
@@ -25,3 +25,3 @@ name: CI | ||
| steps: | ||
| - uses: actions/checkout@v5 | ||
| - uses: actions/checkout@v6 | ||
| - uses: dtolnay/rust-toolchain@stable | ||
@@ -48,6 +48,6 @@ - id: ucd-generate | ||
| matrix: | ||
| rust: [nightly, beta, stable, 1.81.0] | ||
| rust: [nightly, beta, stable, 1.86.0] | ||
| timeout-minutes: 45 | ||
| steps: | ||
| - uses: actions/checkout@v5 | ||
| - uses: actions/checkout@v6 | ||
| - uses: dtolnay/rust-toolchain@master | ||
@@ -61,3 +61,3 @@ with: | ||
| - run: cargo check --benches | ||
| - uses: actions/upload-artifact@v4 | ||
| - uses: actions/upload-artifact@v6 | ||
| if: matrix.rust == 'nightly' && always() | ||
@@ -70,3 +70,3 @@ with: | ||
| msrv: | ||
| name: Rust 1.31.0 | ||
| name: Rust 1.71.0 | ||
| needs: pre_ci | ||
@@ -77,4 +77,4 @@ if: needs.pre_ci.outputs.continue | ||
| steps: | ||
| - uses: actions/checkout@v5 | ||
| - uses: dtolnay/rust-toolchain@1.31.0 | ||
| - uses: actions/checkout@v6 | ||
| - uses: dtolnay/rust-toolchain@1.71.0 | ||
| - run: cargo check --manifest-path tests/crate/Cargo.toml | ||
@@ -91,3 +91,3 @@ | ||
| steps: | ||
| - uses: actions/checkout@v5 | ||
| - uses: actions/checkout@v6 | ||
| - uses: dtolnay/rust-toolchain@nightly | ||
@@ -103,3 +103,3 @@ - uses: dtolnay/install@cargo-docs-rs | ||
| steps: | ||
| - uses: actions/checkout@v5 | ||
| - uses: actions/checkout@v6 | ||
| - uses: dtolnay/rust-toolchain@clippy | ||
@@ -114,5 +114,5 @@ - run: cargo clippy --tests --benches --workspace -- -Dclippy::all -Dclippy::pedantic | ||
| steps: | ||
| - uses: actions/checkout@v5 | ||
| - uses: actions/checkout@v6 | ||
| - uses: dtolnay/rust-toolchain@stable | ||
| - uses: dtolnay/install@cargo-outdated | ||
| - run: cargo outdated --workspace --exit-code 1 |
+464
-182
| # This file is automatically @generated by Cargo. | ||
| # It is not intended for manual editing. | ||
| version = 3 | ||
| [[package]] | ||
@@ -7,10 +9,21 @@ name = "aho-corasick" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" | ||
| dependencies = [ | ||
| "memchr 2.7.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||
| "memchr", | ||
| ] | ||
| [[package]] | ||
| name = "alloca" | ||
| version = "0.4.0" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "e5a7d05ea6aea7e9e64d25b9156ba2fee3fdd659e34e41063cd2fc7cd020d7f4" | ||
| dependencies = [ | ||
| "cc", | ||
| ] | ||
| [[package]] | ||
| name = "anes" | ||
| version = "0.1.6" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299" | ||
@@ -21,12 +34,27 @@ [[package]] | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78" | ||
| [[package]] | ||
| name = "anyhow" | ||
| version = "1.0.101" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "5f0e0fee31ef5ed1ba1316088939cea399010ed7731dba877ed44aeb407a75ea" | ||
| [[package]] | ||
| name = "autocfg" | ||
| version = "1.5.0" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" | ||
| [[package]] | ||
| name = "bitflags" | ||
| version = "2.10.0" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3" | ||
| [[package]] | ||
| name = "bytemuck" | ||
| version = "1.24.0" | ||
| version = "1.25.0" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec" | ||
@@ -37,2 +65,3 @@ [[package]] | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" | ||
@@ -43,16 +72,40 @@ [[package]] | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" | ||
| [[package]] | ||
| name = "cc" | ||
| version = "1.2.55" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "47b26a0954ae34af09b50f0de26458fa95369a0d478d8236d3f93082b219bd29" | ||
| dependencies = [ | ||
| "find-msvc-tools", | ||
| "shlex", | ||
| ] | ||
| [[package]] | ||
| name = "cfg-if" | ||
| version = "1.0.4" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" | ||
| [[package]] | ||
| name = "chacha20" | ||
| version = "0.10.0" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "6f8d983286843e49675a4b7a2d174efe136dc93a18d69130dd18198a6c167601" | ||
| dependencies = [ | ||
| "cfg-if", | ||
| "cpufeatures", | ||
| "rand_core", | ||
| ] | ||
| [[package]] | ||
| name = "ciborium" | ||
| version = "0.2.2" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e" | ||
| dependencies = [ | ||
| "ciborium-io 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||
| "ciborium-ll 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||
| "serde 1.0.228 (registry+https://github.com/rust-lang/crates.io-index)", | ||
| "ciborium-io", | ||
| "ciborium-ll", | ||
| "serde", | ||
| ] | ||
@@ -64,2 +117,3 @@ | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757" | ||
@@ -70,5 +124,6 @@ [[package]] | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9" | ||
| dependencies = [ | ||
| "ciborium-io 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||
| "half 2.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||
| "ciborium-io", | ||
| "half", | ||
| ] | ||
@@ -78,6 +133,7 @@ | ||
| name = "clap" | ||
| version = "4.5.51" | ||
| version = "4.5.57" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "6899ea499e3fb9305a65d5ebf6e3d2248c5fab291f300ad0a704fbe142eae31a" | ||
| dependencies = [ | ||
| "clap_builder 4.5.51 (registry+https://github.com/rust-lang/crates.io-index)", | ||
| "clap_builder", | ||
| ] | ||
@@ -87,7 +143,8 @@ | ||
| name = "clap_builder" | ||
| version = "4.5.51" | ||
| version = "4.5.57" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "7b12c8b680195a62a8364d16b8447b01b6c2c8f9aaf68bee653be34d4245e238" | ||
| dependencies = [ | ||
| "anstyle 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", | ||
| "clap_lex 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||
| "anstyle", | ||
| "clap_lex", | ||
| ] | ||
@@ -97,23 +154,36 @@ | ||
| name = "clap_lex" | ||
| version = "0.7.6" | ||
| version = "0.7.7" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "c3e64b0cc0439b12df2fa678eae89a1c56a529fd067a9115f7827f1fffd22b32" | ||
| [[package]] | ||
| name = "cpufeatures" | ||
| version = "0.3.0" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201" | ||
| dependencies = [ | ||
| "libc", | ||
| ] | ||
| [[package]] | ||
| name = "criterion" | ||
| version = "0.7.0" | ||
| version = "0.8.2" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "950046b2aa2492f9a536f5f4f9a3de7b9e2476e575e05bd6c333371add4d98f3" | ||
| dependencies = [ | ||
| "anes 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||
| "cast 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
| "ciborium 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||
| "clap 4.5.51 (registry+https://github.com/rust-lang/crates.io-index)", | ||
| "criterion-plot 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
| "itertools 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
| "num-traits 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)", | ||
| "oorandom 11.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||
| "regex 1.12.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||
| "serde 1.0.228 (registry+https://github.com/rust-lang/crates.io-index)", | ||
| "serde_json 1.0.145 (registry+https://github.com/rust-lang/crates.io-index)", | ||
| "tinytemplate 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||
| "walkdir 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
| "alloca", | ||
| "anes", | ||
| "cast", | ||
| "ciborium", | ||
| "clap", | ||
| "criterion-plot", | ||
| "itertools", | ||
| "num-traits", | ||
| "oorandom", | ||
| "page_size", | ||
| "regex", | ||
| "serde", | ||
| "serde_json", | ||
| "tinytemplate", | ||
| "walkdir", | ||
| ] | ||
@@ -123,7 +193,8 @@ | ||
| name = "criterion-plot" | ||
| version = "0.6.0" | ||
| version = "0.8.2" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "d8d80a2f4f5b554395e47b5d8305bc3d27813bacb73493eb1001e8f76dae29ea" | ||
| dependencies = [ | ||
| "cast 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
| "itertools 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
| "cast", | ||
| "itertools", | ||
| ] | ||
@@ -135,2 +206,3 @@ | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" | ||
@@ -141,17 +213,40 @@ [[package]] | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" | ||
| [[package]] | ||
| name = "equivalent" | ||
| version = "1.0.2" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" | ||
| [[package]] | ||
| name = "find-msvc-tools" | ||
| version = "0.1.9" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" | ||
| [[package]] | ||
| name = "foldhash" | ||
| version = "0.1.5" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" | ||
| [[package]] | ||
| name = "fst" | ||
| version = "0.4.7" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "7ab85b9b05e3978cc9a9cf8fea7f01b494e1a09ed3037e16ba39edc7a29eb61a" | ||
| [[package]] | ||
| name = "getrandom" | ||
| version = "0.3.4" | ||
| version = "0.4.1" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec" | ||
| dependencies = [ | ||
| "cfg-if 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | ||
| "libc 0.2.177 (registry+https://github.com/rust-lang/crates.io-index)", | ||
| "r-efi 5.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
| "wasip2 1.0.1+wasi-0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", | ||
| "cfg-if", | ||
| "libc", | ||
| "r-efi", | ||
| "rand_core", | ||
| "wasip2", | ||
| "wasip3", | ||
| ] | ||
@@ -163,14 +258,55 @@ | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b" | ||
| dependencies = [ | ||
| "cfg-if 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | ||
| "crunchy 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", | ||
| "zerocopy 0.8.27 (registry+https://github.com/rust-lang/crates.io-index)", | ||
| "cfg-if", | ||
| "crunchy", | ||
| "zerocopy", | ||
| ] | ||
| [[package]] | ||
| name = "hashbrown" | ||
| version = "0.15.5" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" | ||
| dependencies = [ | ||
| "foldhash", | ||
| ] | ||
| [[package]] | ||
| name = "hashbrown" | ||
| version = "0.16.1" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" | ||
| [[package]] | ||
| name = "heck" | ||
| version = "0.5.0" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" | ||
| [[package]] | ||
| name = "id-arena" | ||
| version = "2.3.0" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954" | ||
| [[package]] | ||
| name = "indexmap" | ||
| version = "2.13.0" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017" | ||
| dependencies = [ | ||
| "equivalent", | ||
| "hashbrown 0.16.1", | ||
| "serde", | ||
| "serde_core", | ||
| ] | ||
| [[package]] | ||
| name = "itertools" | ||
| version = "0.13.0" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" | ||
| dependencies = [ | ||
| "either 1.15.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
| "either", | ||
| ] | ||
@@ -180,14 +316,29 @@ | ||
| name = "itoa" | ||
| version = "1.0.15" | ||
| version = "1.0.17" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" | ||
| [[package]] | ||
| name = "leb128fmt" | ||
| version = "0.1.0" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" | ||
| [[package]] | ||
| name = "libc" | ||
| version = "0.2.177" | ||
| version = "0.2.180" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc" | ||
| [[package]] | ||
| name = "log" | ||
| version = "0.4.29" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" | ||
| [[package]] | ||
| name = "memchr" | ||
| version = "2.7.6" | ||
| version = "2.8.0" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" | ||
@@ -198,4 +349,5 @@ [[package]] | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" | ||
| dependencies = [ | ||
| "autocfg 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
| "autocfg", | ||
| ] | ||
@@ -207,17 +359,31 @@ | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e" | ||
| [[package]] | ||
| name = "ppv-lite86" | ||
| version = "0.2.21" | ||
| name = "page_size" | ||
| version = "0.6.0" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da" | ||
| dependencies = [ | ||
| "zerocopy 0.8.27 (registry+https://github.com/rust-lang/crates.io-index)", | ||
| "libc", | ||
| "winapi", | ||
| ] | ||
| [[package]] | ||
| name = "prettyplease" | ||
| version = "0.2.37" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" | ||
| dependencies = [ | ||
| "proc-macro2", | ||
| "syn", | ||
| ] | ||
| [[package]] | ||
| name = "proc-macro2" | ||
| version = "1.0.103" | ||
| version = "1.0.106" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" | ||
| dependencies = [ | ||
| "unicode-ident 1.0.20 (registry+https://github.com/rust-lang/crates.io-index)", | ||
| "unicode-ident 1.0.22", | ||
| ] | ||
@@ -227,6 +393,7 @@ | ||
| name = "quote" | ||
| version = "1.0.41" | ||
| version = "1.0.44" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4" | ||
| dependencies = [ | ||
| "proc-macro2 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", | ||
| "proc-macro2", | ||
| ] | ||
@@ -238,38 +405,31 @@ | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" | ||
| [[package]] | ||
| name = "rand" | ||
| version = "0.9.2" | ||
| version = "0.10.0" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "bc266eb313df6c5c09c1c7b1fbe2510961e5bcd3add930c1e31f7ed9da0feff8" | ||
| dependencies = [ | ||
| "rand_chacha 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
| "rand_core 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||
| "chacha20", | ||
| "getrandom", | ||
| "rand_core", | ||
| ] | ||
| [[package]] | ||
| name = "rand_chacha" | ||
| version = "0.9.0" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| dependencies = [ | ||
| "ppv-lite86 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)", | ||
| "rand_core 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||
| ] | ||
| [[package]] | ||
| name = "rand_core" | ||
| version = "0.9.3" | ||
| version = "0.10.0" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| dependencies = [ | ||
| "getrandom 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", | ||
| ] | ||
| checksum = "0c8d0fd677905edcbeedbf2edb6494d676f0e98d54d5cf9bda0b061cb8fb8aba" | ||
| [[package]] | ||
| name = "regex" | ||
| version = "1.12.2" | ||
| version = "1.12.3" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276" | ||
| dependencies = [ | ||
| "aho-corasick 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | ||
| "memchr 2.7.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||
| "regex-automata 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)", | ||
| "regex-syntax 0.8.8 (registry+https://github.com/rust-lang/crates.io-index)", | ||
| "aho-corasick", | ||
| "memchr", | ||
| "regex-automata", | ||
| "regex-syntax", | ||
| ] | ||
@@ -279,8 +439,9 @@ | ||
| name = "regex-automata" | ||
| version = "0.4.13" | ||
| version = "0.4.14" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f" | ||
| dependencies = [ | ||
| "aho-corasick 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | ||
| "memchr 2.7.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||
| "regex-syntax 0.8.8 (registry+https://github.com/rust-lang/crates.io-index)", | ||
| "aho-corasick", | ||
| "memchr", | ||
| "regex-syntax", | ||
| ] | ||
@@ -290,34 +451,39 @@ | ||
| name = "regex-syntax" | ||
| version = "0.8.8" | ||
| version = "0.8.9" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "a96887878f22d7bad8a3b6dc5b7440e0ada9a245242924394987b21cf2210a4c" | ||
| [[package]] | ||
| name = "roaring" | ||
| version = "0.11.2" | ||
| version = "0.11.3" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "8ba9ce64a8f45d7fc86358410bb1a82e8c987504c0d4900e9141d69a9f26c885" | ||
| dependencies = [ | ||
| "bytemuck 1.24.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
| "byteorder 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
| "bytemuck", | ||
| "byteorder", | ||
| ] | ||
| [[package]] | ||
| name = "ryu" | ||
| version = "1.0.20" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| [[package]] | ||
| name = "same-file" | ||
| version = "1.0.6" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" | ||
| dependencies = [ | ||
| "winapi-util 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", | ||
| "winapi-util", | ||
| ] | ||
| [[package]] | ||
| name = "semver" | ||
| version = "1.0.27" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2" | ||
| [[package]] | ||
| name = "serde" | ||
| version = "1.0.228" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" | ||
| dependencies = [ | ||
| "serde_core 1.0.228 (registry+https://github.com/rust-lang/crates.io-index)", | ||
| "serde_derive 1.0.228 (registry+https://github.com/rust-lang/crates.io-index)", | ||
| "serde_core", | ||
| "serde_derive", | ||
| ] | ||
@@ -329,4 +495,5 @@ | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" | ||
| dependencies = [ | ||
| "serde_derive 1.0.228 (registry+https://github.com/rust-lang/crates.io-index)", | ||
| "serde_derive", | ||
| ] | ||
@@ -338,6 +505,7 @@ | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" | ||
| dependencies = [ | ||
| "proc-macro2 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", | ||
| "quote 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", | ||
| "syn 2.0.108 (registry+https://github.com/rust-lang/crates.io-index)", | ||
| "proc-macro2", | ||
| "quote", | ||
| "syn", | ||
| ] | ||
@@ -347,20 +515,28 @@ | ||
| name = "serde_json" | ||
| version = "1.0.145" | ||
| version = "1.0.149" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" | ||
| dependencies = [ | ||
| "itoa 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)", | ||
| "memchr 2.7.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||
| "ryu 1.0.20 (registry+https://github.com/rust-lang/crates.io-index)", | ||
| "serde 1.0.228 (registry+https://github.com/rust-lang/crates.io-index)", | ||
| "serde_core 1.0.228 (registry+https://github.com/rust-lang/crates.io-index)", | ||
| "itoa", | ||
| "memchr", | ||
| "serde", | ||
| "serde_core", | ||
| "zmij", | ||
| ] | ||
| [[package]] | ||
| name = "shlex" | ||
| version = "1.3.0" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" | ||
| [[package]] | ||
| name = "syn" | ||
| version = "2.0.108" | ||
| version = "2.0.114" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "d4d107df263a3013ef9b1879b0df87d706ff80f65a86ea879bd9c31f9b307c2a" | ||
| dependencies = [ | ||
| "proc-macro2 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", | ||
| "quote 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", | ||
| "unicode-ident 1.0.20 (registry+https://github.com/rust-lang/crates.io-index)", | ||
| "proc-macro2", | ||
| "quote", | ||
| "unicode-ident 1.0.22", | ||
| ] | ||
@@ -372,5 +548,6 @@ | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc" | ||
| dependencies = [ | ||
| "serde 1.0.228 (registry+https://github.com/rust-lang/crates.io-index)", | ||
| "serde_json 1.0.145 (registry+https://github.com/rust-lang/crates.io-index)", | ||
| "serde", | ||
| "serde_json", | ||
| ] | ||
@@ -382,18 +559,20 @@ | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971" | ||
| [[package]] | ||
| name = "unicode-ident" | ||
| version = "1.0.20" | ||
| version = "1.0.22" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5" | ||
| [[package]] | ||
| name = "unicode-ident" | ||
| version = "1.0.22" | ||
| version = "1.0.23" | ||
| dependencies = [ | ||
| "criterion 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
| "fst 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", | ||
| "rand 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||
| "roaring 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||
| "ucd-trie 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | ||
| "unicode-xid 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||
| "criterion", | ||
| "fst", | ||
| "rand", | ||
| "roaring", | ||
| "ucd-trie", | ||
| "unicode-xid", | ||
| ] | ||
@@ -405,2 +584,3 @@ | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" | ||
@@ -411,5 +591,6 @@ [[package]] | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" | ||
| dependencies = [ | ||
| "same-file 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||
| "winapi-util 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", | ||
| "same-file", | ||
| "winapi-util", | ||
| ] | ||
@@ -419,20 +600,88 @@ | ||
| name = "wasip2" | ||
| version = "1.0.1+wasi-0.2.4" | ||
| version = "1.0.2+wasi-0.2.9" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5" | ||
| dependencies = [ | ||
| "wit-bindgen 0.46.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
| "wit-bindgen", | ||
| ] | ||
| [[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", | ||
| ] | ||
| [[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 = "wasmparser" | ||
| version = "0.244.0" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe" | ||
| dependencies = [ | ||
| "bitflags", | ||
| "hashbrown 0.15.5", | ||
| "indexmap", | ||
| "semver", | ||
| ] | ||
| [[package]] | ||
| name = "winapi" | ||
| version = "0.3.9" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" | ||
| dependencies = [ | ||
| "winapi-i686-pc-windows-gnu", | ||
| "winapi-x86_64-pc-windows-gnu", | ||
| ] | ||
| [[package]] | ||
| name = "winapi-i686-pc-windows-gnu" | ||
| version = "0.4.0" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" | ||
| [[package]] | ||
| name = "winapi-util" | ||
| version = "0.1.11" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" | ||
| dependencies = [ | ||
| "windows-sys 0.61.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||
| "windows-sys", | ||
| ] | ||
| [[package]] | ||
| name = "winapi-x86_64-pc-windows-gnu" | ||
| version = "0.4.0" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" | ||
| [[package]] | ||
| name = "windows-link" | ||
| version = "0.2.1" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" | ||
@@ -443,4 +692,5 @@ [[package]] | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" | ||
| dependencies = [ | ||
| "windows-link 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||
| "windows-link", | ||
| ] | ||
@@ -450,11 +700,95 @@ | ||
| name = "wit-bindgen" | ||
| version = "0.46.0" | ||
| 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-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", | ||
| "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", | ||
| "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", | ||
| "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 = "zerocopy" | ||
| version = "0.8.27" | ||
| version = "0.8.39" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "db6d35d663eadb6c932438e763b262fe1a70987f9ae936e60158176d710cae4a" | ||
| dependencies = [ | ||
| "zerocopy-derive 0.8.27 (registry+https://github.com/rust-lang/crates.io-index)", | ||
| "zerocopy-derive", | ||
| ] | ||
@@ -464,67 +798,15 @@ | ||
| name = "zerocopy-derive" | ||
| version = "0.8.27" | ||
| version = "0.8.39" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "4122cd3169e94605190e77839c9a40d40ed048d305bfdc146e7df40ab0f3e517" | ||
| dependencies = [ | ||
| "proc-macro2 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", | ||
| "quote 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", | ||
| "syn 2.0.108 (registry+https://github.com/rust-lang/crates.io-index)", | ||
| "proc-macro2", | ||
| "quote", | ||
| "syn", | ||
| ] | ||
| [metadata] | ||
| "checksum aho-corasick 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" | ||
| "checksum anes 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299" | ||
| "checksum anstyle 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)" = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78" | ||
| "checksum autocfg 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" | ||
| "checksum bytemuck 1.24.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4" | ||
| "checksum byteorder 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" | ||
| "checksum cast 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" | ||
| "checksum cfg-if 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" | ||
| "checksum ciborium 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e" | ||
| "checksum ciborium-io 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757" | ||
| "checksum ciborium-ll 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9" | ||
| "checksum clap 4.5.51 (registry+https://github.com/rust-lang/crates.io-index)" = "4c26d721170e0295f191a69bd9a1f93efcdb0aff38684b61ab5750468972e5f5" | ||
| "checksum clap_builder 4.5.51 (registry+https://github.com/rust-lang/crates.io-index)" = "75835f0c7bf681bfd05abe44e965760fea999a5286c6eb2d59883634fd02011a" | ||
| "checksum clap_lex 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d" | ||
| "checksum criterion 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e1c047a62b0cc3e145fa84415a3191f628e980b194c2755aa12300a4e6cbd928" | ||
| "checksum criterion-plot 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9b1bcc0dc7dfae599d84ad0b1a55f80cde8af3725da8313b528da95ef783e338" | ||
| "checksum crunchy 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" | ||
| "checksum either 1.15.0 (registry+https://github.com/rust-lang/crates.io-index)" = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" | ||
| "checksum fst 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" = "7ab85b9b05e3978cc9a9cf8fea7f01b494e1a09ed3037e16ba39edc7a29eb61a" | ||
| "checksum getrandom 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" | ||
| "checksum half 2.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b" | ||
| "checksum itertools 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" | ||
| "checksum itoa 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)" = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" | ||
| "checksum libc 0.2.177 (registry+https://github.com/rust-lang/crates.io-index)" = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976" | ||
| "checksum memchr 2.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273" | ||
| "checksum num-traits 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)" = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" | ||
| "checksum oorandom 11.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e" | ||
| "checksum ppv-lite86 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)" = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" | ||
| "checksum proc-macro2 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)" = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8" | ||
| "checksum quote 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)" = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1" | ||
| "checksum r-efi 5.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" | ||
| "checksum rand 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" | ||
| "checksum rand_chacha 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" | ||
| "checksum rand_core 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" | ||
| "checksum regex 1.12.2 (registry+https://github.com/rust-lang/crates.io-index)" = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4" | ||
| "checksum regex-automata 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)" = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c" | ||
| "checksum regex-syntax 0.8.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58" | ||
| "checksum roaring 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f08d6a905edb32d74a5d5737a0c9d7e950c312f3c46cb0ca0a2ca09ea11878a0" | ||
| "checksum ryu 1.0.20 (registry+https://github.com/rust-lang/crates.io-index)" = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" | ||
| "checksum same-file 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" | ||
| "checksum serde 1.0.228 (registry+https://github.com/rust-lang/crates.io-index)" = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" | ||
| "checksum serde_core 1.0.228 (registry+https://github.com/rust-lang/crates.io-index)" = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" | ||
| "checksum serde_derive 1.0.228 (registry+https://github.com/rust-lang/crates.io-index)" = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" | ||
| "checksum serde_json 1.0.145 (registry+https://github.com/rust-lang/crates.io-index)" = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c" | ||
| "checksum syn 2.0.108 (registry+https://github.com/rust-lang/crates.io-index)" = "da58917d35242480a05c2897064da0a80589a2a0476c9a3f2fdc83b53502e917" | ||
| "checksum tinytemplate 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc" | ||
| "checksum ucd-trie 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971" | ||
| "checksum unicode-ident 1.0.20 (registry+https://github.com/rust-lang/crates.io-index)" = "462eeb75aeb73aea900253ce739c8e18a67423fadf006037cd3ff27e82748a06" | ||
| "checksum unicode-xid 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" | ||
| "checksum walkdir 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" | ||
| "checksum wasip2 1.0.1+wasi-0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7" | ||
| "checksum winapi-util 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" | ||
| "checksum windows-link 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" | ||
| "checksum windows-sys 0.61.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" | ||
| "checksum wit-bindgen 0.46.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59" | ||
| "checksum zerocopy 0.8.27 (registry+https://github.com/rust-lang/crates.io-index)" = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c" | ||
| "checksum zerocopy-derive 0.8.27 (registry+https://github.com/rust-lang/crates.io-index)" = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831" | ||
| [[package]] | ||
| name = "zmij" | ||
| version = "1.0.20" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "4de98dfa5d5b7fef4ee834d0073d560c9ca7b6c46a71d058c48db7960f8cfaf7" |
+8
-8
@@ -13,6 +13,6 @@ # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO | ||
| [package] | ||
| edition = "2018" | ||
| rust-version = "1.31" | ||
| edition = "2021" | ||
| rust-version = "1.71" | ||
| name = "unicode-ident" | ||
| version = "1.0.22" | ||
| version = "1.0.23" | ||
| authors = ["David Tolnay <dtolnay@gmail.com>"] | ||
@@ -67,6 +67,2 @@ build = false | ||
| [dev-dependencies.criterion] | ||
| version = "0.7" | ||
| default-features = false | ||
| [dev-dependencies.fst] | ||
@@ -76,3 +72,3 @@ version = "0.4" | ||
| [dev-dependencies.rand] | ||
| version = "0.9" | ||
| version = "0.10" | ||
@@ -88,1 +84,5 @@ [dev-dependencies.roaring] | ||
| version = "0.2.6" | ||
| [target."cfg(not(miri))".dev-dependencies.criterion] | ||
| version = "0.8" | ||
| default-features = false |
+1
-1
@@ -245,3 +245,3 @@ //! [![github]](https://github.com/dtolnay/unicode-ident) [![crates-io]](https://crates.io/crates/unicode-ident) [![docs-rs]](https://docs.rs/unicode-ident) | ||
| #![no_std] | ||
| #![doc(html_root_url = "https://docs.rs/unicode-ident/1.0.22")] | ||
| #![doc(html_root_url = "https://docs.rs/unicode-ident/1.0.23")] | ||
| #![allow( | ||
@@ -248,0 +248,0 @@ clippy::doc_markdown, |
Sorry, the diff of this file is not supported yet