| 24 |
24 |
|
]
|
| 25 |
25 |
|
|
| 26 |
26 |
|
[[package]]
|
| 27 |
|
- |
name = "ahash"
|
| 28 |
|
- |
version = "0.8.12"
|
| 29 |
|
- |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 30 |
|
- |
checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
|
| 31 |
|
- |
dependencies = [
|
| 32 |
|
- |
"cfg-if",
|
| 33 |
|
- |
"once_cell",
|
| 34 |
|
- |
"version_check",
|
| 35 |
|
- |
"zerocopy",
|
| 36 |
|
- |
]
|
| 37 |
|
- |
|
| 38 |
|
- |
[[package]]
|
| 39 |
27 |
|
name = "aho-corasick"
|
| 40 |
28 |
|
version = "1.1.4"
|
| 41 |
29 |
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 672 |
660 |
|
checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
|
| 673 |
661 |
|
|
| 674 |
662 |
|
[[package]]
|
|
663 |
+ |
name = "foldhash"
|
|
664 |
+ |
version = "0.2.0"
|
|
665 |
+ |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
666 |
+ |
checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
|
|
667 |
+ |
|
|
668 |
+ |
[[package]]
|
| 675 |
669 |
|
name = "foreign-types"
|
| 676 |
670 |
|
version = "0.3.2"
|
| 677 |
671 |
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 862 |
856 |
|
|
| 863 |
857 |
|
[[package]]
|
| 864 |
858 |
|
name = "hashbrown"
|
| 865 |
|
- |
version = "0.14.5"
|
|
859 |
+ |
version = "0.15.5"
|
| 866 |
860 |
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 867 |
|
- |
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
|
|
861 |
+ |
checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
|
| 868 |
862 |
|
dependencies = [
|
| 869 |
|
- |
"ahash",
|
|
863 |
+ |
"foldhash 0.1.5",
|
| 870 |
864 |
|
]
|
| 871 |
865 |
|
|
| 872 |
866 |
|
[[package]]
|
| 873 |
867 |
|
name = "hashbrown"
|
| 874 |
|
- |
version = "0.15.5"
|
|
868 |
+ |
version = "0.16.1"
|
| 875 |
869 |
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 876 |
|
- |
checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
|
|
870 |
+ |
checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
|
| 877 |
871 |
|
dependencies = [
|
| 878 |
|
- |
"foldhash",
|
|
872 |
+ |
"foldhash 0.2.0",
|
| 879 |
873 |
|
]
|
| 880 |
874 |
|
|
| 881 |
875 |
|
[[package]]
|
| 882 |
876 |
|
name = "hashbrown"
|
| 883 |
|
- |
version = "0.16.1"
|
|
877 |
+ |
version = "0.17.1"
|
| 884 |
878 |
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 885 |
|
- |
checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
|
|
879 |
+ |
checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
|
|
880 |
+ |
dependencies = [
|
|
881 |
+ |
"foldhash 0.2.0",
|
|
882 |
+ |
]
|
| 886 |
883 |
|
|
| 887 |
884 |
|
[[package]]
|
| 888 |
885 |
|
name = "hashlink"
|
| 889 |
|
- |
version = "0.9.1"
|
|
886 |
+ |
version = "0.12.1"
|
| 890 |
887 |
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 891 |
|
- |
checksum = "6ba4ff7128dee98c7dc9794b6a411377e1404dba1c97deb8d1a55297bd25d8af"
|
|
888 |
+ |
checksum = "32069d97bb81e38fa67eab65e3393bf804bb85969f2bc06bf13f64aef5aba248"
|
| 892 |
889 |
|
dependencies = [
|
| 893 |
|
- |
"hashbrown 0.14.5",
|
|
890 |
+ |
"hashbrown 0.17.1",
|
| 894 |
891 |
|
]
|
| 895 |
892 |
|
|
| 896 |
893 |
|
[[package]]
|
| 1340 |
1337 |
|
|
| 1341 |
1338 |
|
[[package]]
|
| 1342 |
1339 |
|
name = "libsqlite3-sys"
|
| 1343 |
|
- |
version = "0.30.1"
|
|
1340 |
+ |
version = "0.38.1"
|
| 1344 |
1341 |
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1345 |
|
- |
checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
|
|
1342 |
+ |
checksum = "f6c19a05435c21ac299d71b6a9c13db3e3f47c520517d58990a462a1397a61db"
|
| 1346 |
1343 |
|
dependencies = [
|
| 1347 |
1344 |
|
"cc",
|
| 1348 |
1345 |
|
"pkg-config",
|
| 1923 |
1920 |
|
]
|
| 1924 |
1921 |
|
|
| 1925 |
1922 |
|
[[package]]
|
|
1923 |
+ |
name = "rsqlite-vfs"
|
|
1924 |
+ |
version = "0.1.1"
|
|
1925 |
+ |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1926 |
+ |
checksum = "c51c9ae4df8a7fba42103df5c621fa3c37eccf3a3c650879e90fc48b11cc192c"
|
|
1927 |
+ |
dependencies = [
|
|
1928 |
+ |
"hashbrown 0.16.1",
|
|
1929 |
+ |
"thiserror",
|
|
1930 |
+ |
]
|
|
1931 |
+ |
|
|
1932 |
+ |
[[package]]
|
| 1926 |
1933 |
|
name = "rusqlite"
|
| 1927 |
|
- |
version = "0.32.1"
|
|
1934 |
+ |
version = "0.40.1"
|
| 1928 |
1935 |
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1929 |
|
- |
checksum = "7753b721174eb8ff87a9a0e799e2d7bc3749323e773db92e0984debb00019d6e"
|
|
1936 |
+ |
checksum = "11438310b19e3109b6446c33d1ed5e889428cf2e278407bc7896bc4aaea43323"
|
| 1930 |
1937 |
|
dependencies = [
|
| 1931 |
1938 |
|
"bitflags",
|
| 1932 |
1939 |
|
"fallible-iterator",
|
| 1934 |
1941 |
|
"hashlink",
|
| 1935 |
1942 |
|
"libsqlite3-sys",
|
| 1936 |
1943 |
|
"smallvec",
|
|
1944 |
+ |
"sqlite-wasm-rs",
|
| 1937 |
1945 |
|
]
|
| 1938 |
1946 |
|
|
| 1939 |
1947 |
|
[[package]]
|
| 2255 |
2263 |
|
]
|
| 2256 |
2264 |
|
|
| 2257 |
2265 |
|
[[package]]
|
|
2266 |
+ |
name = "sqlite-wasm-rs"
|
|
2267 |
+ |
version = "0.5.5"
|
|
2268 |
+ |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2269 |
+ |
checksum = "dc3efc0da82635d7e1ced0053bbbfa8c7ab9645d0bf36ceb4f7127bb85315d75"
|
|
2270 |
+ |
dependencies = [
|
|
2271 |
+ |
"cc",
|
|
2272 |
+ |
"js-sys",
|
|
2273 |
+ |
"rsqlite-vfs",
|
|
2274 |
+ |
"wasm-bindgen",
|
|
2275 |
+ |
]
|
|
2276 |
+ |
|
|
2277 |
+ |
[[package]]
|
| 2258 |
2278 |
|
name = "stable_deref_trait"
|
| 2259 |
2279 |
|
version = "1.2.1"
|
| 2260 |
2280 |
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 3348 |
3368 |
|
]
|
| 3349 |
3369 |
|
|
| 3350 |
3370 |
|
[[package]]
|
| 3351 |
|
- |
name = "zerocopy"
|
| 3352 |
|
- |
version = "0.8.39"
|
| 3353 |
|
- |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 3354 |
|
- |
checksum = "db6d35d663eadb6c932438e763b262fe1a70987f9ae936e60158176d710cae4a"
|
| 3355 |
|
- |
dependencies = [
|
| 3356 |
|
- |
"zerocopy-derive",
|
| 3357 |
|
- |
]
|
| 3358 |
|
- |
|
| 3359 |
|
- |
[[package]]
|
| 3360 |
|
- |
name = "zerocopy-derive"
|
| 3361 |
|
- |
version = "0.8.39"
|
| 3362 |
|
- |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 3363 |
|
- |
checksum = "4122cd3169e94605190e77839c9a40d40ed048d305bfdc146e7df40ab0f3e517"
|
| 3364 |
|
- |
dependencies = [
|
| 3365 |
|
- |
"proc-macro2",
|
| 3366 |
|
- |
"quote",
|
| 3367 |
|
- |
"syn 2.0.117",
|
| 3368 |
|
- |
]
|
| 3369 |
|
- |
|
| 3370 |
|
- |
[[package]]
|
| 3371 |
3371 |
|
name = "zerofrom"
|
| 3372 |
3372 |
|
version = "0.1.6"
|
| 3373 |
3373 |
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|