|
@@ -19,14 +19,13 @@ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
|
|
|
[[package]]
|
|
|
name = "aes"
|
|
|
-version = "0.7.5"
|
|
|
+version = "0.8.3"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8"
|
|
|
+checksum = "ac1f845298e95f983ff1944b728ae08b8cebab80d684f0a832ed0fc74dfa27e2"
|
|
|
dependencies = [
|
|
|
"cfg-if",
|
|
|
"cipher",
|
|
|
"cpufeatures",
|
|
|
- "opaque-debug",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -35,20 +34,51 @@ version = "0.7.6"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
|
|
|
dependencies = [
|
|
|
- "getrandom 0.2.9",
|
|
|
+ "getrandom 0.2.10",
|
|
|
+ "once_cell",
|
|
|
+ "version_check",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "ahash"
|
|
|
+version = "0.8.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f"
|
|
|
+dependencies = [
|
|
|
+ "cfg-if",
|
|
|
+ "const-random",
|
|
|
+ "getrandom 0.2.10",
|
|
|
"once_cell",
|
|
|
"version_check",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "aho-corasick"
|
|
|
-version = "1.0.1"
|
|
|
+version = "0.7.20"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
|
|
|
+dependencies = [
|
|
|
+ "memchr",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "aho-corasick"
|
|
|
+version = "1.0.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "67fc08ce920c31afb70f013dcce1bfc3a3195de6a228474e45e1f145b36f8d04"
|
|
|
+checksum = "43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41"
|
|
|
dependencies = [
|
|
|
"memchr",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "aligned"
|
|
|
+version = "0.4.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "80a21b9440a626c7fc8573a9e3d3a06b75c7c97754c2949bc7857b90353ca655"
|
|
|
+dependencies = [
|
|
|
+ "as-slice",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "alloc-no-stdlib"
|
|
|
version = "2.0.4"
|
|
@@ -64,6 +94,12 @@ dependencies = [
|
|
|
"alloc-no-stdlib",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "android-tzdata"
|
|
|
+version = "0.1.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "android_system_properties"
|
|
|
version = "0.1.5"
|
|
@@ -73,12 +109,67 @@ dependencies = [
|
|
|
"libc",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "anstream"
|
|
|
+version = "0.3.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "0ca84f3628370c59db74ee214b3263d58f9aadd9b4fe7e711fd87dc452b7f163"
|
|
|
+dependencies = [
|
|
|
+ "anstyle",
|
|
|
+ "anstyle-parse",
|
|
|
+ "anstyle-query",
|
|
|
+ "anstyle-wincon",
|
|
|
+ "colorchoice",
|
|
|
+ "is-terminal",
|
|
|
+ "utf8parse",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "anstyle"
|
|
|
+version = "1.0.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "3a30da5c5f2d5e72842e00bcb57657162cdabef0931f40e2deb9b4140440cecd"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "anstyle-parse"
|
|
|
+version = "0.2.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "938874ff5980b03a87c5524b3ae5b59cf99b1d6bc836848df7bc5ada9643c333"
|
|
|
+dependencies = [
|
|
|
+ "utf8parse",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "anstyle-query"
|
|
|
+version = "1.0.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b"
|
|
|
+dependencies = [
|
|
|
+ "windows-sys 0.48.0",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "anstyle-wincon"
|
|
|
+version = "1.0.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "180abfa45703aebe0093f79badacc01b8fd4ea2e35118747e5811127f926e188"
|
|
|
+dependencies = [
|
|
|
+ "anstyle",
|
|
|
+ "windows-sys 0.48.0",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "anyhow"
|
|
|
version = "1.0.71"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "anymap2"
|
|
|
+version = "0.13.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "d301b3b94cb4b2f23d7917810addbbaff90738e0ca2be692bd027e70d7e0330c"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "arrayref"
|
|
|
version = "0.3.7"
|
|
@@ -91,6 +182,15 @@ version = "0.5.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "as-slice"
|
|
|
+version = "0.2.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "516b6b4f0e40d50dcda9365d53964ec74560ad4284da2e7fc97122cd83174516"
|
|
|
+dependencies = [
|
|
|
+ "stable_deref_trait",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "async-compression"
|
|
|
version = "0.3.15"
|
|
@@ -113,7 +213,7 @@ checksum = "b9ccdd8f2a161be9bd5c023df56f1b2a0bd1d83872ae53b71a84a12c9bf6e842"
|
|
|
dependencies = [
|
|
|
"proc-macro2",
|
|
|
"quote",
|
|
|
- "syn 2.0.15",
|
|
|
+ "syn 2.0.22",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -217,9 +317,9 @@ checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
|
|
|
|
|
[[package]]
|
|
|
name = "base64"
|
|
|
-version = "0.21.0"
|
|
|
+version = "0.21.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a"
|
|
|
+checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d"
|
|
|
|
|
|
[[package]]
|
|
|
name = "base64ct"
|
|
@@ -237,7 +337,7 @@ dependencies = [
|
|
|
"dirs 1.0.5",
|
|
|
"failure",
|
|
|
"flate2",
|
|
|
- "hex",
|
|
|
+ "hex 0.3.2",
|
|
|
"is_executable",
|
|
|
"siphasher",
|
|
|
"tar",
|
|
@@ -300,11 +400,32 @@ dependencies = [
|
|
|
"memchr",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "bstr"
|
|
|
+version = "1.5.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "a246e68bb43f6cd9db24bea052a53e40405417c5fb372e3d1a8a7f770a564ef5"
|
|
|
+dependencies = [
|
|
|
+ "memchr",
|
|
|
+ "once_cell",
|
|
|
+ "regex-automata",
|
|
|
+ "serde",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "btoi"
|
|
|
+version = "0.4.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "9dd6407f73a9b8b6162d8a2ef999fe6afd7cc15902ebf42c5cd296addf17e0ad"
|
|
|
+dependencies = [
|
|
|
+ "num-traits",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "bumpalo"
|
|
|
-version = "3.12.1"
|
|
|
+version = "3.13.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "9b1ce199063694f33ffb7dd4e0ee620741495c32833cde5aa08f02a0bf96f0c8"
|
|
|
+checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1"
|
|
|
|
|
|
[[package]]
|
|
|
name = "bumpslab"
|
|
@@ -357,6 +478,43 @@ dependencies = [
|
|
|
"serde",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "cargo-generate"
|
|
|
+version = "0.18.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "b7b2f627381dc7523340c606559dddf6083cb2e6134368381da5778638f906d8"
|
|
|
+dependencies = [
|
|
|
+ "anyhow",
|
|
|
+ "clap",
|
|
|
+ "console",
|
|
|
+ "dialoguer",
|
|
|
+ "env_logger",
|
|
|
+ "git2",
|
|
|
+ "gix-config",
|
|
|
+ "heck 0.4.1",
|
|
|
+ "home",
|
|
|
+ "ignore",
|
|
|
+ "indicatif",
|
|
|
+ "liquid",
|
|
|
+ "liquid-core",
|
|
|
+ "liquid-derive",
|
|
|
+ "liquid-lib",
|
|
|
+ "log",
|
|
|
+ "names",
|
|
|
+ "paste",
|
|
|
+ "path-absolutize",
|
|
|
+ "regex",
|
|
|
+ "remove_dir_all",
|
|
|
+ "rhai",
|
|
|
+ "sanitize-filename",
|
|
|
+ "semver",
|
|
|
+ "serde",
|
|
|
+ "tempfile",
|
|
|
+ "thiserror",
|
|
|
+ "toml 0.7.5",
|
|
|
+ "walkdir",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "cargo-platform"
|
|
|
version = "0.1.2"
|
|
@@ -388,7 +546,7 @@ checksum = "e72c3ff59e3b7d24630206bb63a73af65da4ed5df1f76ee84dfafb9fee2ba60e"
|
|
|
dependencies = [
|
|
|
"serde",
|
|
|
"serde_derive",
|
|
|
- "toml",
|
|
|
+ "toml 0.5.11",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -417,13 +575,13 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
|
[[package]]
|
|
|
name = "chrono"
|
|
|
-version = "0.4.24"
|
|
|
+version = "0.4.26"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b"
|
|
|
+checksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5"
|
|
|
dependencies = [
|
|
|
+ "android-tzdata",
|
|
|
"iana-time-zone",
|
|
|
"js-sys",
|
|
|
- "num-integer",
|
|
|
"num-traits",
|
|
|
"time 0.1.45",
|
|
|
"wasm-bindgen",
|
|
@@ -432,61 +590,61 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "cipher"
|
|
|
-version = "0.3.0"
|
|
|
+version = "0.4.4"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"
|
|
|
+checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
|
|
|
dependencies = [
|
|
|
- "generic-array",
|
|
|
+ "crypto-common",
|
|
|
+ "inout",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "clap"
|
|
|
-version = "3.2.25"
|
|
|
+version = "4.2.7"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123"
|
|
|
+checksum = "34d21f9bf1b425d2968943631ec91202fe5e837264063503708b83013f8fc938"
|
|
|
dependencies = [
|
|
|
- "atty",
|
|
|
- "bitflags",
|
|
|
+ "clap_builder",
|
|
|
"clap_derive",
|
|
|
- "clap_lex",
|
|
|
- "indexmap",
|
|
|
"once_cell",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "clap_builder"
|
|
|
+version = "4.2.7"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "914c8c79fb560f238ef6429439a30023c862f7a28e688c58f7203f12b29970bd"
|
|
|
+dependencies = [
|
|
|
+ "anstream",
|
|
|
+ "anstyle",
|
|
|
+ "bitflags",
|
|
|
+ "clap_lex",
|
|
|
"strsim",
|
|
|
- "termcolor",
|
|
|
- "textwrap",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "clap_derive"
|
|
|
-version = "3.2.25"
|
|
|
+version = "4.2.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ae6371b8bdc8b7d3959e9cf7b22d4435ef3e79e138688421ec654acf8c81b008"
|
|
|
+checksum = "3f9644cd56d6b87dbe899ef8b053e331c0637664e9e21a33dfcdc36093f5c5c4"
|
|
|
dependencies = [
|
|
|
"heck 0.4.1",
|
|
|
- "proc-macro-error",
|
|
|
"proc-macro2",
|
|
|
"quote",
|
|
|
- "syn 1.0.109",
|
|
|
+ "syn 2.0.22",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "clap_lex"
|
|
|
-version = "0.2.4"
|
|
|
+version = "0.4.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
|
|
|
-dependencies = [
|
|
|
- "os_str_bytes",
|
|
|
-]
|
|
|
+checksum = "8a2dd5a6fe8c6e3502f568a6353e5273bbb15193ad9a89e457b9970798efbea1"
|
|
|
|
|
|
[[package]]
|
|
|
-name = "codespan-reporting"
|
|
|
-version = "0.11.1"
|
|
|
+name = "colorchoice"
|
|
|
+version = "1.0.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
|
|
|
-dependencies = [
|
|
|
- "termcolor",
|
|
|
- "unicode-width",
|
|
|
-]
|
|
|
+checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
|
|
|
|
|
|
[[package]]
|
|
|
name = "colored"
|
|
@@ -512,15 +670,37 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "console"
|
|
|
-version = "0.15.5"
|
|
|
+version = "0.15.7"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "c3d79fbe8970a77e3e34151cc13d3b3e248aa0faaecb9f6091fa07ebefe5ad60"
|
|
|
+checksum = "c926e00cc70edefdc64d3a5ff31cc65bb97a3460097762bd23afb4d8145fccf8"
|
|
|
dependencies = [
|
|
|
"encode_unicode",
|
|
|
"lazy_static",
|
|
|
"libc",
|
|
|
"unicode-width",
|
|
|
- "windows-sys 0.42.0",
|
|
|
+ "windows-sys 0.45.0",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "const-random"
|
|
|
+version = "0.1.15"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "368a7a772ead6ce7e1de82bfb04c485f3db8ec744f72925af5735e29a22cc18e"
|
|
|
+dependencies = [
|
|
|
+ "const-random-macro",
|
|
|
+ "proc-macro-hack",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "const-random-macro"
|
|
|
+version = "0.1.15"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "9d7d6ab3c3a2282db210df5f02c4dab6e0a7057af0fb7ebd4070f30fe05c0ddb"
|
|
|
+dependencies = [
|
|
|
+ "getrandom 0.2.10",
|
|
|
+ "once_cell",
|
|
|
+ "proc-macro-hack",
|
|
|
+ "tiny-keccak",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -553,9 +733,9 @@ checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
|
|
|
|
|
|
[[package]]
|
|
|
name = "cpufeatures"
|
|
|
-version = "0.2.7"
|
|
|
+version = "0.2.8"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "3e4c1eaa2012c47becbbad2ab175484c2a84d1185b566fb2cc5b8707343dfe58"
|
|
|
+checksum = "03e69e28e9f7f77debdedbaafa2866e1de9ba56df55a8bd7cfc724c25a09987c"
|
|
|
dependencies = [
|
|
|
"libc",
|
|
|
]
|
|
@@ -581,13 +761,19 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "crossbeam-utils"
|
|
|
-version = "0.8.15"
|
|
|
+version = "0.8.16"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b"
|
|
|
+checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
|
|
|
dependencies = [
|
|
|
"cfg-if",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "crunchy"
|
|
|
+version = "0.2.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "crypto-common"
|
|
|
version = "0.1.6"
|
|
@@ -600,12 +786,12 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "ctrlc"
|
|
|
-version = "3.2.5"
|
|
|
+version = "3.4.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "bbcf33c2a618cbe41ee43ae6e9f2e48368cd9f9db2896f10167d8d762679f639"
|
|
|
+checksum = "2a011bbe2c35ce9c1f143b7af6f94f29a167beb4cd1d29e6740ce836f723120e"
|
|
|
dependencies = [
|
|
|
"nix",
|
|
|
- "windows-sys 0.45.0",
|
|
|
+ "windows-sys 0.48.0",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -619,15 +805,15 @@ dependencies = [
|
|
|
"openssl-probe",
|
|
|
"openssl-sys",
|
|
|
"schannel",
|
|
|
- "socket2",
|
|
|
+ "socket2 0.4.9",
|
|
|
"winapi",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "curl-sys"
|
|
|
-version = "0.4.61+curl-8.0.1"
|
|
|
+version = "0.4.63+curl-8.1.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "14d05c10f541ae6f3bc5b3d923c20001f47db7d5f0b2bc6ad16490133842db79"
|
|
|
+checksum = "aeb0fef7046022a1e2ad67a004978f0e3cacb9e3123dc62ce768f92197b771dc"
|
|
|
dependencies = [
|
|
|
"cc",
|
|
|
"libc",
|
|
@@ -639,47 +825,12 @@ dependencies = [
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
-name = "cxx"
|
|
|
-version = "1.0.94"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "f61f1b6389c3fe1c316bf8a4dccc90a38208354b330925bce1f74a6c4756eb93"
|
|
|
-dependencies = [
|
|
|
- "cc",
|
|
|
- "cxxbridge-flags",
|
|
|
- "cxxbridge-macro",
|
|
|
- "link-cplusplus",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "cxx-build"
|
|
|
-version = "1.0.94"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "12cee708e8962df2aeb38f594aae5d827c022b6460ac71a7a3e2c3c2aae5a07b"
|
|
|
-dependencies = [
|
|
|
- "cc",
|
|
|
- "codespan-reporting",
|
|
|
- "once_cell",
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "scratch",
|
|
|
- "syn 2.0.15",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "cxxbridge-flags"
|
|
|
-version = "1.0.94"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "7944172ae7e4068c533afbb984114a56c46e9ccddda550499caa222902c7f7bb"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "cxxbridge-macro"
|
|
|
-version = "1.0.94"
|
|
|
+name = "cvt"
|
|
|
+version = "0.1.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "2345488264226bf682893e25de0769f3360aac9957980ec49361b083ddaa5bc5"
|
|
|
+checksum = "d2ae9bf77fbf2d39ef573205d554d87e86c12f1994e9ea335b0651b9b278bcf1"
|
|
|
dependencies = [
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "syn 2.0.15",
|
|
|
+ "cfg-if",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -702,7 +853,7 @@ dependencies = [
|
|
|
"ident_case",
|
|
|
"proc-macro2",
|
|
|
"quote",
|
|
|
- "syn 2.0.15",
|
|
|
+ "syn 2.0.22",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -713,20 +864,32 @@ checksum = "29a358ff9f12ec09c3e61fef9b5a9902623a695a46a917b07f269bff1445611a"
|
|
|
dependencies = [
|
|
|
"darling_core",
|
|
|
"quote",
|
|
|
- "syn 2.0.15",
|
|
|
+ "syn 2.0.22",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "data-encoding"
|
|
|
-version = "2.3.3"
|
|
|
+version = "2.4.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "c2e66c9d817f1720209181c316d28635c050fa304f9c79e47a520882661b7308"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "dialoguer"
|
|
|
+version = "0.10.4"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "23d8666cb01533c39dde32bcbab8e227b4ed6679b2c925eba05feabea39508fb"
|
|
|
+checksum = "59c6f2989294b9a498d3ad5491a79c6deb604617378e1cdc4bfc1c1361fe2f87"
|
|
|
+dependencies = [
|
|
|
+ "console",
|
|
|
+ "shell-words",
|
|
|
+ "tempfile",
|
|
|
+ "zeroize",
|
|
|
+]
|
|
|
|
|
|
[[package]]
|
|
|
name = "digest"
|
|
|
-version = "0.10.6"
|
|
|
+version = "0.10.7"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"
|
|
|
+checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
|
|
dependencies = [
|
|
|
"block-buffer",
|
|
|
"crypto-common",
|
|
@@ -754,6 +917,7 @@ dependencies = [
|
|
|
"atty",
|
|
|
"axum",
|
|
|
"binary-install",
|
|
|
+ "cargo-generate",
|
|
|
"cargo_metadata",
|
|
|
"cargo_toml",
|
|
|
"chrono",
|
|
@@ -774,7 +938,7 @@ dependencies = [
|
|
|
"headers",
|
|
|
"html_parser",
|
|
|
"hyper",
|
|
|
- "hyper-rustls",
|
|
|
+ "hyper-rustls 0.23.2",
|
|
|
"indicatif",
|
|
|
"lazy_static",
|
|
|
"log",
|
|
@@ -792,12 +956,13 @@ dependencies = [
|
|
|
"tar",
|
|
|
"thiserror",
|
|
|
"tokio",
|
|
|
- "toml",
|
|
|
+ "toml 0.5.11",
|
|
|
+ "toml_edit",
|
|
|
"tower",
|
|
|
"tower-http 0.2.5",
|
|
|
"walkdir",
|
|
|
"wasm-bindgen-cli-support",
|
|
|
- "zip 0.6.5",
|
|
|
+ "zip 0.6.6",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -809,7 +974,7 @@ dependencies = [
|
|
|
"bumpslab",
|
|
|
"futures-channel",
|
|
|
"futures-util",
|
|
|
- "indexmap",
|
|
|
+ "indexmap 1.9.3",
|
|
|
"log",
|
|
|
"longest-increasing-subsequence",
|
|
|
"rustc-hash",
|
|
@@ -879,6 +1044,12 @@ dependencies = [
|
|
|
"winapi",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "doc-comment"
|
|
|
+version = "0.3.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "either"
|
|
|
version = "1.8.1"
|
|
@@ -914,25 +1085,44 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "enumset"
|
|
|
-version = "1.0.13"
|
|
|
+version = "1.1.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "59b025475ad197bd8b4a9bdce339216b6cf3bd568bf2e107c286b51613f0b3cf"
|
|
|
+checksum = "e875f1719c16de097dee81ed675e2d9bb63096823ed3f0ca827b7dea3028bbbb"
|
|
|
dependencies = [
|
|
|
"enumset_derive",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "enumset_derive"
|
|
|
-version = "0.7.0"
|
|
|
+version = "0.8.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "14c2852ff17a4c9a2bb2abbca3074737919cb05dc24b0a8ca9498081a7033dd6"
|
|
|
+checksum = "e08b6c6ab82d70f08844964ba10c7babb716de2ecaeab9be5717918a5177d3af"
|
|
|
dependencies = [
|
|
|
"darling",
|
|
|
"proc-macro2",
|
|
|
"quote",
|
|
|
- "syn 2.0.15",
|
|
|
+ "syn 2.0.22",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "env_logger"
|
|
|
+version = "0.10.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0"
|
|
|
+dependencies = [
|
|
|
+ "humantime",
|
|
|
+ "is-terminal",
|
|
|
+ "log",
|
|
|
+ "regex",
|
|
|
+ "termcolor",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "equivalent"
|
|
|
+version = "1.0.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "88bffebc5d80432c9b140ee17875ff173a8ab62faad5b257da912bd2f6c1c0a1"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "errno"
|
|
|
version = "0.3.1"
|
|
@@ -1056,13 +1246,27 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
|
|
|
|
|
[[package]]
|
|
|
name = "form_urlencoded"
|
|
|
-version = "1.1.0"
|
|
|
+version = "1.2.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
|
|
|
+checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
|
|
|
dependencies = [
|
|
|
"percent-encoding",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "fs_at"
|
|
|
+version = "0.1.8"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "15550ecca96ea332ec143fb450701074143b70d358e50b32b1f847ccff2e1cf7"
|
|
|
+dependencies = [
|
|
|
+ "aligned",
|
|
|
+ "cfg-if",
|
|
|
+ "cvt",
|
|
|
+ "libc",
|
|
|
+ "nix",
|
|
|
+ "windows-sys 0.48.0",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "fs_extra"
|
|
|
version = "1.3.0"
|
|
@@ -1134,7 +1338,7 @@ checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
|
|
|
dependencies = [
|
|
|
"proc-macro2",
|
|
|
"quote",
|
|
|
- "syn 2.0.15",
|
|
|
+ "syn 2.0.22",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -1190,9 +1394,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "getrandom"
|
|
|
-version = "0.2.9"
|
|
|
+version = "0.2.10"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4"
|
|
|
+checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
|
|
|
dependencies = [
|
|
|
"cfg-if",
|
|
|
"libc",
|
|
@@ -1201,9 +1405,24 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "gimli"
|
|
|
-version = "0.27.2"
|
|
|
+version = "0.27.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "git2"
|
|
|
+version = "0.17.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4"
|
|
|
+checksum = "7b989d6a7ca95a362cf2cfc5ad688b3a467be1f87e480b8dad07fee8c79b0044"
|
|
|
+dependencies = [
|
|
|
+ "bitflags",
|
|
|
+ "libc",
|
|
|
+ "libgit2-sys",
|
|
|
+ "log",
|
|
|
+ "openssl-probe",
|
|
|
+ "openssl-sys",
|
|
|
+ "url",
|
|
|
+]
|
|
|
|
|
|
[[package]]
|
|
|
name = "gitignore"
|
|
@@ -1215,39 +1434,284 @@ dependencies = [
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
-name = "glob"
|
|
|
-version = "0.3.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "h2"
|
|
|
-version = "0.3.18"
|
|
|
+name = "gix-actor"
|
|
|
+version = "0.19.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "17f8a914c2987b688368b5138aa05321db91f4090cf26118185672ad588bce21"
|
|
|
+checksum = "dc22b0cdc52237667c301dd7cdc6ead8f8f73c9f824e9942c8ebd6b764f6c0bf"
|
|
|
dependencies = [
|
|
|
- "bytes",
|
|
|
- "fnv",
|
|
|
- "futures-core",
|
|
|
- "futures-sink",
|
|
|
- "futures-util",
|
|
|
- "http",
|
|
|
- "indexmap",
|
|
|
- "slab",
|
|
|
- "tokio",
|
|
|
- "tokio-util",
|
|
|
- "tracing",
|
|
|
+ "bstr 1.5.0",
|
|
|
+ "btoi",
|
|
|
+ "gix-date",
|
|
|
+ "itoa",
|
|
|
+ "nom",
|
|
|
+ "thiserror",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
-name = "hashbrown"
|
|
|
-version = "0.12.3"
|
|
|
+name = "gix-config"
|
|
|
+version = "0.20.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
|
|
+checksum = "7fbad5ce54a8fc997acc50febd89ec80fa6e97cb7f8d0654cb229936407489d8"
|
|
|
dependencies = [
|
|
|
- "ahash",
|
|
|
+ "bstr 1.5.0",
|
|
|
+ "gix-config-value",
|
|
|
+ "gix-features 0.28.1",
|
|
|
+ "gix-glob",
|
|
|
+ "gix-path",
|
|
|
+ "gix-ref",
|
|
|
+ "gix-sec",
|
|
|
+ "log",
|
|
|
+ "memchr",
|
|
|
+ "nom",
|
|
|
+ "once_cell",
|
|
|
+ "smallvec",
|
|
|
+ "thiserror",
|
|
|
+ "unicode-bom",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "gix-config-value"
|
|
|
+version = "0.10.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "d09154c0c8677e4da0ec35e896f56ee3e338e741b9599fae06075edd83a4081c"
|
|
|
+dependencies = [
|
|
|
+ "bitflags",
|
|
|
+ "bstr 1.5.0",
|
|
|
+ "gix-path",
|
|
|
+ "libc",
|
|
|
+ "thiserror",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "gix-date"
|
|
|
+version = "0.4.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "b96271912ce39822501616f177dea7218784e6c63be90d5f36322ff3a722aae2"
|
|
|
+dependencies = [
|
|
|
+ "bstr 1.5.0",
|
|
|
+ "itoa",
|
|
|
+ "thiserror",
|
|
|
+ "time 0.3.22",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "gix-features"
|
|
|
+version = "0.28.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "0b76f9a80f6dd7be66442ae86e1f534effad9546676a392acc95e269d0c21c22"
|
|
|
+dependencies = [
|
|
|
+ "gix-hash 0.10.4",
|
|
|
+ "libc",
|
|
|
+ "sha1_smol",
|
|
|
+ "walkdir",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "gix-features"
|
|
|
+version = "0.29.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "cf69b0f5c701cc3ae22d3204b671907668f6437ca88862d355eaf9bc47a4f897"
|
|
|
+dependencies = [
|
|
|
+ "gix-hash 0.11.3",
|
|
|
+ "libc",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "gix-fs"
|
|
|
+version = "0.1.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "9b37a1832f691fdc09910bd267f9a2e413737c1f9ec68c6e31f9e802616278a9"
|
|
|
+dependencies = [
|
|
|
+ "gix-features 0.29.0",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "gix-glob"
|
|
|
+version = "0.5.5"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "93e43efd776bc543f46f0fd0ca3d920c37af71a764a16f2aebd89765e9ff2993"
|
|
|
+dependencies = [
|
|
|
+ "bitflags",
|
|
|
+ "bstr 1.5.0",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "gix-hash"
|
|
|
+version = "0.10.4"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "2a258595457bc192d1f1c59d0d168a1e34e2be9b97a614e14995416185de41a7"
|
|
|
+dependencies = [
|
|
|
+ "hex 0.4.3",
|
|
|
+ "thiserror",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "gix-hash"
|
|
|
+version = "0.11.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "a0dd58cdbe7ffa4032fc111864c80d5f8cecd9a2c9736c97ae7e5be834188272"
|
|
|
+dependencies = [
|
|
|
+ "hex 0.4.3",
|
|
|
+ "thiserror",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "gix-lock"
|
|
|
+version = "5.0.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "2c693d7f05730fa74a7c467150adc7cea393518410c65f0672f80226b8111555"
|
|
|
+dependencies = [
|
|
|
+ "gix-tempfile",
|
|
|
+ "gix-utils",
|
|
|
+ "thiserror",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "gix-object"
|
|
|
+version = "0.28.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "8df068db9180ee935fbb70504848369e270bdcb576b05c0faa8b9fd3b86fc017"
|
|
|
+dependencies = [
|
|
|
+ "bstr 1.5.0",
|
|
|
+ "btoi",
|
|
|
+ "gix-actor",
|
|
|
+ "gix-features 0.28.1",
|
|
|
+ "gix-hash 0.10.4",
|
|
|
+ "gix-validate",
|
|
|
+ "hex 0.4.3",
|
|
|
+ "itoa",
|
|
|
+ "nom",
|
|
|
+ "smallvec",
|
|
|
+ "thiserror",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "gix-path"
|
|
|
+version = "0.7.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "32370dce200bb951df013e03dff35b4233fc7a89458642b047629b91734a7e19"
|
|
|
+dependencies = [
|
|
|
+ "bstr 1.5.0",
|
|
|
+ "thiserror",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "gix-ref"
|
|
|
+version = "0.27.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "e4e909396ed3b176823991ccc391c276ae2a015e54edaafa3566d35123cfac9d"
|
|
|
+dependencies = [
|
|
|
+ "gix-actor",
|
|
|
+ "gix-features 0.28.1",
|
|
|
+ "gix-hash 0.10.4",
|
|
|
+ "gix-lock",
|
|
|
+ "gix-object",
|
|
|
+ "gix-path",
|
|
|
+ "gix-tempfile",
|
|
|
+ "gix-validate",
|
|
|
+ "memmap2",
|
|
|
+ "nom",
|
|
|
+ "thiserror",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "gix-sec"
|
|
|
+version = "0.6.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "e8ffa5bf0772f9b01de501c035b6b084cf9b8bb07dec41e3afc6a17336a65f47"
|
|
|
+dependencies = [
|
|
|
+ "bitflags",
|
|
|
+ "dirs 4.0.0",
|
|
|
+ "gix-path",
|
|
|
+ "libc",
|
|
|
+ "windows 0.43.0",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "gix-tempfile"
|
|
|
+version = "5.0.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "d71a0d32f34e71e86586124225caefd78dabc605d0486de580d717653addf182"
|
|
|
+dependencies = [
|
|
|
+ "gix-fs",
|
|
|
+ "libc",
|
|
|
+ "once_cell",
|
|
|
+ "parking_lot",
|
|
|
+ "tempfile",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "gix-utils"
|
|
|
+version = "0.1.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "1ca284c260845bc0724050aec59c7a596407678342614cdf5a1d69e044f29a36"
|
|
|
+dependencies = [
|
|
|
+ "fastrand",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "gix-validate"
|
|
|
+version = "0.7.6"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "8d092b594c8af00a3a31fe526d363ee8a51a6f29d8496cdb991ed2f01ec0ec13"
|
|
|
+dependencies = [
|
|
|
+ "bstr 1.5.0",
|
|
|
+ "thiserror",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "glob"
|
|
|
+version = "0.3.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "globset"
|
|
|
+version = "0.4.10"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "029d74589adefde59de1a0c4f4732695c32805624aec7b68d91503d4dba79afc"
|
|
|
+dependencies = [
|
|
|
+ "aho-corasick 0.7.20",
|
|
|
+ "bstr 1.5.0",
|
|
|
+ "fnv",
|
|
|
+ "log",
|
|
|
+ "regex",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "h2"
|
|
|
+version = "0.3.20"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "97ec8491ebaf99c8eaa73058b045fe58073cd6be7f596ac993ced0b0a0c01049"
|
|
|
+dependencies = [
|
|
|
+ "bytes",
|
|
|
+ "fnv",
|
|
|
+ "futures-core",
|
|
|
+ "futures-sink",
|
|
|
+ "futures-util",
|
|
|
+ "http",
|
|
|
+ "indexmap 1.9.3",
|
|
|
+ "slab",
|
|
|
+ "tokio",
|
|
|
+ "tokio-util",
|
|
|
+ "tracing",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "hashbrown"
|
|
|
+version = "0.12.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
|
|
+dependencies = [
|
|
|
+ "ahash 0.7.6",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "hashbrown"
|
|
|
+version = "0.14.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "headers"
|
|
|
version = "0.3.8"
|
|
@@ -1318,6 +1782,12 @@ version = "0.3.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "hex"
|
|
|
+version = "0.4.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "hmac"
|
|
|
version = "0.12.1"
|
|
@@ -1327,6 +1797,15 @@ dependencies = [
|
|
|
"digest",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "home"
|
|
|
+version = "0.5.5"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb"
|
|
|
+dependencies = [
|
|
|
+ "windows-sys 0.48.0",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "hostname"
|
|
|
version = "0.3.1"
|
|
@@ -1392,11 +1871,17 @@ version = "1.0.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "humantime"
|
|
|
+version = "2.1.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "hyper"
|
|
|
-version = "0.14.26"
|
|
|
+version = "0.14.27"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ab302d72a6f11a3b910431ff93aae7e773078c769f0a3ef15fb9ec692ed147d4"
|
|
|
+checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468"
|
|
|
dependencies = [
|
|
|
"bytes",
|
|
|
"futures-channel",
|
|
@@ -1409,7 +1894,7 @@ dependencies = [
|
|
|
"httpdate",
|
|
|
"itoa",
|
|
|
"pin-project-lite",
|
|
|
- "socket2",
|
|
|
+ "socket2 0.4.9",
|
|
|
"tokio",
|
|
|
"tower-service",
|
|
|
"tracing",
|
|
@@ -1425,10 +1910,23 @@ dependencies = [
|
|
|
"http",
|
|
|
"hyper",
|
|
|
"log",
|
|
|
- "rustls",
|
|
|
+ "rustls 0.20.8",
|
|
|
"rustls-native-certs",
|
|
|
"tokio",
|
|
|
- "tokio-rustls",
|
|
|
+ "tokio-rustls 0.23.4",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "hyper-rustls"
|
|
|
+version = "0.24.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "0646026eb1b3eea4cd9ba47912ea5ce9cc07713d105b1a14698f4e6433d348b7"
|
|
|
+dependencies = [
|
|
|
+ "http",
|
|
|
+ "hyper",
|
|
|
+ "rustls 0.21.2",
|
|
|
+ "tokio",
|
|
|
+ "tokio-rustls 0.24.1",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -1446,26 +1944,25 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "iana-time-zone"
|
|
|
-version = "0.1.56"
|
|
|
+version = "0.1.57"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "0722cd7114b7de04316e7ea5456a0bbb20e4adb46fd27a3697adb812cff0f37c"
|
|
|
+checksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613"
|
|
|
dependencies = [
|
|
|
"android_system_properties",
|
|
|
"core-foundation-sys",
|
|
|
"iana-time-zone-haiku",
|
|
|
"js-sys",
|
|
|
"wasm-bindgen",
|
|
|
- "windows",
|
|
|
+ "windows 0.48.0",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "iana-time-zone-haiku"
|
|
|
-version = "0.1.1"
|
|
|
+version = "0.1.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca"
|
|
|
+checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
|
|
|
dependencies = [
|
|
|
- "cxx",
|
|
|
- "cxx-build",
|
|
|
+ "cc",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -1493,14 +1990,31 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "idna"
|
|
|
-version = "0.3.0"
|
|
|
+version = "0.4.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
|
|
|
+checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
|
|
|
dependencies = [
|
|
|
"unicode-bidi",
|
|
|
"unicode-normalization",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "ignore"
|
|
|
+version = "0.4.20"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492"
|
|
|
+dependencies = [
|
|
|
+ "globset",
|
|
|
+ "lazy_static",
|
|
|
+ "log",
|
|
|
+ "memchr",
|
|
|
+ "regex",
|
|
|
+ "same-file",
|
|
|
+ "thread_local",
|
|
|
+ "walkdir",
|
|
|
+ "winapi-util",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "indexmap"
|
|
|
version = "1.9.3"
|
|
@@ -1508,16 +2022,27 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
|
|
|
dependencies = [
|
|
|
"autocfg",
|
|
|
- "hashbrown",
|
|
|
+ "hashbrown 0.12.3",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "indexmap"
|
|
|
+version = "2.0.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d"
|
|
|
+dependencies = [
|
|
|
+ "equivalent",
|
|
|
+ "hashbrown 0.14.0",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "indicatif"
|
|
|
-version = "0.17.3"
|
|
|
+version = "0.17.5"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "cef509aa9bc73864d6756f0d34d35504af3cf0844373afe9b8669a5b8005a729"
|
|
|
+checksum = "8ff8cc23a7393a397ed1d7f56e6365cba772aba9f9912ab968b03043c395d057"
|
|
|
dependencies = [
|
|
|
"console",
|
|
|
+ "instant",
|
|
|
"number_prefix",
|
|
|
"portable-atomic",
|
|
|
"unicode-width",
|
|
@@ -1543,6 +2068,15 @@ dependencies = [
|
|
|
"libc",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "inout"
|
|
|
+version = "0.1.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
|
|
|
+dependencies = [
|
|
|
+ "generic-array",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "instant"
|
|
|
version = "0.1.12"
|
|
@@ -1554,19 +2088,19 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "internment"
|
|
|
-version = "0.7.0"
|
|
|
+version = "0.7.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "2a798d7677f07d6f1e77be484ea8626ddb1566194de399f1206306820c406371"
|
|
|
+checksum = "161079c3ad892faa215fcfcf3fd7a6a3c9288df2b06a2c2bad7fbfad4f01d69d"
|
|
|
dependencies = [
|
|
|
- "hashbrown",
|
|
|
+ "hashbrown 0.12.3",
|
|
|
"parking_lot",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "io-lifetimes"
|
|
|
-version = "1.0.10"
|
|
|
+version = "1.0.11"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220"
|
|
|
+checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
|
|
|
dependencies = [
|
|
|
"hermit-abi 0.3.1",
|
|
|
"libc",
|
|
@@ -1575,14 +2109,14 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "ipconfig"
|
|
|
-version = "0.3.1"
|
|
|
+version = "0.3.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "bd302af1b90f2463a98fa5ad469fc212c8e3175a41c3068601bfa2727591c5be"
|
|
|
+checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f"
|
|
|
dependencies = [
|
|
|
- "socket2",
|
|
|
+ "socket2 0.5.3",
|
|
|
"widestring",
|
|
|
- "winapi",
|
|
|
- "winreg",
|
|
|
+ "windows-sys 0.48.0",
|
|
|
+ "winreg 0.50.0",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -1609,6 +2143,18 @@ dependencies = [
|
|
|
"once_cell",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "is-terminal"
|
|
|
+version = "0.4.7"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f"
|
|
|
+dependencies = [
|
|
|
+ "hermit-abi 0.3.1",
|
|
|
+ "io-lifetimes",
|
|
|
+ "rustix",
|
|
|
+ "windows-sys 0.48.0",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "is-wsl"
|
|
|
version = "0.4.0"
|
|
@@ -1654,9 +2200,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "js-sys"
|
|
|
-version = "0.3.61"
|
|
|
+version = "0.3.64"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730"
|
|
|
+checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
|
|
|
dependencies = [
|
|
|
"wasm-bindgen",
|
|
|
]
|
|
@@ -1704,6 +2250,16 @@ dependencies = [
|
|
|
"semver",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "kstring"
|
|
|
+version = "2.0.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "ec3066350882a1cd6d950d055997f379ac37fd39f81cd4d8ed186032eb3c5747"
|
|
|
+dependencies = [
|
|
|
+ "serde",
|
|
|
+ "static_assertions",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "lazy_static"
|
|
|
version = "1.4.0"
|
|
@@ -1718,29 +2274,48 @@ checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
|
|
|
|
|
|
[[package]]
|
|
|
name = "libc"
|
|
|
-version = "0.2.143"
|
|
|
+version = "0.2.147"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "edc207893e85c5d6be840e969b496b53d94cec8be2d501b214f50daa97fa8024"
|
|
|
+checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
|
|
|
|
|
|
[[package]]
|
|
|
-name = "libz-sys"
|
|
|
-version = "1.1.9"
|
|
|
+name = "libgit2-sys"
|
|
|
+version = "0.15.2+1.6.4"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "56ee889ecc9568871456d42f603d6a0ce59ff328d291063a45cbdf0036baf6db"
|
|
|
+checksum = "a80df2e11fb4a61f4ba2ab42dbe7f74468da143f1a75c74e11dee7c813f694fa"
|
|
|
dependencies = [
|
|
|
"cc",
|
|
|
"libc",
|
|
|
+ "libssh2-sys",
|
|
|
+ "libz-sys",
|
|
|
+ "openssl-sys",
|
|
|
+ "pkg-config",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "libssh2-sys"
|
|
|
+version = "0.3.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "2dc8a030b787e2119a731f1951d6a773e2280c660f8ec4b0f5e1505a386e71ee"
|
|
|
+dependencies = [
|
|
|
+ "cc",
|
|
|
+ "libc",
|
|
|
+ "libz-sys",
|
|
|
+ "openssl-sys",
|
|
|
"pkg-config",
|
|
|
"vcpkg",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
-name = "link-cplusplus"
|
|
|
-version = "1.0.8"
|
|
|
+name = "libz-sys"
|
|
|
+version = "1.1.9"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5"
|
|
|
+checksum = "56ee889ecc9568871456d42f603d6a0ce59ff328d291063a45cbdf0036baf6db"
|
|
|
dependencies = [
|
|
|
"cc",
|
|
|
+ "libc",
|
|
|
+ "pkg-config",
|
|
|
+ "vcpkg",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -1751,15 +2326,72 @@ checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
|
|
|
|
|
|
[[package]]
|
|
|
name = "linux-raw-sys"
|
|
|
-version = "0.3.7"
|
|
|
+version = "0.3.8"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "liquid"
|
|
|
+version = "0.26.4"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "69f68ae1011499ae2ef879f631891f21c78e309755f4a5e483c4a8f12e10b609"
|
|
|
+dependencies = [
|
|
|
+ "doc-comment",
|
|
|
+ "liquid-core",
|
|
|
+ "liquid-derive",
|
|
|
+ "liquid-lib",
|
|
|
+ "serde",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "liquid-core"
|
|
|
+version = "0.26.4"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "79e0724dfcaad5cfb7965ea0f178ca0870b8d7315178f4a7179f5696f7f04d5f"
|
|
|
+dependencies = [
|
|
|
+ "anymap2",
|
|
|
+ "itertools",
|
|
|
+ "kstring",
|
|
|
+ "liquid-derive",
|
|
|
+ "num-traits",
|
|
|
+ "pest",
|
|
|
+ "pest_derive",
|
|
|
+ "regex",
|
|
|
+ "serde",
|
|
|
+ "time 0.3.22",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "liquid-derive"
|
|
|
+version = "0.26.4"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ece97ea872ece730aed82664c424eb4c8291e1ff2480247ccf7409044bc6479f"
|
|
|
+checksum = "fc2fb41a9bb4257a3803154bdf7e2df7d45197d1941c9b1a90ad815231630721"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "syn 2.0.22",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "liquid-lib"
|
|
|
+version = "0.26.4"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "e2a17e273a6fb1fb6268f7a5867ddfd0bd4683c7e19b51084f3d567fad4348c0"
|
|
|
+dependencies = [
|
|
|
+ "itertools",
|
|
|
+ "liquid-core",
|
|
|
+ "once_cell",
|
|
|
+ "percent-encoding",
|
|
|
+ "regex",
|
|
|
+ "time 0.3.22",
|
|
|
+ "unicode-segmentation",
|
|
|
+]
|
|
|
|
|
|
[[package]]
|
|
|
name = "lock_api"
|
|
|
-version = "0.4.9"
|
|
|
+version = "0.4.10"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
|
|
|
+checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
|
|
|
dependencies = [
|
|
|
"autocfg",
|
|
|
"scopeguard",
|
|
@@ -1767,12 +2399,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "log"
|
|
|
-version = "0.4.17"
|
|
|
+version = "0.4.19"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
|
|
|
-dependencies = [
|
|
|
- "cfg-if",
|
|
|
-]
|
|
|
+checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4"
|
|
|
|
|
|
[[package]]
|
|
|
name = "longest-increasing-subsequence"
|
|
@@ -1791,9 +2420,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "lua-src"
|
|
|
-version = "544.0.1"
|
|
|
+version = "546.0.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "708ba3c844d5e9d38def4a09dd871c17c370f519b3c4b7261fbabe4a613a814c"
|
|
|
+checksum = "8cb00c1380f1b4b4928dd211c07301ffa34872a239e590bd3219d9e5b213face"
|
|
|
dependencies = [
|
|
|
"cc",
|
|
|
]
|
|
@@ -1831,6 +2460,15 @@ version = "2.5.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "memmap2"
|
|
|
+version = "0.5.10"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327"
|
|
|
+dependencies = [
|
|
|
+ "libc",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "mime"
|
|
|
version = "0.3.17"
|
|
@@ -1873,23 +2511,23 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "mio"
|
|
|
-version = "0.8.6"
|
|
|
+version = "0.8.8"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9"
|
|
|
+checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2"
|
|
|
dependencies = [
|
|
|
"libc",
|
|
|
"log",
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
|
|
- "windows-sys 0.45.0",
|
|
|
+ "windows-sys 0.48.0",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "mlua"
|
|
|
-version = "0.8.8"
|
|
|
+version = "0.8.9"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ea8ce6788556a67d90567809c7de94dfef2ff1f47ff897aeee935bcfbcdf5735"
|
|
|
+checksum = "07366ed2cd22a3b000aed076e2b68896fb46f06f1f5786c5962da73c0af01577"
|
|
|
dependencies = [
|
|
|
- "bstr",
|
|
|
+ "bstr 0.2.17",
|
|
|
"cc",
|
|
|
"futures-core",
|
|
|
"futures-task",
|
|
@@ -1918,6 +2556,15 @@ dependencies = [
|
|
|
"syn 1.0.109",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "names"
|
|
|
+version = "0.14.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "7bddcd3bf5144b6392de80e04c347cd7fab2508f6df16a85fc496ecd5cec39bc"
|
|
|
+dependencies = [
|
|
|
+ "rand",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "native-tls"
|
|
|
version = "0.2.11"
|
|
@@ -1958,11 +2605,20 @@ dependencies = [
|
|
|
"minimal-lexical",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "normpath"
|
|
|
+version = "1.1.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "ec60c60a693226186f5d6edf073232bfb6464ed97eb22cf3b01c1e8198fd97f5"
|
|
|
+dependencies = [
|
|
|
+ "windows-sys 0.48.0",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "notify"
|
|
|
-version = "5.1.0"
|
|
|
+version = "5.2.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "58ea850aa68a06e48fdb069c0ec44d0d64c8dbffa49bf3b6f7f0a901fdea1ba9"
|
|
|
+checksum = "729f63e1ca555a43fe3efa4f3efdf4801c479da85b432242a7b726f353c88486"
|
|
|
dependencies = [
|
|
|
"bitflags",
|
|
|
"crossbeam-channel",
|
|
@@ -1974,17 +2630,7 @@ dependencies = [
|
|
|
"mio",
|
|
|
"serde",
|
|
|
"walkdir",
|
|
|
- "windows-sys 0.42.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "num-integer"
|
|
|
-version = "0.1.45"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
|
|
|
-dependencies = [
|
|
|
- "autocfg",
|
|
|
- "num-traits",
|
|
|
+ "windows-sys 0.45.0",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -2006,6 +2652,15 @@ dependencies = [
|
|
|
"libc",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "num_threads"
|
|
|
+version = "0.1.6"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44"
|
|
|
+dependencies = [
|
|
|
+ "libc",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "number_prefix"
|
|
|
version = "0.4.0"
|
|
@@ -2014,40 +2669,35 @@ checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
|
|
|
|
|
|
[[package]]
|
|
|
name = "object"
|
|
|
-version = "0.30.3"
|
|
|
+version = "0.30.4"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ea86265d3d3dcb6a27fc51bd29a4bf387fae9d2986b823079d4986af253eb439"
|
|
|
+checksum = "03b4680b86d9cfafba8fc491dc9b6df26b68cf40e9e6cd73909194759a63c385"
|
|
|
dependencies = [
|
|
|
"memchr",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "once_cell"
|
|
|
-version = "1.17.1"
|
|
|
+version = "1.18.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "opaque-debug"
|
|
|
-version = "0.3.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
|
|
|
+checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
|
|
|
|
|
|
[[package]]
|
|
|
name = "open"
|
|
|
-version = "4.1.0"
|
|
|
+version = "4.2.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d16814a067484415fda653868c9be0ac5f2abd2ef5d951082a5f2fe1b3662944"
|
|
|
+checksum = "3a083c0c7e5e4a8ec4176346cf61f67ac674e8bfb059d9226e1c54a96b377c12"
|
|
|
dependencies = [
|
|
|
"is-wsl",
|
|
|
+ "libc",
|
|
|
"pathdiff",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "openssl"
|
|
|
-version = "0.10.52"
|
|
|
+version = "0.10.55"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "01b8574602df80f7b85fdfc5392fa884a4e3b3f4f35402c070ab34c3d3f78d56"
|
|
|
+checksum = "345df152bc43501c5eb9e4654ff05f794effb78d4efe3d53abc158baddc0703d"
|
|
|
dependencies = [
|
|
|
"bitflags",
|
|
|
"cfg-if",
|
|
@@ -2066,7 +2716,7 @@ checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
|
|
|
dependencies = [
|
|
|
"proc-macro2",
|
|
|
"quote",
|
|
|
- "syn 2.0.15",
|
|
|
+ "syn 2.0.22",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -2077,9 +2727,9 @@ checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
|
|
|
|
|
[[package]]
|
|
|
name = "openssl-sys"
|
|
|
-version = "0.9.87"
|
|
|
+version = "0.9.90"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "8e17f59264b2809d77ae94f0e1ebabc434773f370d6ca667bd223ea10e06cc7e"
|
|
|
+checksum = "374533b0e45f3a7ced10fcaeccca020e66656bc03dac384f852e4e5a7a8104a6"
|
|
|
dependencies = [
|
|
|
"cc",
|
|
|
"libc",
|
|
@@ -2096,12 +2746,6 @@ dependencies = [
|
|
|
"num-traits",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "os_str_bytes"
|
|
|
-version = "6.5.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ceedf44fb00f2d1984b0bc98102627ce622e083e49a5bacdb3e514fa4238e267"
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "parking_lot"
|
|
|
version = "0.12.1"
|
|
@@ -2114,26 +2758,50 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "parking_lot_core"
|
|
|
-version = "0.9.7"
|
|
|
+version = "0.9.8"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521"
|
|
|
+checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
|
|
|
dependencies = [
|
|
|
"cfg-if",
|
|
|
"libc",
|
|
|
- "redox_syscall 0.2.16",
|
|
|
+ "redox_syscall 0.3.5",
|
|
|
"smallvec",
|
|
|
- "windows-sys 0.45.0",
|
|
|
+ "windows-targets 0.48.0",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "password-hash"
|
|
|
version = "0.4.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
|
|
|
+checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
|
|
|
+dependencies = [
|
|
|
+ "base64ct",
|
|
|
+ "rand_core",
|
|
|
+ "subtle",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "paste"
|
|
|
+version = "1.0.12"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "9f746c4065a8fa3fe23974dd82f15431cc8d40779821001404d10d2e79ca7d79"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "path-absolutize"
|
|
|
+version = "3.0.14"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "0f1d4993b16f7325d90c18c3c6a3327db7808752db8d208cea0acee0abd52c52"
|
|
|
+dependencies = [
|
|
|
+ "path-dedot",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "path-dedot"
|
|
|
+version = "3.1.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "9d55e486337acb9973cdea3ec5638c1b3bcb22e573b2b7b41969e0c744d5a15e"
|
|
|
dependencies = [
|
|
|
- "base64ct",
|
|
|
- "rand_core",
|
|
|
- "subtle",
|
|
|
+ "once_cell",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -2156,15 +2824,15 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "percent-encoding"
|
|
|
-version = "2.2.0"
|
|
|
+version = "2.3.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
|
|
|
+checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
|
|
|
|
|
|
[[package]]
|
|
|
name = "pest"
|
|
|
-version = "2.6.0"
|
|
|
+version = "2.7.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "e68e84bfb01f0507134eac1e9b410a12ba379d064eab48c50ba4ce329a527b70"
|
|
|
+checksum = "f73935e4d55e2abf7f130186537b19e7a4abc886a0252380b59248af473a3fc9"
|
|
|
dependencies = [
|
|
|
"thiserror",
|
|
|
"ucd-trie",
|
|
@@ -2172,9 +2840,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "pest_derive"
|
|
|
-version = "2.6.0"
|
|
|
+version = "2.7.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "6b79d4c71c865a25a4322296122e3924d30bc8ee0834c8bfc8b95f7f054afbfb"
|
|
|
+checksum = "aef623c9bbfa0eedf5a0efba11a5ee83209c326653ca31ff019bec3a95bfff2b"
|
|
|
dependencies = [
|
|
|
"pest",
|
|
|
"pest_generator",
|
|
@@ -2182,22 +2850,22 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "pest_generator"
|
|
|
-version = "2.6.0"
|
|
|
+version = "2.7.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "6c435bf1076437b851ebc8edc3a18442796b30f1728ffea6262d59bbe28b077e"
|
|
|
+checksum = "b3e8cba4ec22bada7fc55ffe51e2deb6a0e0db2d0b7ab0b103acc80d2510c190"
|
|
|
dependencies = [
|
|
|
"pest",
|
|
|
"pest_meta",
|
|
|
"proc-macro2",
|
|
|
"quote",
|
|
|
- "syn 2.0.15",
|
|
|
+ "syn 2.0.22",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "pest_meta"
|
|
|
-version = "2.6.0"
|
|
|
+version = "2.7.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "745a452f8eb71e39ffd8ee32b3c5f51d03845f99786fa9b68db6ff509c505411"
|
|
|
+checksum = "a01f71cb40bd8bb94232df14b946909e14660e33fc05db3e50ae2a82d7ea0ca0"
|
|
|
dependencies = [
|
|
|
"once_cell",
|
|
|
"pest",
|
|
@@ -2211,27 +2879,27 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "4dd7d28ee937e54fe3080c91faa1c3a46c06de6252988a7f4592ba2310ef22a4"
|
|
|
dependencies = [
|
|
|
"fixedbitset",
|
|
|
- "indexmap",
|
|
|
+ "indexmap 1.9.3",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "pin-project"
|
|
|
-version = "1.0.12"
|
|
|
+version = "1.1.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"
|
|
|
+checksum = "c95a7476719eab1e366eaf73d0260af3021184f18177925b07f54b30089ceead"
|
|
|
dependencies = [
|
|
|
"pin-project-internal",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "pin-project-internal"
|
|
|
-version = "1.0.12"
|
|
|
+version = "1.1.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"
|
|
|
+checksum = "39407670928234ebc5e6e580247dd567ad73a3578460c5990f9503df207e8f07"
|
|
|
dependencies = [
|
|
|
"proc-macro2",
|
|
|
"quote",
|
|
|
- "syn 1.0.109",
|
|
|
+ "syn 2.0.22",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -2254,9 +2922,9 @@ checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
|
|
|
|
|
|
[[package]]
|
|
|
name = "portable-atomic"
|
|
|
-version = "0.3.19"
|
|
|
+version = "1.3.3"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "26f6a7b87c2e435a3241addceeeff740ff8b7e76b74c13bf9acb17fa454ea00b"
|
|
|
+checksum = "767eb9f07d4a5ebcb39bbf2d452058a93c011373abf6832e24194a1c3f004794"
|
|
|
|
|
|
[[package]]
|
|
|
name = "ppv-lite86"
|
|
@@ -2298,11 +2966,17 @@ dependencies = [
|
|
|
"version_check",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "proc-macro-hack"
|
|
|
+version = "0.5.20+deprecated"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "proc-macro2"
|
|
|
-version = "1.0.56"
|
|
|
+version = "1.0.63"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435"
|
|
|
+checksum = "7b368fba921b0dce7e60f5e04ec15e565b3303972b42bcfde1d0713b881959eb"
|
|
|
dependencies = [
|
|
|
"unicode-ident",
|
|
|
]
|
|
@@ -2315,9 +2989,9 @@ checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
|
|
|
|
|
[[package]]
|
|
|
name = "quote"
|
|
|
-version = "1.0.26"
|
|
|
+version = "1.0.28"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc"
|
|
|
+checksum = "1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488"
|
|
|
dependencies = [
|
|
|
"proc-macro2",
|
|
|
]
|
|
@@ -2349,7 +3023,7 @@ version = "0.6.4"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
|
|
dependencies = [
|
|
|
- "getrandom 0.2.9",
|
|
|
+ "getrandom 0.2.10",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -2393,35 +3067,57 @@ version = "0.4.3"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
|
|
|
dependencies = [
|
|
|
- "getrandom 0.2.9",
|
|
|
+ "getrandom 0.2.10",
|
|
|
"redox_syscall 0.2.16",
|
|
|
"thiserror",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "regex"
|
|
|
-version = "1.8.1"
|
|
|
+version = "1.8.4"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "af83e617f331cc6ae2da5443c602dfa5af81e517212d9d611a5b3ba1777b5370"
|
|
|
+checksum = "d0ab3ca65655bb1e41f2a8c8cd662eb4fb035e67c3f78da1d61dffe89d07300f"
|
|
|
dependencies = [
|
|
|
- "aho-corasick",
|
|
|
+ "aho-corasick 1.0.2",
|
|
|
"memchr",
|
|
|
"regex-syntax",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "regex-automata"
|
|
|
+version = "0.1.10"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "regex-syntax"
|
|
|
-version = "0.7.1"
|
|
|
+version = "0.7.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "a5996294f19bd3aae0453a862ad728f60e6600695733dd5df01da90c54363a3c"
|
|
|
+checksum = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "remove_dir_all"
|
|
|
+version = "0.8.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "23895cfadc1917fed9c6ed76a8c2903615fa3704f7493ff82b364c6540acc02b"
|
|
|
+dependencies = [
|
|
|
+ "aligned",
|
|
|
+ "cfg-if",
|
|
|
+ "cvt",
|
|
|
+ "fs_at",
|
|
|
+ "lazy_static",
|
|
|
+ "libc",
|
|
|
+ "normpath",
|
|
|
+ "windows-sys 0.45.0",
|
|
|
+]
|
|
|
|
|
|
[[package]]
|
|
|
name = "reqwest"
|
|
|
-version = "0.11.17"
|
|
|
+version = "0.11.18"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "13293b639a097af28fc8a90f22add145a9c954e49d77da06263d58cf44d5fb91"
|
|
|
+checksum = "cde824a14b7c14f85caff81225f411faacc04a2013f41670f41443742b1c1c55"
|
|
|
dependencies = [
|
|
|
- "base64 0.21.0",
|
|
|
+ "base64 0.21.2",
|
|
|
"bytes",
|
|
|
"encoding_rs",
|
|
|
"futures-core",
|
|
@@ -2430,7 +3126,7 @@ dependencies = [
|
|
|
"http",
|
|
|
"http-body",
|
|
|
"hyper",
|
|
|
- "hyper-rustls",
|
|
|
+ "hyper-rustls 0.24.0",
|
|
|
"hyper-tls",
|
|
|
"ipnet",
|
|
|
"js-sys",
|
|
@@ -2440,14 +3136,14 @@ dependencies = [
|
|
|
"once_cell",
|
|
|
"percent-encoding",
|
|
|
"pin-project-lite",
|
|
|
- "rustls",
|
|
|
+ "rustls 0.21.2",
|
|
|
"rustls-pemfile",
|
|
|
"serde",
|
|
|
"serde_json",
|
|
|
"serde_urlencoded",
|
|
|
"tokio",
|
|
|
"tokio-native-tls",
|
|
|
- "tokio-rustls",
|
|
|
+ "tokio-rustls 0.24.1",
|
|
|
"tokio-util",
|
|
|
"tower-service",
|
|
|
"trust-dns-resolver",
|
|
@@ -2457,7 +3153,7 @@ dependencies = [
|
|
|
"wasm-streams",
|
|
|
"web-sys",
|
|
|
"webpki-roots",
|
|
|
- "winreg",
|
|
|
+ "winreg 0.10.1",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -2470,6 +3166,32 @@ dependencies = [
|
|
|
"quick-error",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "rhai"
|
|
|
+version = "1.13.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "fd29fa1f740be6dc91982013957e08c3c4232d7efcfe19e12da87d50bad47758"
|
|
|
+dependencies = [
|
|
|
+ "ahash 0.8.3",
|
|
|
+ "bitflags",
|
|
|
+ "instant",
|
|
|
+ "num-traits",
|
|
|
+ "rhai_codegen",
|
|
|
+ "smallvec",
|
|
|
+ "smartstring",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "rhai_codegen"
|
|
|
+version = "1.5.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "db74e3fdd29d969a0ec1f8e79171a6f0f71d0429293656901db382d248c4c021"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "syn 1.0.109",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "ring"
|
|
|
version = "0.16.20"
|
|
@@ -2525,9 +3247,9 @@ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
|
|
|
|
[[package]]
|
|
|
name = "rustix"
|
|
|
-version = "0.37.19"
|
|
|
+version = "0.37.20"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "acf8729d8542766f1b2cf77eb034d52f40d375bb8b615d0b147089946e16613d"
|
|
|
+checksum = "b96e891d04aa506a6d1f318d2771bcb1c7dfda84e126660ace067c9b474bb2c0"
|
|
|
dependencies = [
|
|
|
"bitflags",
|
|
|
"errno",
|
|
@@ -2549,11 +3271,23 @@ dependencies = [
|
|
|
"webpki",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "rustls"
|
|
|
+version = "0.21.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "e32ca28af694bc1bbf399c33a516dbdf1c90090b8ab23c2bc24f834aa2247f5f"
|
|
|
+dependencies = [
|
|
|
+ "log",
|
|
|
+ "ring",
|
|
|
+ "rustls-webpki",
|
|
|
+ "sct",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "rustls-native-certs"
|
|
|
-version = "0.6.2"
|
|
|
+version = "0.6.3"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50"
|
|
|
+checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
|
|
|
dependencies = [
|
|
|
"openssl-probe",
|
|
|
"rustls-pemfile",
|
|
@@ -2567,7 +3301,17 @@ version = "1.0.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "d194b56d58803a43635bdc398cd17e383d6f71f9182b9a192c127ca42494a59b"
|
|
|
dependencies = [
|
|
|
- "base64 0.21.0",
|
|
|
+ "base64 0.21.2",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "rustls-webpki"
|
|
|
+version = "0.100.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "d6207cd5ed3d8dca7816f8f3725513a34609c0c765bf652b8c3cb4cfd87db46b"
|
|
|
+dependencies = [
|
|
|
+ "ring",
|
|
|
+ "untrusted",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -2591,6 +3335,16 @@ dependencies = [
|
|
|
"winapi-util",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "sanitize-filename"
|
|
|
+version = "0.4.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "08c502bdb638f1396509467cb0580ef3b29aa2a45c5d43e5d84928241280296c"
|
|
|
+dependencies = [
|
|
|
+ "lazy_static",
|
|
|
+ "regex",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "schannel"
|
|
|
version = "0.1.21"
|
|
@@ -2606,12 +3360,6 @@ version = "1.1.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "scratch"
|
|
|
-version = "1.0.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "1792db035ce95be60c3f8853017b3999209281c24e2ba5bc8e59bf97a0c590c1"
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "sct"
|
|
|
version = "0.7.0"
|
|
@@ -2624,9 +3372,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "security-framework"
|
|
|
-version = "2.8.2"
|
|
|
+version = "2.9.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "a332be01508d814fed64bf28f798a146d73792121129962fdf335bb3c49a4254"
|
|
|
+checksum = "1fc758eb7bffce5b308734e9b0c1468893cae9ff70ebf13e7090be8dcbcc83a8"
|
|
|
dependencies = [
|
|
|
"bitflags",
|
|
|
"core-foundation",
|
|
@@ -2637,9 +3385,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "security-framework-sys"
|
|
|
-version = "2.8.0"
|
|
|
+version = "2.9.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "31c9bb296072e961fcbd8853511dd39c2d8be2deb1e17c6860b1d30732b323b4"
|
|
|
+checksum = "f51d0c0d83bec45f16480d0ce0058397a69e48fcdc52d1dc8855fb68acbd31a7"
|
|
|
dependencies = [
|
|
|
"core-foundation-sys",
|
|
|
"libc",
|
|
@@ -2656,9 +3404,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "serde"
|
|
|
-version = "1.0.162"
|
|
|
+version = "1.0.164"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "71b2f6e1ab5c2b98c05f0f35b236b22e8df7ead6ffbf51d7808da7f8817e7ab6"
|
|
|
+checksum = "9e8c8cf938e98f769bc164923b06dce91cea1751522f46f8466461af04c9027d"
|
|
|
dependencies = [
|
|
|
"serde_derive",
|
|
|
]
|
|
@@ -2675,20 +3423,20 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "serde_derive"
|
|
|
-version = "1.0.162"
|
|
|
+version = "1.0.164"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "a2a0814352fd64b58489904a44ea8d90cb1a91dcb6b4f5ebabc32c8318e93cb6"
|
|
|
+checksum = "d9735b638ccc51c28bf6914d90a2e9725b377144fc612c49a611fddd1b631d68"
|
|
|
dependencies = [
|
|
|
"proc-macro2",
|
|
|
"quote",
|
|
|
- "syn 2.0.15",
|
|
|
+ "syn 2.0.22",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "serde_json"
|
|
|
-version = "1.0.96"
|
|
|
+version = "1.0.99"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1"
|
|
|
+checksum = "46266871c240a00b8f503b877622fe33430b3c7d963bdc0f2adc511e54a1eae3"
|
|
|
dependencies = [
|
|
|
"itoa",
|
|
|
"ryu",
|
|
@@ -2703,7 +3451,16 @@ checksum = "bcec881020c684085e55a25f7fd888954d56609ef363479dc5a1305eb0d40cab"
|
|
|
dependencies = [
|
|
|
"proc-macro2",
|
|
|
"quote",
|
|
|
- "syn 2.0.15",
|
|
|
+ "syn 2.0.22",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "serde_spanned"
|
|
|
+version = "0.6.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "96426c9936fd7a0124915f9185ea1d20aa9445cc9821142f0a73bc9207a2e186"
|
|
|
+dependencies = [
|
|
|
+ "serde",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -2740,17 +3497,29 @@ dependencies = [
|
|
|
"digest",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "sha1_smol"
|
|
|
+version = "1.0.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "sha2"
|
|
|
-version = "0.10.6"
|
|
|
+version = "0.10.7"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
|
|
|
+checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8"
|
|
|
dependencies = [
|
|
|
"cfg-if",
|
|
|
"cpufeatures",
|
|
|
"digest",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "shell-words"
|
|
|
+version = "1.1.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "signal-hook-registry"
|
|
|
version = "1.4.1"
|
|
@@ -2787,6 +3556,17 @@ version = "1.10.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "smartstring"
|
|
|
+version = "1.0.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "3fb72c633efbaa2dd666986505016c32c3044395ceaf881518399d2f4127ee29"
|
|
|
+dependencies = [
|
|
|
+ "autocfg",
|
|
|
+ "static_assertions",
|
|
|
+ "version_check",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "socket2"
|
|
|
version = "0.4.9"
|
|
@@ -2797,12 +3577,28 @@ dependencies = [
|
|
|
"winapi",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "socket2"
|
|
|
+version = "0.5.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "2538b18701741680e0322a2302176d3253a35388e2e62f172f64f4f16605f877"
|
|
|
+dependencies = [
|
|
|
+ "libc",
|
|
|
+ "windows-sys 0.48.0",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "spin"
|
|
|
version = "0.5.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "stable_deref_trait"
|
|
|
+version = "1.2.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "static_assertions"
|
|
|
version = "1.1.0"
|
|
@@ -2827,9 +3623,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "subtle"
|
|
|
-version = "2.4.1"
|
|
|
+version = "2.5.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
|
|
|
+checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
|
|
|
|
|
|
[[package]]
|
|
|
name = "syn"
|
|
@@ -2844,9 +3640,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "syn"
|
|
|
-version = "2.0.15"
|
|
|
+version = "2.0.22"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "a34fcf3e8b60f57e6a14301a2e916d323af98b0ea63c599441eec8558660c822"
|
|
|
+checksum = "2efbeae7acf4eabd6bcdcbd11c92f45231ddda7539edc7806bd1a04a03b24616"
|
|
|
dependencies = [
|
|
|
"proc-macro2",
|
|
|
"quote",
|
|
@@ -2904,12 +3700,6 @@ dependencies = [
|
|
|
"winapi-util",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "textwrap"
|
|
|
-version = "0.16.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "thiserror"
|
|
|
version = "1.0.40"
|
|
@@ -2927,7 +3717,17 @@ checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
|
|
|
dependencies = [
|
|
|
"proc-macro2",
|
|
|
"quote",
|
|
|
- "syn 2.0.15",
|
|
|
+ "syn 2.0.22",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "thread_local"
|
|
|
+version = "1.1.7"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
|
|
|
+dependencies = [
|
|
|
+ "cfg-if",
|
|
|
+ "once_cell",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -2943,12 +3743,16 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "time"
|
|
|
-version = "0.3.21"
|
|
|
+version = "0.3.22"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "8f3403384eaacbca9923fa06940178ac13e4edb725486d70e8e15881d0c836cc"
|
|
|
+checksum = "ea9e1b3cf1243ae005d9e74085d4d542f3125458f3a81af210d901dcd7411efd"
|
|
|
dependencies = [
|
|
|
+ "itoa",
|
|
|
+ "libc",
|
|
|
+ "num_threads",
|
|
|
"serde",
|
|
|
"time-core",
|
|
|
+ "time-macros",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -2957,6 +3761,24 @@ version = "0.1.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "time-macros"
|
|
|
+version = "0.2.9"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "372950940a5f07bf38dbe211d7283c9e6d7327df53794992d293e534c733d09b"
|
|
|
+dependencies = [
|
|
|
+ "time-core",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "tiny-keccak"
|
|
|
+version = "2.0.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
|
|
|
+dependencies = [
|
|
|
+ "crunchy",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "tinyvec"
|
|
|
version = "1.6.0"
|
|
@@ -2974,9 +3796,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
|
|
|
|
|
[[package]]
|
|
|
name = "tokio"
|
|
|
-version = "1.28.0"
|
|
|
+version = "1.28.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "c3c786bf8134e5a3a166db9b29ab8f48134739014a3eca7bc6bfa95d673b136f"
|
|
|
+checksum = "94d7b1cfd2aa4011f2de74c2c4c63665e27a71006b0a192dcd2710272e73dfa2"
|
|
|
dependencies = [
|
|
|
"autocfg",
|
|
|
"bytes",
|
|
@@ -2986,7 +3808,7 @@ dependencies = [
|
|
|
"parking_lot",
|
|
|
"pin-project-lite",
|
|
|
"signal-hook-registry",
|
|
|
- "socket2",
|
|
|
+ "socket2 0.4.9",
|
|
|
"tokio-macros",
|
|
|
"windows-sys 0.48.0",
|
|
|
]
|
|
@@ -2999,7 +3821,7 @@ checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
|
|
|
dependencies = [
|
|
|
"proc-macro2",
|
|
|
"quote",
|
|
|
- "syn 2.0.15",
|
|
|
+ "syn 2.0.22",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -3018,11 +3840,21 @@ version = "0.23.4"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"
|
|
|
dependencies = [
|
|
|
- "rustls",
|
|
|
+ "rustls 0.20.8",
|
|
|
"tokio",
|
|
|
"webpki",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "tokio-rustls"
|
|
|
+version = "0.24.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
|
|
|
+dependencies = [
|
|
|
+ "rustls 0.21.2",
|
|
|
+ "tokio",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "tokio-tungstenite"
|
|
|
version = "0.17.2"
|
|
@@ -3058,6 +3890,40 @@ dependencies = [
|
|
|
"serde",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "toml"
|
|
|
+version = "0.7.5"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "1ebafdf5ad1220cb59e7d17cf4d2c72015297b75b19a10472f99b89225089240"
|
|
|
+dependencies = [
|
|
|
+ "serde",
|
|
|
+ "serde_spanned",
|
|
|
+ "toml_datetime",
|
|
|
+ "toml_edit",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "toml_datetime"
|
|
|
+version = "0.6.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b"
|
|
|
+dependencies = [
|
|
|
+ "serde",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "toml_edit"
|
|
|
+version = "0.19.11"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "266f016b7f039eec8a1a80dfe6156b633d208b9fccca5e4db1d6775b0c4e34a7"
|
|
|
+dependencies = [
|
|
|
+ "indexmap 2.0.0",
|
|
|
+ "serde",
|
|
|
+ "serde_spanned",
|
|
|
+ "toml_datetime",
|
|
|
+ "winnow",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "tower"
|
|
|
version = "0.4.13"
|
|
@@ -3149,20 +4015,20 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "tracing-attributes"
|
|
|
-version = "0.1.24"
|
|
|
+version = "0.1.26"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "0f57e3ca2a01450b1a921183a9c9cbfda207fd822cef4ccb00a65402cbba7a74"
|
|
|
+checksum = "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab"
|
|
|
dependencies = [
|
|
|
"proc-macro2",
|
|
|
"quote",
|
|
|
- "syn 2.0.15",
|
|
|
+ "syn 2.0.22",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "tracing-core"
|
|
|
-version = "0.1.30"
|
|
|
+version = "0.1.31"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
|
|
|
+checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"
|
|
|
dependencies = [
|
|
|
"once_cell",
|
|
|
]
|
|
@@ -3264,11 +4130,17 @@ version = "0.3.13"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "unicode-bom"
|
|
|
+version = "1.1.4"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "63ec69f541d875b783ca40184d655f2927c95f0bffd486faa83cd3ac3529ec32"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "unicode-ident"
|
|
|
-version = "1.0.8"
|
|
|
+version = "1.0.9"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"
|
|
|
+checksum = "b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0"
|
|
|
|
|
|
[[package]]
|
|
|
name = "unicode-normalization"
|
|
@@ -3305,12 +4177,12 @@ checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
|
|
|
|
|
[[package]]
|
|
|
name = "url"
|
|
|
-version = "2.3.1"
|
|
|
+version = "2.4.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
|
|
|
+checksum = "50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb"
|
|
|
dependencies = [
|
|
|
"form_urlencoded",
|
|
|
- "idna 0.3.0",
|
|
|
+ "idna 0.4.0",
|
|
|
"percent-encoding",
|
|
|
]
|
|
|
|
|
@@ -3320,6 +4192,12 @@ version = "0.7.6"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "utf8parse"
|
|
|
+version = "0.2.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "vcpkg"
|
|
|
version = "0.2.15"
|
|
@@ -3353,7 +4231,7 @@ dependencies = [
|
|
|
"leb128",
|
|
|
"log",
|
|
|
"walrus-macro",
|
|
|
- "wasmparser 0.77.0",
|
|
|
+ "wasmparser",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -3370,11 +4248,10 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "want"
|
|
|
-version = "0.3.0"
|
|
|
+version = "0.3.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
|
|
|
+checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
|
|
|
dependencies = [
|
|
|
- "log",
|
|
|
"try-lock",
|
|
|
]
|
|
|
|
|
@@ -3398,9 +4275,9 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
|
[[package]]
|
|
|
name = "wasm-bindgen"
|
|
|
-version = "0.2.84"
|
|
|
+version = "0.2.87"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b"
|
|
|
+checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"
|
|
|
dependencies = [
|
|
|
"cfg-if",
|
|
|
"wasm-bindgen-macro",
|
|
@@ -3408,24 +4285,24 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "wasm-bindgen-backend"
|
|
|
-version = "0.2.84"
|
|
|
+version = "0.2.87"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9"
|
|
|
+checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"
|
|
|
dependencies = [
|
|
|
"bumpalo",
|
|
|
"log",
|
|
|
"once_cell",
|
|
|
"proc-macro2",
|
|
|
"quote",
|
|
|
- "syn 1.0.109",
|
|
|
+ "syn 2.0.22",
|
|
|
"wasm-bindgen-shared",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "wasm-bindgen-cli-support"
|
|
|
-version = "0.2.84"
|
|
|
+version = "0.2.87"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "9d4780c659b883a19ddb7ced365db19f7f45cd182d832ee14de2b7ef52e88a9f"
|
|
|
+checksum = "d21c60239a09bf9bab8dfa752be4e6c637db22296b9ded493800090448692da9"
|
|
|
dependencies = [
|
|
|
"anyhow",
|
|
|
"base64 0.9.3",
|
|
@@ -3441,16 +4318,13 @@ dependencies = [
|
|
|
"wasm-bindgen-threads-xform",
|
|
|
"wasm-bindgen-wasm-conventions",
|
|
|
"wasm-bindgen-wasm-interpreter",
|
|
|
- "wit-text",
|
|
|
- "wit-validator",
|
|
|
- "wit-walrus",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "wasm-bindgen-externref-xform"
|
|
|
-version = "0.2.84"
|
|
|
+version = "0.2.87"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "1d154c3843bf3b635b602ad41b56f505f8f1a25f8a0133fca4bbd0918d74efdc"
|
|
|
+checksum = "bafbe1984f67cc12645f12ab65e6145e8ddce1ab265d0be58435f25bb0ce2608"
|
|
|
dependencies = [
|
|
|
"anyhow",
|
|
|
"walrus",
|
|
@@ -3458,9 +4332,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "wasm-bindgen-futures"
|
|
|
-version = "0.4.34"
|
|
|
+version = "0.4.37"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454"
|
|
|
+checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03"
|
|
|
dependencies = [
|
|
|
"cfg-if",
|
|
|
"js-sys",
|
|
@@ -3470,9 +4344,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "wasm-bindgen-macro"
|
|
|
-version = "0.2.84"
|
|
|
+version = "0.2.87"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5"
|
|
|
+checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
|
|
|
dependencies = [
|
|
|
"quote",
|
|
|
"wasm-bindgen-macro-support",
|
|
@@ -3480,22 +4354,22 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "wasm-bindgen-macro-support"
|
|
|
-version = "0.2.84"
|
|
|
+version = "0.2.87"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6"
|
|
|
+checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
|
|
|
dependencies = [
|
|
|
"proc-macro2",
|
|
|
"quote",
|
|
|
- "syn 1.0.109",
|
|
|
+ "syn 2.0.22",
|
|
|
"wasm-bindgen-backend",
|
|
|
"wasm-bindgen-shared",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "wasm-bindgen-multi-value-xform"
|
|
|
-version = "0.2.84"
|
|
|
+version = "0.2.87"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "c00a577fbd4be358ef8095432189b5c2e6b6e71f5081797c2032572f77d65d26"
|
|
|
+checksum = "581419e3995571a1d2d066e360ca1c0c09da097f5a53c98e6f00d96eddaf0ffe"
|
|
|
dependencies = [
|
|
|
"anyhow",
|
|
|
"walrus",
|
|
@@ -3503,15 +4377,15 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "wasm-bindgen-shared"
|
|
|
-version = "0.2.84"
|
|
|
+version = "0.2.87"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d"
|
|
|
+checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
|
|
|
|
|
|
[[package]]
|
|
|
name = "wasm-bindgen-threads-xform"
|
|
|
-version = "0.2.84"
|
|
|
+version = "0.2.87"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "0aa93941bae037b7b4fac4ecfc132294b828036c5990a806d0e6fd9284297d94"
|
|
|
+checksum = "e05d272073981137e8426cf2a6830d43d1f84f988a050b2f8b210f0e266b8983"
|
|
|
dependencies = [
|
|
|
"anyhow",
|
|
|
"walrus",
|
|
@@ -3520,9 +4394,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "wasm-bindgen-wasm-conventions"
|
|
|
-version = "0.2.84"
|
|
|
+version = "0.2.87"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d8f5de325048d945c90600fdf66b13521f3340d85971287775c36aa99c04466b"
|
|
|
+checksum = "0e9c65b1ff5041ea824ca24c519948aec16fb6611c617d601623c0657dfcd47b"
|
|
|
dependencies = [
|
|
|
"anyhow",
|
|
|
"walrus",
|
|
@@ -3530,9 +4404,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "wasm-bindgen-wasm-interpreter"
|
|
|
-version = "0.2.84"
|
|
|
+version = "0.2.87"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "f695df44962e3a107436282232a2daa185b8453c16be8ddfb637cd2601f31128"
|
|
|
+checksum = "7c5c796220738ab5d44666f37205728a74141c0039d1166bcf8110b26bafaa1e"
|
|
|
dependencies = [
|
|
|
"anyhow",
|
|
|
"log",
|
|
@@ -3555,30 +4429,15 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "wasmparser"
|
|
|
-version = "0.59.0"
|
|
|
+version = "0.77.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "a950e6a618f62147fd514ff445b2a0b53120d382751960797f85f058c7eda9b9"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "wasmparser"
|
|
|
-version = "0.77.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "b35c86d22e720a07d954ebbed772d01180501afe7d03d464f413bb5f8914a8d6"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "wast"
|
|
|
-version = "21.0.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "0b1844f66a2bc8526d71690104c0e78a8e59ffa1597b7245769d174ebb91deb5"
|
|
|
-dependencies = [
|
|
|
- "leb128",
|
|
|
-]
|
|
|
+checksum = "5fe3d5405e9ea6c1317a656d6e0820912d8b7b3607823a7596117c8f666daf6f"
|
|
|
|
|
|
[[package]]
|
|
|
name = "web-sys"
|
|
|
-version = "0.3.61"
|
|
|
+version = "0.3.64"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97"
|
|
|
+checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b"
|
|
|
dependencies = [
|
|
|
"js-sys",
|
|
|
"wasm-bindgen",
|
|
@@ -3605,9 +4464,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "widestring"
|
|
|
-version = "0.5.1"
|
|
|
+version = "1.0.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "17882f045410753661207383517a6f62ec3dbeb6a4ed2acce01f0728238d1983"
|
|
|
+checksum = "653f141f39ec16bba3c5abe400a0c60da7468261cc2cbf36805022876bc721a8"
|
|
|
|
|
|
[[package]]
|
|
|
name = "winapi"
|
|
@@ -3640,6 +4499,21 @@ version = "0.4.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "windows"
|
|
|
+version = "0.43.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "04662ed0e3e5630dfa9b26e4cb823b817f1a9addda855d973a9458c236556244"
|
|
|
+dependencies = [
|
|
|
+ "windows_aarch64_gnullvm 0.42.2",
|
|
|
+ "windows_aarch64_msvc 0.42.2",
|
|
|
+ "windows_i686_gnu 0.42.2",
|
|
|
+ "windows_i686_msvc 0.42.2",
|
|
|
+ "windows_x86_64_gnu 0.42.2",
|
|
|
+ "windows_x86_64_gnullvm 0.42.2",
|
|
|
+ "windows_x86_64_msvc 0.42.2",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "windows"
|
|
|
version = "0.48.0"
|
|
@@ -3797,76 +4671,31 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
|
|
|
|
|
|
[[package]]
|
|
|
-name = "winreg"
|
|
|
-version = "0.10.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
|
|
|
-dependencies = [
|
|
|
- "winapi",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "wit-parser"
|
|
|
-version = "0.2.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "3f5fd97866f4b9c8e1ed57bcf9446f3d0d8ba37e2dd01c3c612c046c053b06f7"
|
|
|
-dependencies = [
|
|
|
- "anyhow",
|
|
|
- "leb128",
|
|
|
- "wit-schema-version",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "wit-schema-version"
|
|
|
-version = "0.1.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "bfee4a6a4716eefa0682e7a3b836152e894a3e4f34a9d6c2c3e1c94429bfe36a"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "wit-text"
|
|
|
-version = "0.8.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "33358e95c77d660f1c7c07f4a93c2bd89768965e844e3c50730bb4b42658df5f"
|
|
|
-dependencies = [
|
|
|
- "anyhow",
|
|
|
- "wast",
|
|
|
- "wit-writer",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "wit-validator"
|
|
|
-version = "0.2.1"
|
|
|
+name = "winnow"
|
|
|
+version = "0.4.7"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "3c11d93d925420e7872b226c4161849c32be38385ccab026b88df99d8ddc6ba6"
|
|
|
+checksum = "ca0ace3845f0d96209f0375e6d367e3eb87eb65d27d445bdc9f1843a26f39448"
|
|
|
dependencies = [
|
|
|
- "anyhow",
|
|
|
- "wasmparser 0.59.0",
|
|
|
- "wit-parser",
|
|
|
- "wit-schema-version",
|
|
|
+ "memchr",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
-name = "wit-walrus"
|
|
|
-version = "0.6.0"
|
|
|
+name = "winreg"
|
|
|
+version = "0.10.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ad559e3e4c6404b2a6a675d44129d62a3836e3b951b90112fa1c5feb852757cd"
|
|
|
+checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
|
|
|
dependencies = [
|
|
|
- "anyhow",
|
|
|
- "id-arena",
|
|
|
- "walrus",
|
|
|
- "wit-parser",
|
|
|
- "wit-schema-version",
|
|
|
- "wit-writer",
|
|
|
+ "winapi",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
-name = "wit-writer"
|
|
|
-version = "0.2.0"
|
|
|
+name = "winreg"
|
|
|
+version = "0.50.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "c2ad01ba5e9cbcff799a0689e56a153776ea694cec777f605938cb9880d41a09"
|
|
|
+checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
|
|
|
dependencies = [
|
|
|
- "leb128",
|
|
|
- "wit-schema-version",
|
|
|
+ "cfg-if",
|
|
|
+ "windows-sys 0.48.0",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -3878,6 +4707,12 @@ dependencies = [
|
|
|
"libc",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "zeroize"
|
|
|
+version = "1.6.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "zip"
|
|
|
version = "0.5.13"
|
|
@@ -3894,9 +4729,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "zip"
|
|
|
-version = "0.6.5"
|
|
|
+version = "0.6.6"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "7e92305c174683d78035cbf1b70e18db6329cc0f1b9cae0a52ca90bf5bfe7125"
|
|
|
+checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
|
|
|
dependencies = [
|
|
|
"aes",
|
|
|
"byteorder",
|
|
@@ -3908,7 +4743,7 @@ dependencies = [
|
|
|
"hmac",
|
|
|
"pbkdf2",
|
|
|
"sha1",
|
|
|
- "time 0.3.21",
|
|
|
+ "time 0.3.22",
|
|
|
"zstd",
|
|
|
]
|
|
|
|