|
|
@ -19,9 +19,9 @@ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "aho-corasick" |
|
|
|
name = "aho-corasick" |
|
|
|
version = "1.1.2" |
|
|
|
version = "1.1.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0" |
|
|
|
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"memchr", |
|
|
|
"memchr", |
|
|
|
] |
|
|
|
] |
|
|
@ -82,9 +82,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "anyhow" |
|
|
|
name = "anyhow" |
|
|
|
version = "1.0.80" |
|
|
|
version = "1.0.81" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "5ad32ce52e4161730f7098c077cd2ed6229b5804ccf99e5366be1ab72a98b4e1" |
|
|
|
checksum = "0952808a6c2afd1aa8947271f3a60f1a6763c7b912d210184c5149b5cf147247" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "arbitrary" |
|
|
|
name = "arbitrary" |
|
|
@ -133,9 +133,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "backtrace" |
|
|
|
name = "backtrace" |
|
|
|
version = "0.3.69" |
|
|
|
version = "0.3.71" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837" |
|
|
|
checksum = "26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"addr2line", |
|
|
|
"addr2line", |
|
|
|
"cc", |
|
|
|
"cc", |
|
|
@ -158,7 +158,7 @@ version = "0.69.4" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0" |
|
|
|
checksum = "a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"bitflags 2.4.2", |
|
|
|
"bitflags 2.5.0", |
|
|
|
"cexpr", |
|
|
|
"cexpr", |
|
|
|
"clang-sys", |
|
|
|
"clang-sys", |
|
|
|
"itertools 0.12.1", |
|
|
|
"itertools 0.12.1", |
|
|
@ -183,9 +183,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "bitflags" |
|
|
|
name = "bitflags" |
|
|
|
version = "2.4.2" |
|
|
|
version = "2.5.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf" |
|
|
|
checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "block-buffer" |
|
|
|
name = "block-buffer" |
|
|
@ -215,9 +215,9 @@ checksum = "7ff69b9dd49fd426c69a0db9fc04dd934cdb6645ff000864d98f7e2af8830eaa" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "bytes" |
|
|
|
name = "bytes" |
|
|
|
version = "1.5.0" |
|
|
|
version = "1.6.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223" |
|
|
|
checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "cast" |
|
|
|
name = "cast" |
|
|
@ -290,9 +290,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "clap" |
|
|
|
name = "clap" |
|
|
|
version = "4.5.2" |
|
|
|
version = "4.5.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "b230ab84b0ffdf890d5a10abdbc8b83ae1c4918275daea1ab8801f71536b2651" |
|
|
|
checksum = "949626d00e063efc93b6dca932419ceb5432f99769911c0b995f7e884c778813" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"clap_builder", |
|
|
|
"clap_builder", |
|
|
|
"clap_derive", |
|
|
|
"clap_derive", |
|
|
@ -312,11 +312,11 @@ dependencies = [ |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "clap_derive" |
|
|
|
name = "clap_derive" |
|
|
|
version = "4.5.0" |
|
|
|
version = "4.5.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "307bc0538d5f0f83b8248db3087aa92fe504e4691294d0c96c0eabc33f47ba47" |
|
|
|
checksum = "90239a040c80f5e14809ca132ddc4176ab33d5e17e49691793296e3fcb34d72f" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"heck", |
|
|
|
"heck 0.5.0", |
|
|
|
"proc-macro2", |
|
|
|
"proc-macro2", |
|
|
|
"quote", |
|
|
|
"quote", |
|
|
|
"syn", |
|
|
|
"syn", |
|
|
@ -669,7 +669,7 @@ version = "0.9.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "0bf760ebf69878d9fd8f110c89703d90ce35095324d1f1edcb595c63945ee757" |
|
|
|
checksum = "0bf760ebf69878d9fd8f110c89703d90ce35095324d1f1edcb595c63945ee757" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"bitflags 2.4.2", |
|
|
|
"bitflags 2.5.0", |
|
|
|
"ignore", |
|
|
|
"ignore", |
|
|
|
"walkdir", |
|
|
|
"walkdir", |
|
|
|
] |
|
|
|
] |
|
|
@ -690,6 +690,12 @@ version = "0.4.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" |
|
|
|
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "heck" |
|
|
|
|
|
|
|
version = "0.5.0" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "hermit-abi" |
|
|
|
name = "hermit-abi" |
|
|
|
version = "0.3.9" |
|
|
|
version = "0.3.9" |
|
|
@ -745,9 +751,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "indoc" |
|
|
|
name = "indoc" |
|
|
|
version = "2.0.4" |
|
|
|
version = "2.0.5" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "1e186cfbae8084e513daff4240b4797e342f988cecda4fb6c939150f96315fd8" |
|
|
|
checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "is-terminal" |
|
|
|
name = "is-terminal" |
|
|
@ -987,7 +993,7 @@ version = "0.10.64" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "95a0481286a310808298130d22dd1fef0fa571e05a8f44ec801801e84b216b1f" |
|
|
|
checksum = "95a0481286a310808298130d22dd1fef0fa571e05a8f44ec801801e84b216b1f" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"bitflags 2.4.2", |
|
|
|
"bitflags 2.5.0", |
|
|
|
"cfg-if", |
|
|
|
"cfg-if", |
|
|
|
"foreign-types", |
|
|
|
"foreign-types", |
|
|
|
"libc", |
|
|
|
"libc", |
|
|
@ -1118,9 +1124,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "oxilangtag" |
|
|
|
name = "oxilangtag" |
|
|
|
version = "0.1.4" |
|
|
|
version = "0.1.5" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "7411f015966f5030586589ca0baa8049863e72a9fabc147c8f18c9c34ed5a0f4" |
|
|
|
checksum = "23f3f87617a86af77fa3691e6350483e7154c2ead9f1261b75130e21ca0f8acb" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"serde", |
|
|
|
"serde", |
|
|
|
] |
|
|
|
] |
|
|
@ -1351,9 +1357,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "proc-macro2" |
|
|
|
name = "proc-macro2" |
|
|
|
version = "1.0.78" |
|
|
|
version = "1.0.79" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae" |
|
|
|
checksum = "e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"unicode-ident", |
|
|
|
"unicode-ident", |
|
|
|
] |
|
|
|
] |
|
|
@ -1414,7 +1420,7 @@ version = "0.20.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "7c7e9b68bb9c3149c5b0cade5d07f953d6d125eb4337723c4ccdb665f1f96185" |
|
|
|
checksum = "7c7e9b68bb9c3149c5b0cade5d07f953d6d125eb4337723c4ccdb665f1f96185" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"heck", |
|
|
|
"heck 0.4.1", |
|
|
|
"proc-macro2", |
|
|
|
"proc-macro2", |
|
|
|
"pyo3-build-config", |
|
|
|
"pyo3-build-config", |
|
|
|
"quote", |
|
|
|
"quote", |
|
|
@ -1509,9 +1515,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "regex" |
|
|
|
name = "regex" |
|
|
|
version = "1.10.3" |
|
|
|
version = "1.10.4" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15" |
|
|
|
checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"aho-corasick", |
|
|
|
"aho-corasick", |
|
|
|
"memchr", |
|
|
|
"memchr", |
|
|
@ -1565,11 +1571,11 @@ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "rustix" |
|
|
|
name = "rustix" |
|
|
|
version = "0.38.31" |
|
|
|
version = "0.38.32" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "6ea3e1a662af26cd7a3ba09c0297a31af215563ecf42817c98df621387f4e949" |
|
|
|
checksum = "65e04861e65f21776e67888bfbea442b3642beaa0138fdb1dd7a84a52dffdb89" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"bitflags 2.4.2", |
|
|
|
"bitflags 2.5.0", |
|
|
|
"errno", |
|
|
|
"errno", |
|
|
|
"libc", |
|
|
|
"libc", |
|
|
|
"linux-raw-sys", |
|
|
|
"linux-raw-sys", |
|
|
@ -1578,9 +1584,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "rustls" |
|
|
|
name = "rustls" |
|
|
|
version = "0.23.1" |
|
|
|
version = "0.23.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "e153fc89608e0515660ca656fd7f2fa05ca6690f3fd6ad1b0a46e24a8130d838" |
|
|
|
checksum = "1b3818d6051afeb6f88412bc8693cf8219799b2f2c2365f15e7534f0e198a16c" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"once_cell", |
|
|
|
"once_cell", |
|
|
|
"ring", |
|
|
|
"ring", |
|
|
@ -1615,9 +1621,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "rustls-pki-types" |
|
|
|
name = "rustls-pki-types" |
|
|
|
version = "1.3.1" |
|
|
|
version = "1.4.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "5ede67b28608b4c60685c7d54122d4400d90f62b40caee7700e700380a390fa8" |
|
|
|
checksum = "868e20fada228fefaf6b652e00cc73623d54f8171e7352c18bb281571f2d92da" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "rustls-webpki" |
|
|
|
name = "rustls-webpki" |
|
|
@ -1744,15 +1750,15 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "siphasher" |
|
|
|
name = "siphasher" |
|
|
|
version = "1.0.0" |
|
|
|
version = "1.0.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "54ac45299ccbd390721be55b412d41931911f654fa99e2cb8bfb57184b2061fe" |
|
|
|
checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "smallvec" |
|
|
|
name = "smallvec" |
|
|
|
version = "1.13.1" |
|
|
|
version = "1.13.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7" |
|
|
|
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "sparesults" |
|
|
|
name = "sparesults" |
|
|
@ -1814,9 +1820,9 @@ checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "syn" |
|
|
|
name = "syn" |
|
|
|
version = "2.0.52" |
|
|
|
version = "2.0.53" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "b699d15b36d1f02c3e7c69f8ffef53de37aefae075d8488d4ba1a7788d574a07" |
|
|
|
checksum = "7383cd0e49fff4b6b90ca5670bfd3e9d6a733b3f90c686605aa7eec8c4996032" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2", |
|
|
|
"proc-macro2", |
|
|
|
"quote", |
|
|
|
"quote", |
|
|
@ -1869,18 +1875,18 @@ dependencies = [ |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "thiserror" |
|
|
|
name = "thiserror" |
|
|
|
version = "1.0.57" |
|
|
|
version = "1.0.58" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "1e45bcbe8ed29775f228095caf2cd67af7a4ccf756ebff23a306bf3e8b47b24b" |
|
|
|
checksum = "03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"thiserror-impl", |
|
|
|
"thiserror-impl", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "thiserror-impl" |
|
|
|
name = "thiserror-impl" |
|
|
|
version = "1.0.57" |
|
|
|
version = "1.0.58" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "a953cb265bef375dae3de6663da4d3804eee9682ea80d8e2542529b73c531c81" |
|
|
|
checksum = "c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2", |
|
|
|
"proc-macro2", |
|
|
|
"quote", |
|
|
|
"quote", |
|
|
|