smbcloud-cli 0.3.36__tar.gz → 0.3.37__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/Cargo.lock +569 -293
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/Cargo.toml +1 -1
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/PKG-INFO +1 -1
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/cli/Cargo.toml +2 -2
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/cli/src/lib.rs +1 -4
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/smbcloud-networking/src/constants.rs +0 -2
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/README.md +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/cli/README.md +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/cli/src/account/cli.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/cli/src/account/forgot/mod.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/cli/src/account/lib.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/cli/src/account/login/mod.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/cli/src/account/login/process.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/cli/src/account/logout/mod.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/cli/src/account/me/mod.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/cli/src/account/mod.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/cli/src/account/signup/mod.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/cli/src/account/signup/process.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/cli/src/cli/mod.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/cli/src/deploy/config.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/cli/src/deploy/detect_runner.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/cli/src/deploy/git.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/cli/src/deploy/known_hosts.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/cli/src/deploy/mod.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/cli/src/deploy/process_deploy.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/cli/src/deploy/process_deploy_nextjs_ssr.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/cli/src/deploy/process_deploy_rails.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/cli/src/deploy/process_deploy_vite_spa.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/cli/src/deploy/remote_messages.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/cli/src/deploy/rsync_deploy.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/cli/src/deploy/setup.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/cli/src/deploy/setup_create_new_project.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/cli/src/deploy/setup_project.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/cli/src/deploy/setup_select_project.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/cli/src/main.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/cli/src/project/cli.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/cli/src/project/crud_create.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/cli/src/project/crud_delete.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/cli/src/project/crud_read.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/cli/src/project/crud_update.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/cli/src/project/deployment.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/cli/src/project/mod.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/cli/src/project/process.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/cli/src/token/get_smb_token.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/cli/src/token/is_logged_in.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/cli/src/token/mod.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/cli/src/token/smb_token_file_path.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/cli/src/ui/mod.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/smbcloud-auth/.gitignore +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/smbcloud-auth/Cargo.toml +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/smbcloud-auth/README.md +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/smbcloud-auth/src/apple.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/smbcloud-auth/src/check_email.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/smbcloud-auth/src/client_credentials.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/smbcloud-auth/src/lib.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/smbcloud-auth/src/login.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/smbcloud-auth/src/logout.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/smbcloud-auth/src/me.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/smbcloud-auth/src/oauth/get_account_status.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/smbcloud-auth/src/oauth/get_consent_url.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/smbcloud-auth/src/oauth/get_profile.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/smbcloud-auth/src/oauth/get_token.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/smbcloud-auth/src/oauth/mod.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/smbcloud-auth/src/oauth/provider.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/smbcloud-auth/src/oidc.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/smbcloud-auth/src/remove.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/smbcloud-auth/src/resend_email_verification.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/smbcloud-auth/src/resend_reset_password_instruction.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/smbcloud-auth/src/reset_password.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/smbcloud-auth/src/signup.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/smbcloud-model/Cargo.toml +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/smbcloud-model/README.md +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/smbcloud-model/src/account.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/smbcloud-model/src/app_auth.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/smbcloud-model/src/error_codes.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/smbcloud-model/src/forgot.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/smbcloud-model/src/frontend_app.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/smbcloud-model/src/lib.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/smbcloud-model/src/login.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/smbcloud-model/src/oauth.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/smbcloud-model/src/project.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/smbcloud-model/src/repository.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/smbcloud-model/src/reset_password_response.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/smbcloud-model/src/runner.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/smbcloud-model/src/signup.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/smbcloud-network/Cargo.toml +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/smbcloud-network/README.md +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/smbcloud-network/src/environment.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/smbcloud-network/src/lib.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/smbcloud-network/src/network.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/smbcloud-networking/Cargo.toml +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/smbcloud-networking/README.md +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/smbcloud-networking/src/lib.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/smbcloud-networking/src/smb_client.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/smbcloud-networking-project/Cargo.toml +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/smbcloud-networking-project/README.md +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/smbcloud-networking-project/src/crud_frontend_app_read.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/smbcloud-networking-project/src/crud_project_create.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/smbcloud-networking-project/src/crud_project_delete.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/smbcloud-networking-project/src/crud_project_deployment_create.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/smbcloud-networking-project/src/crud_project_deployment_read.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/smbcloud-networking-project/src/crud_project_deployment_update.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/smbcloud-networking-project/src/crud_project_read.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/smbcloud-networking-project/src/crud_project_update.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/smbcloud-networking-project/src/lib.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/smbcloud-networking-project/src/url_builder.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/smbcloud-utils/Cargo.toml +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/smbcloud-utils/README.md +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/smbcloud-utils/src/config.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/smbcloud-utils/src/lib.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/crates/smbcloud-utils/src/write_config.rs +0 -0
- {smbcloud_cli-0.3.36 → smbcloud_cli-0.3.37}/pyproject.toml +0 -0
|
@@ -44,9 +44,9 @@ dependencies = [
|
|
|
44
44
|
|
|
45
45
|
[[package]]
|
|
46
46
|
name = "anstream"
|
|
47
|
-
version = "0.
|
|
47
|
+
version = "1.0.0"
|
|
48
48
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
49
|
-
checksum = "
|
|
49
|
+
checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d"
|
|
50
50
|
dependencies = [
|
|
51
51
|
"anstyle",
|
|
52
52
|
"anstyle-parse",
|
|
@@ -59,15 +59,15 @@ dependencies = [
|
|
|
59
59
|
|
|
60
60
|
[[package]]
|
|
61
61
|
name = "anstyle"
|
|
62
|
-
version = "1.0.
|
|
62
|
+
version = "1.0.14"
|
|
63
63
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
64
|
-
checksum = "
|
|
64
|
+
checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000"
|
|
65
65
|
|
|
66
66
|
[[package]]
|
|
67
67
|
name = "anstyle-parse"
|
|
68
|
-
version = "0.
|
|
68
|
+
version = "1.0.0"
|
|
69
69
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
70
|
-
checksum = "
|
|
70
|
+
checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e"
|
|
71
71
|
dependencies = [
|
|
72
72
|
"utf8parse",
|
|
73
73
|
]
|
|
@@ -94,9 +94,9 @@ dependencies = [
|
|
|
94
94
|
|
|
95
95
|
[[package]]
|
|
96
96
|
name = "anyhow"
|
|
97
|
-
version = "1.0.
|
|
97
|
+
version = "1.0.102"
|
|
98
98
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
99
|
-
checksum = "
|
|
99
|
+
checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
|
|
100
100
|
|
|
101
101
|
[[package]]
|
|
102
102
|
name = "async-trait"
|
|
@@ -106,7 +106,7 @@ checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
|
|
|
106
106
|
dependencies = [
|
|
107
107
|
"proc-macro2",
|
|
108
108
|
"quote",
|
|
109
|
-
"syn 2.0.
|
|
109
|
+
"syn 2.0.117",
|
|
110
110
|
]
|
|
111
111
|
|
|
112
112
|
[[package]]
|
|
@@ -146,9 +146,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
146
146
|
|
|
147
147
|
[[package]]
|
|
148
148
|
name = "bitflags"
|
|
149
|
-
version = "2.
|
|
149
|
+
version = "2.11.0"
|
|
150
150
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
151
|
-
checksum = "
|
|
151
|
+
checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af"
|
|
152
152
|
|
|
153
153
|
[[package]]
|
|
154
154
|
name = "block-buffer"
|
|
@@ -159,11 +159,20 @@ dependencies = [
|
|
|
159
159
|
"generic-array",
|
|
160
160
|
]
|
|
161
161
|
|
|
162
|
+
[[package]]
|
|
163
|
+
name = "block-buffer"
|
|
164
|
+
version = "0.12.0"
|
|
165
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
166
|
+
checksum = "cdd35008169921d80bc60d3d0ab416eecb028c4cd653352907921d95084790be"
|
|
167
|
+
dependencies = [
|
|
168
|
+
"hybrid-array",
|
|
169
|
+
]
|
|
170
|
+
|
|
162
171
|
[[package]]
|
|
163
172
|
name = "bumpalo"
|
|
164
|
-
version = "3.
|
|
173
|
+
version = "3.20.2"
|
|
165
174
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
166
|
-
checksum = "
|
|
175
|
+
checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb"
|
|
167
176
|
|
|
168
177
|
[[package]]
|
|
169
178
|
name = "bytecount"
|
|
@@ -185,9 +194,9 @@ checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
|
|
|
185
194
|
|
|
186
195
|
[[package]]
|
|
187
196
|
name = "cc"
|
|
188
|
-
version = "1.2.
|
|
197
|
+
version = "1.2.59"
|
|
189
198
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
190
|
-
checksum = "
|
|
199
|
+
checksum = "b7a4d3ec6524d28a329fc53654bbadc9bdd7b0431f5d65f1a56ffb28a1ee5283"
|
|
191
200
|
dependencies = [
|
|
192
201
|
"find-msvc-tools",
|
|
193
202
|
"jobserver",
|
|
@@ -207,11 +216,22 @@ version = "0.2.1"
|
|
|
207
216
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
208
217
|
checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
|
|
209
218
|
|
|
219
|
+
[[package]]
|
|
220
|
+
name = "chacha20"
|
|
221
|
+
version = "0.10.0"
|
|
222
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
223
|
+
checksum = "6f8d983286843e49675a4b7a2d174efe136dc93a18d69130dd18198a6c167601"
|
|
224
|
+
dependencies = [
|
|
225
|
+
"cfg-if",
|
|
226
|
+
"cpufeatures 0.3.0",
|
|
227
|
+
"rand_core 0.10.0",
|
|
228
|
+
]
|
|
229
|
+
|
|
210
230
|
[[package]]
|
|
211
231
|
name = "chrono"
|
|
212
|
-
version = "0.4.
|
|
232
|
+
version = "0.4.44"
|
|
213
233
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
214
|
-
checksum = "
|
|
234
|
+
checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0"
|
|
215
235
|
dependencies = [
|
|
216
236
|
"iana-time-zone",
|
|
217
237
|
"js-sys",
|
|
@@ -238,9 +258,9 @@ dependencies = [
|
|
|
238
258
|
|
|
239
259
|
[[package]]
|
|
240
260
|
name = "clap"
|
|
241
|
-
version = "4.
|
|
261
|
+
version = "4.6.0"
|
|
242
262
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
243
|
-
checksum = "
|
|
263
|
+
checksum = "b193af5b67834b676abd72466a96c1024e6a6ad978a1f484bd90b85c94041351"
|
|
244
264
|
dependencies = [
|
|
245
265
|
"clap_builder",
|
|
246
266
|
"clap_derive",
|
|
@@ -248,9 +268,9 @@ dependencies = [
|
|
|
248
268
|
|
|
249
269
|
[[package]]
|
|
250
270
|
name = "clap_builder"
|
|
251
|
-
version = "4.
|
|
271
|
+
version = "4.6.0"
|
|
252
272
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
253
|
-
checksum = "
|
|
273
|
+
checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f"
|
|
254
274
|
dependencies = [
|
|
255
275
|
"anstream",
|
|
256
276
|
"anstyle",
|
|
@@ -260,37 +280,43 @@ dependencies = [
|
|
|
260
280
|
|
|
261
281
|
[[package]]
|
|
262
282
|
name = "clap_derive"
|
|
263
|
-
version = "4.
|
|
283
|
+
version = "4.6.0"
|
|
264
284
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
265
|
-
checksum = "
|
|
285
|
+
checksum = "1110bd8a634a1ab8cb04345d8d878267d57c3cf1b38d91b71af6686408bbca6a"
|
|
266
286
|
dependencies = [
|
|
267
287
|
"heck 0.5.0",
|
|
268
288
|
"proc-macro2",
|
|
269
289
|
"quote",
|
|
270
|
-
"syn 2.0.
|
|
290
|
+
"syn 2.0.117",
|
|
271
291
|
]
|
|
272
292
|
|
|
273
293
|
[[package]]
|
|
274
294
|
name = "clap_lex"
|
|
275
|
-
version = "
|
|
295
|
+
version = "1.1.0"
|
|
276
296
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
277
|
-
checksum = "
|
|
297
|
+
checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
|
|
278
298
|
|
|
279
299
|
[[package]]
|
|
280
300
|
name = "clap_mangen"
|
|
281
|
-
version = "0.2.
|
|
301
|
+
version = "0.2.33"
|
|
282
302
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
283
|
-
checksum = "
|
|
303
|
+
checksum = "7e30ffc187e2e3aeafcd1c6e2aa416e29739454c0ccaa419226d5ecd181f2d78"
|
|
284
304
|
dependencies = [
|
|
285
|
-
"clap 4.
|
|
305
|
+
"clap 4.6.0",
|
|
286
306
|
"roff",
|
|
287
307
|
]
|
|
288
308
|
|
|
309
|
+
[[package]]
|
|
310
|
+
name = "cmov"
|
|
311
|
+
version = "0.5.3"
|
|
312
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
313
|
+
checksum = "3f88a43d011fc4a6876cb7344703e297c71dda42494fee094d5f7c76bf13f746"
|
|
314
|
+
|
|
289
315
|
[[package]]
|
|
290
316
|
name = "colorchoice"
|
|
291
|
-
version = "1.0.
|
|
317
|
+
version = "1.0.5"
|
|
292
318
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
293
|
-
checksum = "
|
|
319
|
+
checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570"
|
|
294
320
|
|
|
295
321
|
[[package]]
|
|
296
322
|
name = "console"
|
|
@@ -307,17 +333,22 @@ dependencies = [
|
|
|
307
333
|
|
|
308
334
|
[[package]]
|
|
309
335
|
name = "console"
|
|
310
|
-
version = "0.16.
|
|
336
|
+
version = "0.16.3"
|
|
311
337
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
312
|
-
checksum = "
|
|
338
|
+
checksum = "d64e8af5551369d19cf50138de61f1c42074ab970f74e99be916646777f8fc87"
|
|
313
339
|
dependencies = [
|
|
314
340
|
"encode_unicode",
|
|
315
341
|
"libc",
|
|
316
|
-
"once_cell",
|
|
317
342
|
"unicode-width 0.2.2",
|
|
318
343
|
"windows-sys 0.61.2",
|
|
319
344
|
]
|
|
320
345
|
|
|
346
|
+
[[package]]
|
|
347
|
+
name = "const-oid"
|
|
348
|
+
version = "0.10.2"
|
|
349
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
350
|
+
checksum = "a6ef517f0926dd24a1582492c791b6a4818a4d94e789a334894aa15b0d12f55c"
|
|
351
|
+
|
|
321
352
|
[[package]]
|
|
322
353
|
name = "convert_case"
|
|
323
354
|
version = "0.6.0"
|
|
@@ -352,6 +383,15 @@ dependencies = [
|
|
|
352
383
|
"libc",
|
|
353
384
|
]
|
|
354
385
|
|
|
386
|
+
[[package]]
|
|
387
|
+
name = "cpufeatures"
|
|
388
|
+
version = "0.3.0"
|
|
389
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
390
|
+
checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201"
|
|
391
|
+
dependencies = [
|
|
392
|
+
"libc",
|
|
393
|
+
]
|
|
394
|
+
|
|
355
395
|
[[package]]
|
|
356
396
|
name = "crypto-common"
|
|
357
397
|
version = "0.1.7"
|
|
@@ -362,11 +402,29 @@ dependencies = [
|
|
|
362
402
|
"typenum",
|
|
363
403
|
]
|
|
364
404
|
|
|
405
|
+
[[package]]
|
|
406
|
+
name = "crypto-common"
|
|
407
|
+
version = "0.2.1"
|
|
408
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
409
|
+
checksum = "77727bb15fa921304124b128af125e7e3b968275d1b108b379190264f4423710"
|
|
410
|
+
dependencies = [
|
|
411
|
+
"hybrid-array",
|
|
412
|
+
]
|
|
413
|
+
|
|
414
|
+
[[package]]
|
|
415
|
+
name = "ctutils"
|
|
416
|
+
version = "0.4.2"
|
|
417
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
418
|
+
checksum = "7d5515a3834141de9eafb9717ad39eea8247b5674e6066c404e8c4b365d2a29e"
|
|
419
|
+
dependencies = [
|
|
420
|
+
"cmov",
|
|
421
|
+
]
|
|
422
|
+
|
|
365
423
|
[[package]]
|
|
366
424
|
name = "deranged"
|
|
367
|
-
version = "0.5.
|
|
425
|
+
version = "0.5.8"
|
|
368
426
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
369
|
-
checksum = "
|
|
427
|
+
checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c"
|
|
370
428
|
dependencies = [
|
|
371
429
|
"powerfmt",
|
|
372
430
|
]
|
|
@@ -390,9 +448,20 @@ version = "0.10.7"
|
|
|
390
448
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
391
449
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
|
392
450
|
dependencies = [
|
|
393
|
-
"block-buffer",
|
|
394
|
-
"crypto-common",
|
|
395
|
-
|
|
451
|
+
"block-buffer 0.10.4",
|
|
452
|
+
"crypto-common 0.1.7",
|
|
453
|
+
]
|
|
454
|
+
|
|
455
|
+
[[package]]
|
|
456
|
+
name = "digest"
|
|
457
|
+
version = "0.11.2"
|
|
458
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
459
|
+
checksum = "4850db49bf08e663084f7fb5c87d202ef91a3907271aff24a94eb97ff039153c"
|
|
460
|
+
dependencies = [
|
|
461
|
+
"block-buffer 0.12.0",
|
|
462
|
+
"const-oid",
|
|
463
|
+
"crypto-common 0.2.1",
|
|
464
|
+
"ctutils",
|
|
396
465
|
]
|
|
397
466
|
|
|
398
467
|
[[package]]
|
|
@@ -424,36 +493,7 @@ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
|
|
|
424
493
|
dependencies = [
|
|
425
494
|
"proc-macro2",
|
|
426
495
|
"quote",
|
|
427
|
-
"syn 2.0.
|
|
428
|
-
]
|
|
429
|
-
|
|
430
|
-
[[package]]
|
|
431
|
-
name = "dotenv"
|
|
432
|
-
version = "0.15.0"
|
|
433
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
434
|
-
checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
|
|
435
|
-
|
|
436
|
-
[[package]]
|
|
437
|
-
name = "dotenv_codegen"
|
|
438
|
-
version = "0.15.0"
|
|
439
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
440
|
-
checksum = "56966279c10e4f8ee8c22123a15ed74e7c8150b658b26c619c53f4a56eb4a8aa"
|
|
441
|
-
dependencies = [
|
|
442
|
-
"dotenv_codegen_implementation",
|
|
443
|
-
"proc-macro-hack",
|
|
444
|
-
]
|
|
445
|
-
|
|
446
|
-
[[package]]
|
|
447
|
-
name = "dotenv_codegen_implementation"
|
|
448
|
-
version = "0.15.0"
|
|
449
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
450
|
-
checksum = "53e737a3522cd45f6adc19b644ce43ef53e1e9045f2d2de425c1f468abd4cf33"
|
|
451
|
-
dependencies = [
|
|
452
|
-
"dotenv",
|
|
453
|
-
"proc-macro-hack",
|
|
454
|
-
"proc-macro2",
|
|
455
|
-
"quote",
|
|
456
|
-
"syn 1.0.109",
|
|
496
|
+
"syn 2.0.117",
|
|
457
497
|
]
|
|
458
498
|
|
|
459
499
|
[[package]]
|
|
@@ -486,9 +526,9 @@ checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
|
|
|
486
526
|
|
|
487
527
|
[[package]]
|
|
488
528
|
name = "fastrand"
|
|
489
|
-
version = "2.
|
|
529
|
+
version = "2.4.0"
|
|
490
530
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
491
|
-
checksum = "
|
|
531
|
+
checksum = "a043dc74da1e37d6afe657061213aa6f425f855399a11d3463c6ecccc4dfda1f"
|
|
492
532
|
|
|
493
533
|
[[package]]
|
|
494
534
|
name = "find-msvc-tools"
|
|
@@ -502,6 +542,12 @@ version = "1.0.7"
|
|
|
502
542
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
503
543
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
504
544
|
|
|
545
|
+
[[package]]
|
|
546
|
+
name = "foldhash"
|
|
547
|
+
version = "0.1.5"
|
|
548
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
549
|
+
checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
|
|
550
|
+
|
|
505
551
|
[[package]]
|
|
506
552
|
name = "foreign-types"
|
|
507
553
|
version = "0.3.2"
|
|
@@ -528,9 +574,9 @@ dependencies = [
|
|
|
528
574
|
|
|
529
575
|
[[package]]
|
|
530
576
|
name = "futures-channel"
|
|
531
|
-
version = "0.3.
|
|
577
|
+
version = "0.3.32"
|
|
532
578
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
533
|
-
checksum = "
|
|
579
|
+
checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
|
|
534
580
|
dependencies = [
|
|
535
581
|
"futures-core",
|
|
536
582
|
"futures-sink",
|
|
@@ -538,33 +584,32 @@ dependencies = [
|
|
|
538
584
|
|
|
539
585
|
[[package]]
|
|
540
586
|
name = "futures-core"
|
|
541
|
-
version = "0.3.
|
|
587
|
+
version = "0.3.32"
|
|
542
588
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
543
|
-
checksum = "
|
|
589
|
+
checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
|
|
544
590
|
|
|
545
591
|
[[package]]
|
|
546
592
|
name = "futures-sink"
|
|
547
|
-
version = "0.3.
|
|
593
|
+
version = "0.3.32"
|
|
548
594
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
549
|
-
checksum = "
|
|
595
|
+
checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
|
|
550
596
|
|
|
551
597
|
[[package]]
|
|
552
598
|
name = "futures-task"
|
|
553
|
-
version = "0.3.
|
|
599
|
+
version = "0.3.32"
|
|
554
600
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
555
|
-
checksum = "
|
|
601
|
+
checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
|
|
556
602
|
|
|
557
603
|
[[package]]
|
|
558
604
|
name = "futures-util"
|
|
559
|
-
version = "0.3.
|
|
605
|
+
version = "0.3.32"
|
|
560
606
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
561
|
-
checksum = "
|
|
607
|
+
checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
|
|
562
608
|
dependencies = [
|
|
563
609
|
"futures-core",
|
|
564
610
|
"futures-sink",
|
|
565
611
|
"futures-task",
|
|
566
612
|
"pin-project-lite",
|
|
567
|
-
"pin-utils",
|
|
568
613
|
"slab",
|
|
569
614
|
]
|
|
570
615
|
|
|
@@ -623,18 +668,32 @@ dependencies = [
|
|
|
623
668
|
"cfg-if",
|
|
624
669
|
"js-sys",
|
|
625
670
|
"libc",
|
|
626
|
-
"r-efi",
|
|
671
|
+
"r-efi 5.3.0",
|
|
627
672
|
"wasip2",
|
|
628
673
|
"wasm-bindgen",
|
|
629
674
|
]
|
|
630
675
|
|
|
676
|
+
[[package]]
|
|
677
|
+
name = "getrandom"
|
|
678
|
+
version = "0.4.2"
|
|
679
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
680
|
+
checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555"
|
|
681
|
+
dependencies = [
|
|
682
|
+
"cfg-if",
|
|
683
|
+
"libc",
|
|
684
|
+
"r-efi 6.0.0",
|
|
685
|
+
"rand_core 0.10.0",
|
|
686
|
+
"wasip2",
|
|
687
|
+
"wasip3",
|
|
688
|
+
]
|
|
689
|
+
|
|
631
690
|
[[package]]
|
|
632
691
|
name = "git2"
|
|
633
692
|
version = "0.20.4"
|
|
634
693
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
635
694
|
checksum = "7b88256088d75a56f8ecfa070513a775dd9107f6530ef14919dac831af9cfe2b"
|
|
636
695
|
dependencies = [
|
|
637
|
-
"bitflags 2.
|
|
696
|
+
"bitflags 2.11.0",
|
|
638
697
|
"libc",
|
|
639
698
|
"libgit2-sys",
|
|
640
699
|
"log",
|
|
@@ -651,6 +710,15 @@ dependencies = [
|
|
|
651
710
|
"tokio-postgres",
|
|
652
711
|
]
|
|
653
712
|
|
|
713
|
+
[[package]]
|
|
714
|
+
name = "hashbrown"
|
|
715
|
+
version = "0.15.5"
|
|
716
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
717
|
+
checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
|
|
718
|
+
dependencies = [
|
|
719
|
+
"foldhash",
|
|
720
|
+
]
|
|
721
|
+
|
|
654
722
|
[[package]]
|
|
655
723
|
name = "hashbrown"
|
|
656
724
|
version = "0.16.1"
|
|
@@ -689,11 +757,11 @@ dependencies = [
|
|
|
689
757
|
|
|
690
758
|
[[package]]
|
|
691
759
|
name = "hmac"
|
|
692
|
-
version = "0.
|
|
760
|
+
version = "0.13.0"
|
|
693
761
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
694
|
-
checksum = "
|
|
762
|
+
checksum = "6303bc9732ae41b04cb554b844a762b4115a61bfaa81e3e83050991eeb56863f"
|
|
695
763
|
dependencies = [
|
|
696
|
-
"digest",
|
|
764
|
+
"digest 0.11.2",
|
|
697
765
|
]
|
|
698
766
|
|
|
699
767
|
[[package]]
|
|
@@ -744,11 +812,20 @@ version = "1.10.1"
|
|
|
744
812
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
745
813
|
checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
|
|
746
814
|
|
|
815
|
+
[[package]]
|
|
816
|
+
name = "hybrid-array"
|
|
817
|
+
version = "0.4.10"
|
|
818
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
819
|
+
checksum = "3944cf8cf766b40e2a1a333ee5e9b563f854d5fa49d6a8ca2764e97c6eddb214"
|
|
820
|
+
dependencies = [
|
|
821
|
+
"typenum",
|
|
822
|
+
]
|
|
823
|
+
|
|
747
824
|
[[package]]
|
|
748
825
|
name = "hyper"
|
|
749
|
-
version = "1.
|
|
826
|
+
version = "1.9.0"
|
|
750
827
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
751
|
-
checksum = "
|
|
828
|
+
checksum = "6299f016b246a94207e63da54dbe807655bf9e00044f73ded42c3ac5305fbcca"
|
|
752
829
|
dependencies = [
|
|
753
830
|
"atomic-waker",
|
|
754
831
|
"bytes",
|
|
@@ -759,7 +836,6 @@ dependencies = [
|
|
|
759
836
|
"httparse",
|
|
760
837
|
"itoa",
|
|
761
838
|
"pin-project-lite",
|
|
762
|
-
"pin-utils",
|
|
763
839
|
"smallvec",
|
|
764
840
|
"tokio",
|
|
765
841
|
"want",
|
|
@@ -831,12 +907,13 @@ dependencies = [
|
|
|
831
907
|
|
|
832
908
|
[[package]]
|
|
833
909
|
name = "icu_collections"
|
|
834
|
-
version = "2.
|
|
910
|
+
version = "2.2.0"
|
|
835
911
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
836
|
-
checksum = "
|
|
912
|
+
checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c"
|
|
837
913
|
dependencies = [
|
|
838
914
|
"displaydoc",
|
|
839
915
|
"potential_utf",
|
|
916
|
+
"utf8_iter",
|
|
840
917
|
"yoke",
|
|
841
918
|
"zerofrom",
|
|
842
919
|
"zerovec",
|
|
@@ -844,9 +921,9 @@ dependencies = [
|
|
|
844
921
|
|
|
845
922
|
[[package]]
|
|
846
923
|
name = "icu_locale_core"
|
|
847
|
-
version = "2.
|
|
924
|
+
version = "2.2.0"
|
|
848
925
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
849
|
-
checksum = "
|
|
926
|
+
checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29"
|
|
850
927
|
dependencies = [
|
|
851
928
|
"displaydoc",
|
|
852
929
|
"litemap",
|
|
@@ -857,9 +934,9 @@ dependencies = [
|
|
|
857
934
|
|
|
858
935
|
[[package]]
|
|
859
936
|
name = "icu_normalizer"
|
|
860
|
-
version = "2.
|
|
937
|
+
version = "2.2.0"
|
|
861
938
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
862
|
-
checksum = "
|
|
939
|
+
checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4"
|
|
863
940
|
dependencies = [
|
|
864
941
|
"icu_collections",
|
|
865
942
|
"icu_normalizer_data",
|
|
@@ -871,15 +948,15 @@ dependencies = [
|
|
|
871
948
|
|
|
872
949
|
[[package]]
|
|
873
950
|
name = "icu_normalizer_data"
|
|
874
|
-
version = "2.
|
|
951
|
+
version = "2.2.0"
|
|
875
952
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
876
|
-
checksum = "
|
|
953
|
+
checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38"
|
|
877
954
|
|
|
878
955
|
[[package]]
|
|
879
956
|
name = "icu_properties"
|
|
880
|
-
version = "2.
|
|
957
|
+
version = "2.2.0"
|
|
881
958
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
882
|
-
checksum = "
|
|
959
|
+
checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de"
|
|
883
960
|
dependencies = [
|
|
884
961
|
"icu_collections",
|
|
885
962
|
"icu_locale_core",
|
|
@@ -891,15 +968,15 @@ dependencies = [
|
|
|
891
968
|
|
|
892
969
|
[[package]]
|
|
893
970
|
name = "icu_properties_data"
|
|
894
|
-
version = "2.
|
|
971
|
+
version = "2.2.0"
|
|
895
972
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
896
|
-
checksum = "
|
|
973
|
+
checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14"
|
|
897
974
|
|
|
898
975
|
[[package]]
|
|
899
976
|
name = "icu_provider"
|
|
900
|
-
version = "2.
|
|
977
|
+
version = "2.2.0"
|
|
901
978
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
902
|
-
checksum = "
|
|
979
|
+
checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421"
|
|
903
980
|
dependencies = [
|
|
904
981
|
"displaydoc",
|
|
905
982
|
"icu_locale_core",
|
|
@@ -910,6 +987,12 @@ dependencies = [
|
|
|
910
987
|
"zerovec",
|
|
911
988
|
]
|
|
912
989
|
|
|
990
|
+
[[package]]
|
|
991
|
+
name = "id-arena"
|
|
992
|
+
version = "2.3.0"
|
|
993
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
994
|
+
checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954"
|
|
995
|
+
|
|
913
996
|
[[package]]
|
|
914
997
|
name = "idna"
|
|
915
998
|
version = "1.1.0"
|
|
@@ -933,12 +1016,14 @@ dependencies = [
|
|
|
933
1016
|
|
|
934
1017
|
[[package]]
|
|
935
1018
|
name = "indexmap"
|
|
936
|
-
version = "2.13.
|
|
1019
|
+
version = "2.13.1"
|
|
937
1020
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
938
|
-
checksum = "
|
|
1021
|
+
checksum = "45a8a2b9cb3e0b0c1803dbb0758ffac5de2f425b23c28f518faabd9d805342ff"
|
|
939
1022
|
dependencies = [
|
|
940
1023
|
"equivalent",
|
|
941
|
-
"hashbrown",
|
|
1024
|
+
"hashbrown 0.16.1",
|
|
1025
|
+
"serde",
|
|
1026
|
+
"serde_core",
|
|
942
1027
|
]
|
|
943
1028
|
|
|
944
1029
|
[[package]]
|
|
@@ -965,15 +1050,15 @@ dependencies = [
|
|
|
965
1050
|
|
|
966
1051
|
[[package]]
|
|
967
1052
|
name = "ipnet"
|
|
968
|
-
version = "2.
|
|
1053
|
+
version = "2.12.0"
|
|
969
1054
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
970
|
-
checksum = "
|
|
1055
|
+
checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2"
|
|
971
1056
|
|
|
972
1057
|
[[package]]
|
|
973
1058
|
name = "iri-string"
|
|
974
|
-
version = "0.7.
|
|
1059
|
+
version = "0.7.12"
|
|
975
1060
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
976
|
-
checksum = "
|
|
1061
|
+
checksum = "25e659a4bb38e810ebc252e53b5814ff908a8c58c2a9ce2fae1bbec24cbf4e20"
|
|
977
1062
|
dependencies = [
|
|
978
1063
|
"memchr",
|
|
979
1064
|
"serde",
|
|
@@ -1006,9 +1091,9 @@ checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
|
|
|
1006
1091
|
|
|
1007
1092
|
[[package]]
|
|
1008
1093
|
name = "itoa"
|
|
1009
|
-
version = "1.0.
|
|
1094
|
+
version = "1.0.18"
|
|
1010
1095
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1011
|
-
checksum = "
|
|
1096
|
+
checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
|
|
1012
1097
|
|
|
1013
1098
|
[[package]]
|
|
1014
1099
|
name = "jobserver"
|
|
@@ -1022,10 +1107,12 @@ dependencies = [
|
|
|
1022
1107
|
|
|
1023
1108
|
[[package]]
|
|
1024
1109
|
name = "js-sys"
|
|
1025
|
-
version = "0.3.
|
|
1110
|
+
version = "0.3.94"
|
|
1026
1111
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1027
|
-
checksum = "
|
|
1112
|
+
checksum = "2e04e2ef80ce82e13552136fabeef8a5ed1f985a96805761cbb9a2c34e7664d9"
|
|
1028
1113
|
dependencies = [
|
|
1114
|
+
"cfg-if",
|
|
1115
|
+
"futures-util",
|
|
1029
1116
|
"once_cell",
|
|
1030
1117
|
"wasm-bindgen",
|
|
1031
1118
|
]
|
|
@@ -1036,11 +1123,17 @@ version = "1.5.0"
|
|
|
1036
1123
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1037
1124
|
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
|
1038
1125
|
|
|
1126
|
+
[[package]]
|
|
1127
|
+
name = "leb128fmt"
|
|
1128
|
+
version = "0.1.0"
|
|
1129
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1130
|
+
checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
|
|
1131
|
+
|
|
1039
1132
|
[[package]]
|
|
1040
1133
|
name = "libc"
|
|
1041
|
-
version = "0.2.
|
|
1134
|
+
version = "0.2.184"
|
|
1042
1135
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1043
|
-
checksum = "
|
|
1136
|
+
checksum = "48f5d2a454e16a5ea0f4ced81bd44e4cfc7bd3a507b61887c99fd3538b28e4af"
|
|
1044
1137
|
|
|
1045
1138
|
[[package]]
|
|
1046
1139
|
name = "libgit2-sys"
|
|
@@ -1058,11 +1151,10 @@ dependencies = [
|
|
|
1058
1151
|
|
|
1059
1152
|
[[package]]
|
|
1060
1153
|
name = "libredox"
|
|
1061
|
-
version = "0.1.
|
|
1154
|
+
version = "0.1.15"
|
|
1062
1155
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1063
|
-
checksum = "
|
|
1156
|
+
checksum = "7ddbf48fd451246b1f8c2610bd3b4ac0cc6e149d89832867093ab69a17194f08"
|
|
1064
1157
|
dependencies = [
|
|
1065
|
-
"bitflags 2.10.0",
|
|
1066
1158
|
"libc",
|
|
1067
1159
|
]
|
|
1068
1160
|
|
|
@@ -1082,9 +1174,9 @@ dependencies = [
|
|
|
1082
1174
|
|
|
1083
1175
|
[[package]]
|
|
1084
1176
|
name = "libz-sys"
|
|
1085
|
-
version = "1.1.
|
|
1177
|
+
version = "1.1.28"
|
|
1086
1178
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1087
|
-
checksum = "
|
|
1179
|
+
checksum = "fc3a226e576f50782b3305c5ccf458698f92798987f551c6a02efe8276721e22"
|
|
1088
1180
|
dependencies = [
|
|
1089
1181
|
"cc",
|
|
1090
1182
|
"libc",
|
|
@@ -1094,15 +1186,15 @@ dependencies = [
|
|
|
1094
1186
|
|
|
1095
1187
|
[[package]]
|
|
1096
1188
|
name = "linux-raw-sys"
|
|
1097
|
-
version = "0.
|
|
1189
|
+
version = "0.12.1"
|
|
1098
1190
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1099
|
-
checksum = "
|
|
1191
|
+
checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
|
|
1100
1192
|
|
|
1101
1193
|
[[package]]
|
|
1102
1194
|
name = "litemap"
|
|
1103
|
-
version = "0.8.
|
|
1195
|
+
version = "0.8.2"
|
|
1104
1196
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1105
|
-
checksum = "
|
|
1197
|
+
checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
|
|
1106
1198
|
|
|
1107
1199
|
[[package]]
|
|
1108
1200
|
name = "lock_api"
|
|
@@ -1163,17 +1255,17 @@ checksum = "5cf92c10c7e361d6b99666ec1c6f9805b0bea2c3bd8c78dc6fe98ac5bd78db11"
|
|
|
1163
1255
|
dependencies = [
|
|
1164
1256
|
"proc-macro2",
|
|
1165
1257
|
"quote",
|
|
1166
|
-
"syn 2.0.
|
|
1258
|
+
"syn 2.0.117",
|
|
1167
1259
|
]
|
|
1168
1260
|
|
|
1169
1261
|
[[package]]
|
|
1170
1262
|
name = "md-5"
|
|
1171
|
-
version = "0.
|
|
1263
|
+
version = "0.11.0"
|
|
1172
1264
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1173
|
-
checksum = "
|
|
1265
|
+
checksum = "69b6441f590336821bb897fb28fc622898ccceb1d6cea3fde5ea86b090c4de98"
|
|
1174
1266
|
dependencies = [
|
|
1175
1267
|
"cfg-if",
|
|
1176
|
-
"digest",
|
|
1268
|
+
"digest 0.11.2",
|
|
1177
1269
|
]
|
|
1178
1270
|
|
|
1179
1271
|
[[package]]
|
|
@@ -1193,9 +1285,9 @@ dependencies = [
|
|
|
1193
1285
|
|
|
1194
1286
|
[[package]]
|
|
1195
1287
|
name = "mio"
|
|
1196
|
-
version = "1.
|
|
1288
|
+
version = "1.2.0"
|
|
1197
1289
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1198
|
-
checksum = "
|
|
1290
|
+
checksum = "50b7e5b27aa02a74bac8c3f23f448f8d87ff11f92d3aac1a6ed369ee08cc56c1"
|
|
1199
1291
|
dependencies = [
|
|
1200
1292
|
"libc",
|
|
1201
1293
|
"wasi 0.11.1+wasi-snapshot-preview1",
|
|
@@ -1213,9 +1305,9 @@ dependencies = [
|
|
|
1213
1305
|
|
|
1214
1306
|
[[package]]
|
|
1215
1307
|
name = "num-conv"
|
|
1216
|
-
version = "0.2.
|
|
1308
|
+
version = "0.2.1"
|
|
1217
1309
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1218
|
-
checksum = "
|
|
1310
|
+
checksum = "c6673768db2d862beb9b39a78fdcb1a69439615d5794a1be50caa9bc92c81967"
|
|
1219
1311
|
|
|
1220
1312
|
[[package]]
|
|
1221
1313
|
name = "num-traits"
|
|
@@ -1232,11 +1324,29 @@ version = "0.4.0"
|
|
|
1232
1324
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1233
1325
|
checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
|
|
1234
1326
|
|
|
1327
|
+
[[package]]
|
|
1328
|
+
name = "objc2-core-foundation"
|
|
1329
|
+
version = "0.3.2"
|
|
1330
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1331
|
+
checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
|
|
1332
|
+
dependencies = [
|
|
1333
|
+
"bitflags 2.11.0",
|
|
1334
|
+
]
|
|
1335
|
+
|
|
1336
|
+
[[package]]
|
|
1337
|
+
name = "objc2-system-configuration"
|
|
1338
|
+
version = "0.3.2"
|
|
1339
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1340
|
+
checksum = "7216bd11cbda54ccabcab84d523dc93b858ec75ecfb3a7d89513fa22464da396"
|
|
1341
|
+
dependencies = [
|
|
1342
|
+
"objc2-core-foundation",
|
|
1343
|
+
]
|
|
1344
|
+
|
|
1235
1345
|
[[package]]
|
|
1236
1346
|
name = "once_cell"
|
|
1237
|
-
version = "1.21.
|
|
1347
|
+
version = "1.21.4"
|
|
1238
1348
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1239
|
-
checksum = "
|
|
1349
|
+
checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
|
|
1240
1350
|
|
|
1241
1351
|
[[package]]
|
|
1242
1352
|
name = "once_cell_polyfill"
|
|
@@ -1257,11 +1367,11 @@ dependencies = [
|
|
|
1257
1367
|
|
|
1258
1368
|
[[package]]
|
|
1259
1369
|
name = "openssl"
|
|
1260
|
-
version = "0.10.
|
|
1370
|
+
version = "0.10.76"
|
|
1261
1371
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1262
|
-
checksum = "
|
|
1372
|
+
checksum = "951c002c75e16ea2c65b8c7e4d3d51d5530d8dfa7d060b4776828c88cfb18ecf"
|
|
1263
1373
|
dependencies = [
|
|
1264
|
-
"bitflags 2.
|
|
1374
|
+
"bitflags 2.11.0",
|
|
1265
1375
|
"cfg-if",
|
|
1266
1376
|
"foreign-types",
|
|
1267
1377
|
"libc",
|
|
@@ -1278,7 +1388,7 @@ checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
|
|
|
1278
1388
|
dependencies = [
|
|
1279
1389
|
"proc-macro2",
|
|
1280
1390
|
"quote",
|
|
1281
|
-
"syn 2.0.
|
|
1391
|
+
"syn 2.0.117",
|
|
1282
1392
|
]
|
|
1283
1393
|
|
|
1284
1394
|
[[package]]
|
|
@@ -1304,9 +1414,9 @@ dependencies = [
|
|
|
1304
1414
|
|
|
1305
1415
|
[[package]]
|
|
1306
1416
|
name = "openssl-sys"
|
|
1307
|
-
version = "0.9.
|
|
1417
|
+
version = "0.9.112"
|
|
1308
1418
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1309
|
-
checksum = "
|
|
1419
|
+
checksum = "57d55af3b3e226502be1526dfdba67ab0e9c96fc293004e79576b2b9edb0dbdb"
|
|
1310
1420
|
dependencies = [
|
|
1311
1421
|
"cc",
|
|
1312
1422
|
"libc",
|
|
@@ -1388,15 +1498,9 @@ dependencies = [
|
|
|
1388
1498
|
|
|
1389
1499
|
[[package]]
|
|
1390
1500
|
name = "pin-project-lite"
|
|
1391
|
-
version = "0.2.
|
|
1392
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1393
|
-
checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
|
|
1394
|
-
|
|
1395
|
-
[[package]]
|
|
1396
|
-
name = "pin-utils"
|
|
1397
|
-
version = "0.1.0"
|
|
1501
|
+
version = "0.2.17"
|
|
1398
1502
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1399
|
-
checksum = "
|
|
1503
|
+
checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
|
|
1400
1504
|
|
|
1401
1505
|
[[package]]
|
|
1402
1506
|
name = "pkg-config"
|
|
@@ -1412,9 +1516,9 @@ checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
|
|
|
1412
1516
|
|
|
1413
1517
|
[[package]]
|
|
1414
1518
|
name = "postgres-protocol"
|
|
1415
|
-
version = "0.6.
|
|
1519
|
+
version = "0.6.11"
|
|
1416
1520
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1417
|
-
checksum = "
|
|
1521
|
+
checksum = "56201207dac53e2f38e848e31b4b91616a6bb6e0c7205b77718994a7f49e70fc"
|
|
1418
1522
|
dependencies = [
|
|
1419
1523
|
"base64",
|
|
1420
1524
|
"byteorder",
|
|
@@ -1423,16 +1527,16 @@ dependencies = [
|
|
|
1423
1527
|
"hmac",
|
|
1424
1528
|
"md-5",
|
|
1425
1529
|
"memchr",
|
|
1426
|
-
"rand",
|
|
1427
|
-
"sha2",
|
|
1530
|
+
"rand 0.10.0",
|
|
1531
|
+
"sha2 0.11.0",
|
|
1428
1532
|
"stringprep",
|
|
1429
1533
|
]
|
|
1430
1534
|
|
|
1431
1535
|
[[package]]
|
|
1432
1536
|
name = "postgres-types"
|
|
1433
|
-
version = "0.2.
|
|
1537
|
+
version = "0.2.13"
|
|
1434
1538
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1435
|
-
checksum = "
|
|
1539
|
+
checksum = "8dc729a129e682e8d24170cd30ae1aa01b336b096cbb56df6d534ffec133d186"
|
|
1436
1540
|
dependencies = [
|
|
1437
1541
|
"bytes",
|
|
1438
1542
|
"fallible-iterator",
|
|
@@ -1441,9 +1545,9 @@ dependencies = [
|
|
|
1441
1545
|
|
|
1442
1546
|
[[package]]
|
|
1443
1547
|
name = "potential_utf"
|
|
1444
|
-
version = "0.1.
|
|
1548
|
+
version = "0.1.5"
|
|
1445
1549
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1446
|
-
checksum = "
|
|
1550
|
+
checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564"
|
|
1447
1551
|
dependencies = [
|
|
1448
1552
|
"zerovec",
|
|
1449
1553
|
]
|
|
@@ -1463,6 +1567,16 @@ dependencies = [
|
|
|
1463
1567
|
"zerocopy",
|
|
1464
1568
|
]
|
|
1465
1569
|
|
|
1570
|
+
[[package]]
|
|
1571
|
+
name = "prettyplease"
|
|
1572
|
+
version = "0.2.37"
|
|
1573
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1574
|
+
checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
|
|
1575
|
+
dependencies = [
|
|
1576
|
+
"proc-macro2",
|
|
1577
|
+
"syn 2.0.117",
|
|
1578
|
+
]
|
|
1579
|
+
|
|
1466
1580
|
[[package]]
|
|
1467
1581
|
name = "proc-macro-error"
|
|
1468
1582
|
version = "1.0.4"
|
|
@@ -1506,15 +1620,9 @@ dependencies = [
|
|
|
1506
1620
|
"proc-macro-error-attr2",
|
|
1507
1621
|
"proc-macro2",
|
|
1508
1622
|
"quote",
|
|
1509
|
-
"syn 2.0.
|
|
1623
|
+
"syn 2.0.117",
|
|
1510
1624
|
]
|
|
1511
1625
|
|
|
1512
|
-
[[package]]
|
|
1513
|
-
name = "proc-macro-hack"
|
|
1514
|
-
version = "0.5.20+deprecated"
|
|
1515
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1516
|
-
checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
|
|
1517
|
-
|
|
1518
1626
|
[[package]]
|
|
1519
1627
|
name = "proc-macro2"
|
|
1520
1628
|
version = "1.0.106"
|
|
@@ -1571,7 +1679,7 @@ dependencies = [
|
|
|
1571
1679
|
"proc-macro2",
|
|
1572
1680
|
"pyo3-macros-backend",
|
|
1573
1681
|
"quote",
|
|
1574
|
-
"syn 2.0.
|
|
1682
|
+
"syn 2.0.117",
|
|
1575
1683
|
]
|
|
1576
1684
|
|
|
1577
1685
|
[[package]]
|
|
@@ -1584,7 +1692,7 @@ dependencies = [
|
|
|
1584
1692
|
"proc-macro2",
|
|
1585
1693
|
"pyo3-build-config",
|
|
1586
1694
|
"quote",
|
|
1587
|
-
"syn 2.0.
|
|
1695
|
+
"syn 2.0.117",
|
|
1588
1696
|
]
|
|
1589
1697
|
|
|
1590
1698
|
[[package]]
|
|
@@ -1619,14 +1727,14 @@ dependencies = [
|
|
|
1619
1727
|
|
|
1620
1728
|
[[package]]
|
|
1621
1729
|
name = "quinn-proto"
|
|
1622
|
-
version = "0.11.
|
|
1730
|
+
version = "0.11.14"
|
|
1623
1731
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1624
|
-
checksum = "
|
|
1732
|
+
checksum = "434b42fec591c96ef50e21e886936e66d3cc3f737104fdb9b737c40ffb94c098"
|
|
1625
1733
|
dependencies = [
|
|
1626
1734
|
"bytes",
|
|
1627
1735
|
"getrandom 0.3.4",
|
|
1628
1736
|
"lru-slab",
|
|
1629
|
-
"rand",
|
|
1737
|
+
"rand 0.9.2",
|
|
1630
1738
|
"ring",
|
|
1631
1739
|
"rustc-hash",
|
|
1632
1740
|
"rustls",
|
|
@@ -1654,9 +1762,9 @@ dependencies = [
|
|
|
1654
1762
|
|
|
1655
1763
|
[[package]]
|
|
1656
1764
|
name = "quote"
|
|
1657
|
-
version = "1.0.
|
|
1765
|
+
version = "1.0.45"
|
|
1658
1766
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1659
|
-
checksum = "
|
|
1767
|
+
checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
|
|
1660
1768
|
dependencies = [
|
|
1661
1769
|
"proc-macro2",
|
|
1662
1770
|
]
|
|
@@ -1667,6 +1775,12 @@ version = "5.3.0"
|
|
|
1667
1775
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1668
1776
|
checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
|
|
1669
1777
|
|
|
1778
|
+
[[package]]
|
|
1779
|
+
name = "r-efi"
|
|
1780
|
+
version = "6.0.0"
|
|
1781
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1782
|
+
checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
|
|
1783
|
+
|
|
1670
1784
|
[[package]]
|
|
1671
1785
|
name = "rand"
|
|
1672
1786
|
version = "0.9.2"
|
|
@@ -1674,7 +1788,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1674
1788
|
checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
|
|
1675
1789
|
dependencies = [
|
|
1676
1790
|
"rand_chacha",
|
|
1677
|
-
"rand_core",
|
|
1791
|
+
"rand_core 0.9.5",
|
|
1792
|
+
]
|
|
1793
|
+
|
|
1794
|
+
[[package]]
|
|
1795
|
+
name = "rand"
|
|
1796
|
+
version = "0.10.0"
|
|
1797
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1798
|
+
checksum = "bc266eb313df6c5c09c1c7b1fbe2510961e5bcd3add930c1e31f7ed9da0feff8"
|
|
1799
|
+
dependencies = [
|
|
1800
|
+
"chacha20",
|
|
1801
|
+
"getrandom 0.4.2",
|
|
1802
|
+
"rand_core 0.10.0",
|
|
1678
1803
|
]
|
|
1679
1804
|
|
|
1680
1805
|
[[package]]
|
|
@@ -1684,7 +1809,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1684
1809
|
checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
|
|
1685
1810
|
dependencies = [
|
|
1686
1811
|
"ppv-lite86",
|
|
1687
|
-
"rand_core",
|
|
1812
|
+
"rand_core 0.9.5",
|
|
1688
1813
|
]
|
|
1689
1814
|
|
|
1690
1815
|
[[package]]
|
|
@@ -1696,13 +1821,19 @@ dependencies = [
|
|
|
1696
1821
|
"getrandom 0.3.4",
|
|
1697
1822
|
]
|
|
1698
1823
|
|
|
1824
|
+
[[package]]
|
|
1825
|
+
name = "rand_core"
|
|
1826
|
+
version = "0.10.0"
|
|
1827
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1828
|
+
checksum = "0c8d0fd677905edcbeedbf2edb6494d676f0e98d54d5cf9bda0b061cb8fb8aba"
|
|
1829
|
+
|
|
1699
1830
|
[[package]]
|
|
1700
1831
|
name = "redox_syscall"
|
|
1701
1832
|
version = "0.5.18"
|
|
1702
1833
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1703
1834
|
checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
|
|
1704
1835
|
dependencies = [
|
|
1705
|
-
"bitflags 2.
|
|
1836
|
+
"bitflags 2.11.0",
|
|
1706
1837
|
]
|
|
1707
1838
|
|
|
1708
1839
|
[[package]]
|
|
@@ -1741,9 +1872,9 @@ dependencies = [
|
|
|
1741
1872
|
|
|
1742
1873
|
[[package]]
|
|
1743
1874
|
name = "regex-syntax"
|
|
1744
|
-
version = "0.8.
|
|
1875
|
+
version = "0.8.10"
|
|
1745
1876
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1746
|
-
checksum = "
|
|
1877
|
+
checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
|
|
1747
1878
|
|
|
1748
1879
|
[[package]]
|
|
1749
1880
|
name = "reqwest"
|
|
@@ -1799,23 +1930,23 @@ dependencies = [
|
|
|
1799
1930
|
|
|
1800
1931
|
[[package]]
|
|
1801
1932
|
name = "roff"
|
|
1802
|
-
version = "
|
|
1933
|
+
version = "1.1.1"
|
|
1803
1934
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1804
|
-
checksum = "
|
|
1935
|
+
checksum = "323c417e1d9665a65b263ec744ba09030cfb277e9daa0b018a4ab62e57bc8189"
|
|
1805
1936
|
|
|
1806
1937
|
[[package]]
|
|
1807
1938
|
name = "rustc-hash"
|
|
1808
|
-
version = "2.1.
|
|
1939
|
+
version = "2.1.2"
|
|
1809
1940
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1810
|
-
checksum = "
|
|
1941
|
+
checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe"
|
|
1811
1942
|
|
|
1812
1943
|
[[package]]
|
|
1813
1944
|
name = "rustix"
|
|
1814
|
-
version = "1.1.
|
|
1945
|
+
version = "1.1.4"
|
|
1815
1946
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1816
|
-
checksum = "
|
|
1947
|
+
checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
|
|
1817
1948
|
dependencies = [
|
|
1818
|
-
"bitflags 2.
|
|
1949
|
+
"bitflags 2.11.0",
|
|
1819
1950
|
"errno",
|
|
1820
1951
|
"libc",
|
|
1821
1952
|
"linux-raw-sys",
|
|
@@ -1824,9 +1955,9 @@ dependencies = [
|
|
|
1824
1955
|
|
|
1825
1956
|
[[package]]
|
|
1826
1957
|
name = "rustls"
|
|
1827
|
-
version = "0.23.
|
|
1958
|
+
version = "0.23.37"
|
|
1828
1959
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1829
|
-
checksum = "
|
|
1960
|
+
checksum = "758025cb5fccfd3bc2fd74708fd4682be41d99e5dff73c377c0646c6012c73a4"
|
|
1830
1961
|
dependencies = [
|
|
1831
1962
|
"once_cell",
|
|
1832
1963
|
"ring",
|
|
@@ -1860,9 +1991,9 @@ dependencies = [
|
|
|
1860
1991
|
|
|
1861
1992
|
[[package]]
|
|
1862
1993
|
name = "rustls-webpki"
|
|
1863
|
-
version = "0.103.
|
|
1994
|
+
version = "0.103.10"
|
|
1864
1995
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1865
|
-
checksum = "
|
|
1996
|
+
checksum = "df33b2b81ac578cabaf06b89b0631153a3f416b0a886e8a7a1707fb51abbd1ef"
|
|
1866
1997
|
dependencies = [
|
|
1867
1998
|
"ring",
|
|
1868
1999
|
"rustls-pki-types",
|
|
@@ -1896,9 +2027,9 @@ dependencies = [
|
|
|
1896
2027
|
|
|
1897
2028
|
[[package]]
|
|
1898
2029
|
name = "schannel"
|
|
1899
|
-
version = "0.1.
|
|
2030
|
+
version = "0.1.29"
|
|
1900
2031
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1901
|
-
checksum = "
|
|
2032
|
+
checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939"
|
|
1902
2033
|
dependencies = [
|
|
1903
2034
|
"windows-sys 0.61.2",
|
|
1904
2035
|
]
|
|
@@ -1917,11 +2048,11 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
|
1917
2048
|
|
|
1918
2049
|
[[package]]
|
|
1919
2050
|
name = "security-framework"
|
|
1920
|
-
version = "3.
|
|
2051
|
+
version = "3.7.0"
|
|
1921
2052
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1922
|
-
checksum = "
|
|
2053
|
+
checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d"
|
|
1923
2054
|
dependencies = [
|
|
1924
|
-
"bitflags 2.
|
|
2055
|
+
"bitflags 2.11.0",
|
|
1925
2056
|
"core-foundation",
|
|
1926
2057
|
"core-foundation-sys",
|
|
1927
2058
|
"libc",
|
|
@@ -1930,14 +2061,20 @@ dependencies = [
|
|
|
1930
2061
|
|
|
1931
2062
|
[[package]]
|
|
1932
2063
|
name = "security-framework-sys"
|
|
1933
|
-
version = "2.
|
|
2064
|
+
version = "2.17.0"
|
|
1934
2065
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1935
|
-
checksum = "
|
|
2066
|
+
checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3"
|
|
1936
2067
|
dependencies = [
|
|
1937
2068
|
"core-foundation-sys",
|
|
1938
2069
|
"libc",
|
|
1939
2070
|
]
|
|
1940
2071
|
|
|
2072
|
+
[[package]]
|
|
2073
|
+
name = "semver"
|
|
2074
|
+
version = "1.0.28"
|
|
2075
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2076
|
+
checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
|
|
2077
|
+
|
|
1941
2078
|
[[package]]
|
|
1942
2079
|
name = "serde"
|
|
1943
2080
|
version = "1.0.228"
|
|
@@ -1976,7 +2113,7 @@ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
|
|
|
1976
2113
|
dependencies = [
|
|
1977
2114
|
"proc-macro2",
|
|
1978
2115
|
"quote",
|
|
1979
|
-
"syn 2.0.
|
|
2116
|
+
"syn 2.0.117",
|
|
1980
2117
|
]
|
|
1981
2118
|
|
|
1982
2119
|
[[package]]
|
|
@@ -2000,7 +2137,7 @@ checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
|
|
|
2000
2137
|
dependencies = [
|
|
2001
2138
|
"proc-macro2",
|
|
2002
2139
|
"quote",
|
|
2003
|
-
"syn 2.0.
|
|
2140
|
+
"syn 2.0.117",
|
|
2004
2141
|
]
|
|
2005
2142
|
|
|
2006
2143
|
[[package]]
|
|
@@ -2031,8 +2168,19 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2031
2168
|
checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
|
|
2032
2169
|
dependencies = [
|
|
2033
2170
|
"cfg-if",
|
|
2034
|
-
"cpufeatures",
|
|
2035
|
-
"digest",
|
|
2171
|
+
"cpufeatures 0.2.17",
|
|
2172
|
+
"digest 0.10.7",
|
|
2173
|
+
]
|
|
2174
|
+
|
|
2175
|
+
[[package]]
|
|
2176
|
+
name = "sha2"
|
|
2177
|
+
version = "0.11.0"
|
|
2178
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2179
|
+
checksum = "446ba717509524cb3f22f17ecc096f10f4822d76ab5c0b9822c5f9c284e825f4"
|
|
2180
|
+
dependencies = [
|
|
2181
|
+
"cfg-if",
|
|
2182
|
+
"cpufeatures 0.3.0",
|
|
2183
|
+
"digest 0.11.2",
|
|
2036
2184
|
]
|
|
2037
2185
|
|
|
2038
2186
|
[[package]]
|
|
@@ -2093,7 +2241,7 @@ dependencies = [
|
|
|
2093
2241
|
"reqwest",
|
|
2094
2242
|
"serde",
|
|
2095
2243
|
"serde_json",
|
|
2096
|
-
"sha2",
|
|
2244
|
+
"sha2 0.10.9",
|
|
2097
2245
|
"smbcloud-model",
|
|
2098
2246
|
"smbcloud-network",
|
|
2099
2247
|
"smbcloud-networking",
|
|
@@ -2129,16 +2277,15 @@ dependencies = [
|
|
|
2129
2277
|
|
|
2130
2278
|
[[package]]
|
|
2131
2279
|
name = "smbcloud-cli"
|
|
2132
|
-
version = "0.3.
|
|
2280
|
+
version = "0.3.37"
|
|
2133
2281
|
dependencies = [
|
|
2134
2282
|
"anyhow",
|
|
2135
2283
|
"chrono",
|
|
2136
|
-
"clap 4.
|
|
2284
|
+
"clap 4.6.0",
|
|
2137
2285
|
"clap_mangen",
|
|
2138
|
-
"console 0.16.
|
|
2286
|
+
"console 0.16.3",
|
|
2139
2287
|
"dialoguer",
|
|
2140
2288
|
"dirs",
|
|
2141
|
-
"dotenv_codegen",
|
|
2142
2289
|
"git2",
|
|
2143
2290
|
"home",
|
|
2144
2291
|
"indicatif",
|
|
@@ -2188,7 +2335,7 @@ dependencies = [
|
|
|
2188
2335
|
name = "smbcloud-network"
|
|
2189
2336
|
version = "0.3.35"
|
|
2190
2337
|
dependencies = [
|
|
2191
|
-
"clap 4.
|
|
2338
|
+
"clap 4.6.0",
|
|
2192
2339
|
"log",
|
|
2193
2340
|
"reqwest",
|
|
2194
2341
|
"serde",
|
|
@@ -2240,19 +2387,19 @@ dependencies = [
|
|
|
2240
2387
|
|
|
2241
2388
|
[[package]]
|
|
2242
2389
|
name = "socket2"
|
|
2243
|
-
version = "0.6.
|
|
2390
|
+
version = "0.6.3"
|
|
2244
2391
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2245
|
-
checksum = "
|
|
2392
|
+
checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e"
|
|
2246
2393
|
dependencies = [
|
|
2247
2394
|
"libc",
|
|
2248
|
-
"windows-sys 0.
|
|
2395
|
+
"windows-sys 0.61.2",
|
|
2249
2396
|
]
|
|
2250
2397
|
|
|
2251
2398
|
[[package]]
|
|
2252
2399
|
name = "spinners"
|
|
2253
|
-
version = "4.
|
|
2400
|
+
version = "4.2.0"
|
|
2254
2401
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2255
|
-
checksum = "
|
|
2402
|
+
checksum = "071af1a9d34b78b8db3ca4424b0ea4d87052d607dbe96287aebaccd596cabc86"
|
|
2256
2403
|
dependencies = [
|
|
2257
2404
|
"lazy_static",
|
|
2258
2405
|
"maplit",
|
|
@@ -2358,7 +2505,7 @@ dependencies = [
|
|
|
2358
2505
|
"heck 0.5.0",
|
|
2359
2506
|
"proc-macro2",
|
|
2360
2507
|
"quote",
|
|
2361
|
-
"syn 2.0.
|
|
2508
|
+
"syn 2.0.117",
|
|
2362
2509
|
]
|
|
2363
2510
|
|
|
2364
2511
|
[[package]]
|
|
@@ -2380,9 +2527,9 @@ dependencies = [
|
|
|
2380
2527
|
|
|
2381
2528
|
[[package]]
|
|
2382
2529
|
name = "syn"
|
|
2383
|
-
version = "2.0.
|
|
2530
|
+
version = "2.0.117"
|
|
2384
2531
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2385
|
-
checksum = "
|
|
2532
|
+
checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
|
|
2386
2533
|
dependencies = [
|
|
2387
2534
|
"proc-macro2",
|
|
2388
2535
|
"quote",
|
|
@@ -2406,7 +2553,7 @@ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
|
|
|
2406
2553
|
dependencies = [
|
|
2407
2554
|
"proc-macro2",
|
|
2408
2555
|
"quote",
|
|
2409
|
-
"syn 2.0.
|
|
2556
|
+
"syn 2.0.117",
|
|
2410
2557
|
]
|
|
2411
2558
|
|
|
2412
2559
|
[[package]]
|
|
@@ -2430,7 +2577,7 @@ dependencies = [
|
|
|
2430
2577
|
"proc-macro-error2",
|
|
2431
2578
|
"proc-macro2",
|
|
2432
2579
|
"quote",
|
|
2433
|
-
"syn 2.0.
|
|
2580
|
+
"syn 2.0.117",
|
|
2434
2581
|
]
|
|
2435
2582
|
|
|
2436
2583
|
[[package]]
|
|
@@ -2441,12 +2588,12 @@ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
|
|
|
2441
2588
|
|
|
2442
2589
|
[[package]]
|
|
2443
2590
|
name = "tempfile"
|
|
2444
|
-
version = "3.
|
|
2591
|
+
version = "3.27.0"
|
|
2445
2592
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2446
|
-
checksum = "
|
|
2593
|
+
checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
|
|
2447
2594
|
dependencies = [
|
|
2448
2595
|
"fastrand",
|
|
2449
|
-
"getrandom 0.
|
|
2596
|
+
"getrandom 0.4.2",
|
|
2450
2597
|
"once_cell",
|
|
2451
2598
|
"rustix",
|
|
2452
2599
|
"windows-sys 0.61.2",
|
|
@@ -2496,7 +2643,7 @@ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
|
|
|
2496
2643
|
dependencies = [
|
|
2497
2644
|
"proc-macro2",
|
|
2498
2645
|
"quote",
|
|
2499
|
-
"syn 2.0.
|
|
2646
|
+
"syn 2.0.117",
|
|
2500
2647
|
]
|
|
2501
2648
|
|
|
2502
2649
|
[[package]]
|
|
@@ -2507,7 +2654,7 @@ checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
|
|
|
2507
2654
|
dependencies = [
|
|
2508
2655
|
"proc-macro2",
|
|
2509
2656
|
"quote",
|
|
2510
|
-
"syn 2.0.
|
|
2657
|
+
"syn 2.0.117",
|
|
2511
2658
|
]
|
|
2512
2659
|
|
|
2513
2660
|
[[package]]
|
|
@@ -2552,9 +2699,9 @@ dependencies = [
|
|
|
2552
2699
|
|
|
2553
2700
|
[[package]]
|
|
2554
2701
|
name = "tinystr"
|
|
2555
|
-
version = "0.8.
|
|
2702
|
+
version = "0.8.3"
|
|
2556
2703
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2557
|
-
checksum = "
|
|
2704
|
+
checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d"
|
|
2558
2705
|
dependencies = [
|
|
2559
2706
|
"displaydoc",
|
|
2560
2707
|
"zerovec",
|
|
@@ -2562,9 +2709,9 @@ dependencies = [
|
|
|
2562
2709
|
|
|
2563
2710
|
[[package]]
|
|
2564
2711
|
name = "tinyvec"
|
|
2565
|
-
version = "1.
|
|
2712
|
+
version = "1.11.0"
|
|
2566
2713
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2567
|
-
checksum = "
|
|
2714
|
+
checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3"
|
|
2568
2715
|
dependencies = [
|
|
2569
2716
|
"tinyvec_macros",
|
|
2570
2717
|
]
|
|
@@ -2577,9 +2724,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
|
|
2577
2724
|
|
|
2578
2725
|
[[package]]
|
|
2579
2726
|
name = "tokio"
|
|
2580
|
-
version = "1.
|
|
2727
|
+
version = "1.51.0"
|
|
2581
2728
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2582
|
-
checksum = "
|
|
2729
|
+
checksum = "2bd1c4c0fc4a7ab90fc15ef6daaa3ec3b893f004f915f2392557ed23237820cd"
|
|
2583
2730
|
dependencies = [
|
|
2584
2731
|
"bytes",
|
|
2585
2732
|
"libc",
|
|
@@ -2594,20 +2741,20 @@ dependencies = [
|
|
|
2594
2741
|
|
|
2595
2742
|
[[package]]
|
|
2596
2743
|
name = "tokio-macros"
|
|
2597
|
-
version = "2.
|
|
2744
|
+
version = "2.7.0"
|
|
2598
2745
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2599
|
-
checksum = "
|
|
2746
|
+
checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496"
|
|
2600
2747
|
dependencies = [
|
|
2601
2748
|
"proc-macro2",
|
|
2602
2749
|
"quote",
|
|
2603
|
-
"syn 2.0.
|
|
2750
|
+
"syn 2.0.117",
|
|
2604
2751
|
]
|
|
2605
2752
|
|
|
2606
2753
|
[[package]]
|
|
2607
2754
|
name = "tokio-postgres"
|
|
2608
|
-
version = "0.7.
|
|
2755
|
+
version = "0.7.17"
|
|
2609
2756
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2610
|
-
checksum = "
|
|
2757
|
+
checksum = "4dd8df5ef180f6364759a6f00f7aadda4fbbac86cdee37480826a6ff9f3574ce"
|
|
2611
2758
|
dependencies = [
|
|
2612
2759
|
"async-trait",
|
|
2613
2760
|
"byteorder",
|
|
@@ -2622,7 +2769,7 @@ dependencies = [
|
|
|
2622
2769
|
"pin-project-lite",
|
|
2623
2770
|
"postgres-protocol",
|
|
2624
2771
|
"postgres-types",
|
|
2625
|
-
"rand",
|
|
2772
|
+
"rand 0.10.0",
|
|
2626
2773
|
"socket2",
|
|
2627
2774
|
"tokio",
|
|
2628
2775
|
"tokio-util",
|
|
@@ -2714,7 +2861,7 @@ version = "0.6.8"
|
|
|
2714
2861
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2715
2862
|
checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8"
|
|
2716
2863
|
dependencies = [
|
|
2717
|
-
"bitflags 2.
|
|
2864
|
+
"bitflags 2.11.0",
|
|
2718
2865
|
"bytes",
|
|
2719
2866
|
"futures-util",
|
|
2720
2867
|
"http",
|
|
@@ -2758,7 +2905,7 @@ checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
|
|
|
2758
2905
|
dependencies = [
|
|
2759
2906
|
"proc-macro2",
|
|
2760
2907
|
"quote",
|
|
2761
|
-
"syn 2.0.
|
|
2908
|
+
"syn 2.0.117",
|
|
2762
2909
|
]
|
|
2763
2910
|
|
|
2764
2911
|
[[package]]
|
|
@@ -2813,9 +2960,9 @@ dependencies = [
|
|
|
2813
2960
|
|
|
2814
2961
|
[[package]]
|
|
2815
2962
|
name = "tracing-subscriber"
|
|
2816
|
-
version = "0.3.
|
|
2963
|
+
version = "0.3.23"
|
|
2817
2964
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2818
|
-
checksum = "
|
|
2965
|
+
checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319"
|
|
2819
2966
|
dependencies = [
|
|
2820
2967
|
"matchers",
|
|
2821
2968
|
"nu-ansi-term",
|
|
@@ -2846,7 +2993,7 @@ dependencies = [
|
|
|
2846
2993
|
"quote",
|
|
2847
2994
|
"state",
|
|
2848
2995
|
"structopt",
|
|
2849
|
-
"syn 2.0.
|
|
2996
|
+
"syn 2.0.117",
|
|
2850
2997
|
"tsync-macro",
|
|
2851
2998
|
"walkdir",
|
|
2852
2999
|
]
|
|
@@ -2871,9 +3018,9 @@ checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
|
|
|
2871
3018
|
|
|
2872
3019
|
[[package]]
|
|
2873
3020
|
name = "unicode-ident"
|
|
2874
|
-
version = "1.0.
|
|
3021
|
+
version = "1.0.24"
|
|
2875
3022
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2876
|
-
checksum = "
|
|
3023
|
+
checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
|
|
2877
3024
|
|
|
2878
3025
|
[[package]]
|
|
2879
3026
|
name = "unicode-normalization"
|
|
@@ -2892,9 +3039,9 @@ checksum = "7df058c713841ad818f1dc5d3fd88063241cc61f49f5fbea4b951e8cf5a8d71d"
|
|
|
2892
3039
|
|
|
2893
3040
|
[[package]]
|
|
2894
3041
|
name = "unicode-segmentation"
|
|
2895
|
-
version = "1.
|
|
3042
|
+
version = "1.13.2"
|
|
2896
3043
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2897
|
-
checksum = "
|
|
3044
|
+
checksum = "9629274872b2bfaf8d66f5f15725007f635594914870f65218920345aa11aa8c"
|
|
2898
3045
|
|
|
2899
3046
|
[[package]]
|
|
2900
3047
|
name = "unicode-width"
|
|
@@ -2908,6 +3055,12 @@ version = "0.2.2"
|
|
|
2908
3055
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2909
3056
|
checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
|
|
2910
3057
|
|
|
3058
|
+
[[package]]
|
|
3059
|
+
name = "unicode-xid"
|
|
3060
|
+
version = "0.2.6"
|
|
3061
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3062
|
+
checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
|
|
3063
|
+
|
|
2911
3064
|
[[package]]
|
|
2912
3065
|
name = "unindent"
|
|
2913
3066
|
version = "0.2.4"
|
|
@@ -2952,11 +3105,11 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
|
|
2952
3105
|
|
|
2953
3106
|
[[package]]
|
|
2954
3107
|
name = "uuid"
|
|
2955
|
-
version = "1.
|
|
3108
|
+
version = "1.23.0"
|
|
2956
3109
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2957
|
-
checksum = "
|
|
3110
|
+
checksum = "5ac8b6f42ead25368cf5b098aeb3dc8a1a2c05a3eee8a9a1a68c640edbfc79d9"
|
|
2958
3111
|
dependencies = [
|
|
2959
|
-
"getrandom 0.
|
|
3112
|
+
"getrandom 0.4.2",
|
|
2960
3113
|
"js-sys",
|
|
2961
3114
|
"wasm-bindgen",
|
|
2962
3115
|
]
|
|
@@ -3028,6 +3181,15 @@ dependencies = [
|
|
|
3028
3181
|
"wit-bindgen",
|
|
3029
3182
|
]
|
|
3030
3183
|
|
|
3184
|
+
[[package]]
|
|
3185
|
+
name = "wasip3"
|
|
3186
|
+
version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
|
|
3187
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3188
|
+
checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
|
|
3189
|
+
dependencies = [
|
|
3190
|
+
"wit-bindgen",
|
|
3191
|
+
]
|
|
3192
|
+
|
|
3031
3193
|
[[package]]
|
|
3032
3194
|
name = "wasite"
|
|
3033
3195
|
version = "1.0.2"
|
|
@@ -3039,9 +3201,9 @@ dependencies = [
|
|
|
3039
3201
|
|
|
3040
3202
|
[[package]]
|
|
3041
3203
|
name = "wasm-bindgen"
|
|
3042
|
-
version = "0.2.
|
|
3204
|
+
version = "0.2.117"
|
|
3043
3205
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3044
|
-
checksum = "
|
|
3206
|
+
checksum = "0551fc1bb415591e3372d0bc4780db7e587d84e2a7e79da121051c5c4b89d0b0"
|
|
3045
3207
|
dependencies = [
|
|
3046
3208
|
"cfg-if",
|
|
3047
3209
|
"once_cell",
|
|
@@ -3052,23 +3214,19 @@ dependencies = [
|
|
|
3052
3214
|
|
|
3053
3215
|
[[package]]
|
|
3054
3216
|
name = "wasm-bindgen-futures"
|
|
3055
|
-
version = "0.4.
|
|
3217
|
+
version = "0.4.67"
|
|
3056
3218
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3057
|
-
checksum = "
|
|
3219
|
+
checksum = "03623de6905b7206edd0a75f69f747f134b7f0a2323392d664448bf2d3c5d87e"
|
|
3058
3220
|
dependencies = [
|
|
3059
|
-
"cfg-if",
|
|
3060
|
-
"futures-util",
|
|
3061
3221
|
"js-sys",
|
|
3062
|
-
"once_cell",
|
|
3063
3222
|
"wasm-bindgen",
|
|
3064
|
-
"web-sys",
|
|
3065
3223
|
]
|
|
3066
3224
|
|
|
3067
3225
|
[[package]]
|
|
3068
3226
|
name = "wasm-bindgen-macro"
|
|
3069
|
-
version = "0.2.
|
|
3227
|
+
version = "0.2.117"
|
|
3070
3228
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3071
|
-
checksum = "
|
|
3229
|
+
checksum = "7fbdf9a35adf44786aecd5ff89b4563a90325f9da0923236f6104e603c7e86be"
|
|
3072
3230
|
dependencies = [
|
|
3073
3231
|
"quote",
|
|
3074
3232
|
"wasm-bindgen-macro-support",
|
|
@@ -3076,31 +3234,65 @@ dependencies = [
|
|
|
3076
3234
|
|
|
3077
3235
|
[[package]]
|
|
3078
3236
|
name = "wasm-bindgen-macro-support"
|
|
3079
|
-
version = "0.2.
|
|
3237
|
+
version = "0.2.117"
|
|
3080
3238
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3081
|
-
checksum = "
|
|
3239
|
+
checksum = "dca9693ef2bab6d4e6707234500350d8dad079eb508dca05530c85dc3a529ff2"
|
|
3082
3240
|
dependencies = [
|
|
3083
3241
|
"bumpalo",
|
|
3084
3242
|
"proc-macro2",
|
|
3085
3243
|
"quote",
|
|
3086
|
-
"syn 2.0.
|
|
3244
|
+
"syn 2.0.117",
|
|
3087
3245
|
"wasm-bindgen-shared",
|
|
3088
3246
|
]
|
|
3089
3247
|
|
|
3090
3248
|
[[package]]
|
|
3091
3249
|
name = "wasm-bindgen-shared"
|
|
3092
|
-
version = "0.2.
|
|
3250
|
+
version = "0.2.117"
|
|
3093
3251
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3094
|
-
checksum = "
|
|
3252
|
+
checksum = "39129a682a6d2d841b6c429d0c51e5cb0ed1a03829d8b3d1e69a011e62cb3d3b"
|
|
3095
3253
|
dependencies = [
|
|
3096
3254
|
"unicode-ident",
|
|
3097
3255
|
]
|
|
3098
3256
|
|
|
3257
|
+
[[package]]
|
|
3258
|
+
name = "wasm-encoder"
|
|
3259
|
+
version = "0.244.0"
|
|
3260
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3261
|
+
checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
|
|
3262
|
+
dependencies = [
|
|
3263
|
+
"leb128fmt",
|
|
3264
|
+
"wasmparser",
|
|
3265
|
+
]
|
|
3266
|
+
|
|
3267
|
+
[[package]]
|
|
3268
|
+
name = "wasm-metadata"
|
|
3269
|
+
version = "0.244.0"
|
|
3270
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3271
|
+
checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
|
|
3272
|
+
dependencies = [
|
|
3273
|
+
"anyhow",
|
|
3274
|
+
"indexmap",
|
|
3275
|
+
"wasm-encoder",
|
|
3276
|
+
"wasmparser",
|
|
3277
|
+
]
|
|
3278
|
+
|
|
3279
|
+
[[package]]
|
|
3280
|
+
name = "wasmparser"
|
|
3281
|
+
version = "0.244.0"
|
|
3282
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3283
|
+
checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
|
|
3284
|
+
dependencies = [
|
|
3285
|
+
"bitflags 2.11.0",
|
|
3286
|
+
"hashbrown 0.15.5",
|
|
3287
|
+
"indexmap",
|
|
3288
|
+
"semver",
|
|
3289
|
+
]
|
|
3290
|
+
|
|
3099
3291
|
[[package]]
|
|
3100
3292
|
name = "web-sys"
|
|
3101
|
-
version = "0.3.
|
|
3293
|
+
version = "0.3.94"
|
|
3102
3294
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3103
|
-
checksum = "
|
|
3295
|
+
checksum = "cd70027e39b12f0849461e08ffc50b9cd7688d942c1c8e3c7b22273236b4dd0a"
|
|
3104
3296
|
dependencies = [
|
|
3105
3297
|
"js-sys",
|
|
3106
3298
|
"wasm-bindgen",
|
|
@@ -3118,11 +3310,13 @@ dependencies = [
|
|
|
3118
3310
|
|
|
3119
3311
|
[[package]]
|
|
3120
3312
|
name = "whoami"
|
|
3121
|
-
version = "2.1.
|
|
3313
|
+
version = "2.1.1"
|
|
3122
3314
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3123
|
-
checksum = "
|
|
3315
|
+
checksum = "d6a5b12f9df4f978d2cfdb1bd3bac52433f44393342d7ee9c25f5a1c14c0f45d"
|
|
3124
3316
|
dependencies = [
|
|
3317
|
+
"libc",
|
|
3125
3318
|
"libredox",
|
|
3319
|
+
"objc2-system-configuration",
|
|
3126
3320
|
"wasite",
|
|
3127
3321
|
"web-sys",
|
|
3128
3322
|
]
|
|
@@ -3188,7 +3382,7 @@ checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
|
|
|
3188
3382
|
dependencies = [
|
|
3189
3383
|
"proc-macro2",
|
|
3190
3384
|
"quote",
|
|
3191
|
-
"syn 2.0.
|
|
3385
|
+
"syn 2.0.117",
|
|
3192
3386
|
]
|
|
3193
3387
|
|
|
3194
3388
|
[[package]]
|
|
@@ -3199,7 +3393,7 @@ checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
|
|
|
3199
3393
|
dependencies = [
|
|
3200
3394
|
"proc-macro2",
|
|
3201
3395
|
"quote",
|
|
3202
|
-
"syn 2.0.
|
|
3396
|
+
"syn 2.0.117",
|
|
3203
3397
|
]
|
|
3204
3398
|
|
|
3205
3399
|
[[package]]
|
|
@@ -3450,9 +3644,9 @@ checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
|
|
|
3450
3644
|
|
|
3451
3645
|
[[package]]
|
|
3452
3646
|
name = "winnow"
|
|
3453
|
-
version = "0.7.
|
|
3647
|
+
version = "0.7.15"
|
|
3454
3648
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3455
|
-
checksum = "
|
|
3649
|
+
checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945"
|
|
3456
3650
|
dependencies = [
|
|
3457
3651
|
"memchr",
|
|
3458
3652
|
]
|
|
@@ -3462,18 +3656,100 @@ name = "wit-bindgen"
|
|
|
3462
3656
|
version = "0.51.0"
|
|
3463
3657
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3464
3658
|
checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
|
|
3659
|
+
dependencies = [
|
|
3660
|
+
"wit-bindgen-rust-macro",
|
|
3661
|
+
]
|
|
3662
|
+
|
|
3663
|
+
[[package]]
|
|
3664
|
+
name = "wit-bindgen-core"
|
|
3665
|
+
version = "0.51.0"
|
|
3666
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3667
|
+
checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
|
|
3668
|
+
dependencies = [
|
|
3669
|
+
"anyhow",
|
|
3670
|
+
"heck 0.5.0",
|
|
3671
|
+
"wit-parser",
|
|
3672
|
+
]
|
|
3673
|
+
|
|
3674
|
+
[[package]]
|
|
3675
|
+
name = "wit-bindgen-rust"
|
|
3676
|
+
version = "0.51.0"
|
|
3677
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3678
|
+
checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
|
|
3679
|
+
dependencies = [
|
|
3680
|
+
"anyhow",
|
|
3681
|
+
"heck 0.5.0",
|
|
3682
|
+
"indexmap",
|
|
3683
|
+
"prettyplease",
|
|
3684
|
+
"syn 2.0.117",
|
|
3685
|
+
"wasm-metadata",
|
|
3686
|
+
"wit-bindgen-core",
|
|
3687
|
+
"wit-component",
|
|
3688
|
+
]
|
|
3689
|
+
|
|
3690
|
+
[[package]]
|
|
3691
|
+
name = "wit-bindgen-rust-macro"
|
|
3692
|
+
version = "0.51.0"
|
|
3693
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3694
|
+
checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
|
|
3695
|
+
dependencies = [
|
|
3696
|
+
"anyhow",
|
|
3697
|
+
"prettyplease",
|
|
3698
|
+
"proc-macro2",
|
|
3699
|
+
"quote",
|
|
3700
|
+
"syn 2.0.117",
|
|
3701
|
+
"wit-bindgen-core",
|
|
3702
|
+
"wit-bindgen-rust",
|
|
3703
|
+
]
|
|
3704
|
+
|
|
3705
|
+
[[package]]
|
|
3706
|
+
name = "wit-component"
|
|
3707
|
+
version = "0.244.0"
|
|
3708
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3709
|
+
checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
|
|
3710
|
+
dependencies = [
|
|
3711
|
+
"anyhow",
|
|
3712
|
+
"bitflags 2.11.0",
|
|
3713
|
+
"indexmap",
|
|
3714
|
+
"log",
|
|
3715
|
+
"serde",
|
|
3716
|
+
"serde_derive",
|
|
3717
|
+
"serde_json",
|
|
3718
|
+
"wasm-encoder",
|
|
3719
|
+
"wasm-metadata",
|
|
3720
|
+
"wasmparser",
|
|
3721
|
+
"wit-parser",
|
|
3722
|
+
]
|
|
3723
|
+
|
|
3724
|
+
[[package]]
|
|
3725
|
+
name = "wit-parser"
|
|
3726
|
+
version = "0.244.0"
|
|
3727
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3728
|
+
checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
|
|
3729
|
+
dependencies = [
|
|
3730
|
+
"anyhow",
|
|
3731
|
+
"id-arena",
|
|
3732
|
+
"indexmap",
|
|
3733
|
+
"log",
|
|
3734
|
+
"semver",
|
|
3735
|
+
"serde",
|
|
3736
|
+
"serde_derive",
|
|
3737
|
+
"serde_json",
|
|
3738
|
+
"unicode-xid",
|
|
3739
|
+
"wasmparser",
|
|
3740
|
+
]
|
|
3465
3741
|
|
|
3466
3742
|
[[package]]
|
|
3467
3743
|
name = "writeable"
|
|
3468
|
-
version = "0.6.
|
|
3744
|
+
version = "0.6.3"
|
|
3469
3745
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3470
|
-
checksum = "
|
|
3746
|
+
checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
|
|
3471
3747
|
|
|
3472
3748
|
[[package]]
|
|
3473
3749
|
name = "yoke"
|
|
3474
|
-
version = "0.8.
|
|
3750
|
+
version = "0.8.2"
|
|
3475
3751
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3476
|
-
checksum = "
|
|
3752
|
+
checksum = "abe8c5fda708d9ca3df187cae8bfb9ceda00dd96231bed36e445a1a48e66f9ca"
|
|
3477
3753
|
dependencies = [
|
|
3478
3754
|
"stable_deref_trait",
|
|
3479
3755
|
"yoke-derive",
|
|
@@ -3482,54 +3758,54 @@ dependencies = [
|
|
|
3482
3758
|
|
|
3483
3759
|
[[package]]
|
|
3484
3760
|
name = "yoke-derive"
|
|
3485
|
-
version = "0.8.
|
|
3761
|
+
version = "0.8.2"
|
|
3486
3762
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3487
|
-
checksum = "
|
|
3763
|
+
checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
|
|
3488
3764
|
dependencies = [
|
|
3489
3765
|
"proc-macro2",
|
|
3490
3766
|
"quote",
|
|
3491
|
-
"syn 2.0.
|
|
3767
|
+
"syn 2.0.117",
|
|
3492
3768
|
"synstructure",
|
|
3493
3769
|
]
|
|
3494
3770
|
|
|
3495
3771
|
[[package]]
|
|
3496
3772
|
name = "zerocopy"
|
|
3497
|
-
version = "0.8.
|
|
3773
|
+
version = "0.8.48"
|
|
3498
3774
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3499
|
-
checksum = "
|
|
3775
|
+
checksum = "eed437bf9d6692032087e337407a86f04cd8d6a16a37199ed57949d415bd68e9"
|
|
3500
3776
|
dependencies = [
|
|
3501
3777
|
"zerocopy-derive",
|
|
3502
3778
|
]
|
|
3503
3779
|
|
|
3504
3780
|
[[package]]
|
|
3505
3781
|
name = "zerocopy-derive"
|
|
3506
|
-
version = "0.8.
|
|
3782
|
+
version = "0.8.48"
|
|
3507
3783
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3508
|
-
checksum = "
|
|
3784
|
+
checksum = "70e3cd084b1788766f53af483dd21f93881ff30d7320490ec3ef7526d203bad4"
|
|
3509
3785
|
dependencies = [
|
|
3510
3786
|
"proc-macro2",
|
|
3511
3787
|
"quote",
|
|
3512
|
-
"syn 2.0.
|
|
3788
|
+
"syn 2.0.117",
|
|
3513
3789
|
]
|
|
3514
3790
|
|
|
3515
3791
|
[[package]]
|
|
3516
3792
|
name = "zerofrom"
|
|
3517
|
-
version = "0.1.
|
|
3793
|
+
version = "0.1.7"
|
|
3518
3794
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3519
|
-
checksum = "
|
|
3795
|
+
checksum = "69faa1f2a1ea75661980b013019ed6687ed0e83d069bc1114e2cc74c6c04c4df"
|
|
3520
3796
|
dependencies = [
|
|
3521
3797
|
"zerofrom-derive",
|
|
3522
3798
|
]
|
|
3523
3799
|
|
|
3524
3800
|
[[package]]
|
|
3525
3801
|
name = "zerofrom-derive"
|
|
3526
|
-
version = "0.1.
|
|
3802
|
+
version = "0.1.7"
|
|
3527
3803
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3528
|
-
checksum = "
|
|
3804
|
+
checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
|
|
3529
3805
|
dependencies = [
|
|
3530
3806
|
"proc-macro2",
|
|
3531
3807
|
"quote",
|
|
3532
|
-
"syn 2.0.
|
|
3808
|
+
"syn 2.0.117",
|
|
3533
3809
|
"synstructure",
|
|
3534
3810
|
]
|
|
3535
3811
|
|
|
@@ -3541,9 +3817,9 @@ checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
|
|
|
3541
3817
|
|
|
3542
3818
|
[[package]]
|
|
3543
3819
|
name = "zerotrie"
|
|
3544
|
-
version = "0.2.
|
|
3820
|
+
version = "0.2.4"
|
|
3545
3821
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3546
|
-
checksum = "
|
|
3822
|
+
checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf"
|
|
3547
3823
|
dependencies = [
|
|
3548
3824
|
"displaydoc",
|
|
3549
3825
|
"yoke",
|
|
@@ -3552,9 +3828,9 @@ dependencies = [
|
|
|
3552
3828
|
|
|
3553
3829
|
[[package]]
|
|
3554
3830
|
name = "zerovec"
|
|
3555
|
-
version = "0.11.
|
|
3831
|
+
version = "0.11.6"
|
|
3556
3832
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3557
|
-
checksum = "
|
|
3833
|
+
checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239"
|
|
3558
3834
|
dependencies = [
|
|
3559
3835
|
"yoke",
|
|
3560
3836
|
"zerofrom",
|
|
@@ -3563,17 +3839,17 @@ dependencies = [
|
|
|
3563
3839
|
|
|
3564
3840
|
[[package]]
|
|
3565
3841
|
name = "zerovec-derive"
|
|
3566
|
-
version = "0.11.
|
|
3842
|
+
version = "0.11.3"
|
|
3567
3843
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3568
|
-
checksum = "
|
|
3844
|
+
checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
|
|
3569
3845
|
dependencies = [
|
|
3570
3846
|
"proc-macro2",
|
|
3571
3847
|
"quote",
|
|
3572
|
-
"syn 2.0.
|
|
3848
|
+
"syn 2.0.117",
|
|
3573
3849
|
]
|
|
3574
3850
|
|
|
3575
3851
|
[[package]]
|
|
3576
3852
|
name = "zmij"
|
|
3577
|
-
version = "1.0.
|
|
3853
|
+
version = "1.0.21"
|
|
3578
3854
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3579
|
-
checksum = "
|
|
3855
|
+
checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
|