act-cli 0.13.0__tar.gz → 0.13.2__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.
- {act_cli-0.13.0 → act_cli-0.13.2}/Cargo.lock +719 -588
- {act_cli-0.13.0 → act_cli-0.13.2}/Cargo.toml +25 -7
- {act_cli-0.13.0 → act_cli-0.13.2}/PKG-INFO +1 -1
- {act_cli-0.13.0 → act_cli-0.13.2}/act-cli/Cargo.toml +5 -5
- {act_cli-0.13.0 → act_cli-0.13.2}/act-cli/src/rmcp_bridge.rs +57 -7
- {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-mcp/Cargo.toml +1 -1
- {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-runtime/Cargo.toml +3 -3
- {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-runtime/src/http_client.rs +104 -31
- {act_cli-0.13.0 → act_cli-0.13.2}/README.md +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/act-cli/README.md +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/act-cli/build.rs +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/act-cli/src/config.rs +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/act-cli/src/format.rs +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/act-cli/src/login_cmd.rs +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/act-cli/src/main.rs +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/act-cli/src/oauth/discovery.rs +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/act-cli/src/oauth/issuer.rs +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/act-cli/src/oauth/listener.rs +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/act-cli/src/oauth/mod.rs +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/act-cli/src/oauth/pkce.rs +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/act-cli/src/oauth/refresh.rs +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/act-cli/src/oauth/refresher.rs +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/act-cli/src/oauth/registration.rs +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/act-cli/src/oauth/run.rs +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/act-cli/src/oauth/state.rs +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/act-cli/src/secret_cmd.rs +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/act-cli/src/snapshots/act__format__tests__golden__info_json.snap +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/act-cli/src/snapshots/act__format__tests__golden__info_text.snap +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/act-cli/src/snapshots/act__format__tests__golden__info_toon.snap +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/act-cli/src/tty.rs +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-credentials/Cargo.toml +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-credentials/src/backend/file.rs +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-credentials/src/backend/mod.rs +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-credentials/src/expiry.rs +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-credentials/src/field.rs +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-credentials/src/index.rs +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-credentials/src/lib.rs +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-credentials/src/record.rs +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-credentials/src/store.rs +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-credentials/tests/backend_selection.rs +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-credentials/tests/store_roundtrip.rs +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-mcp/README.md +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-mcp/src/lib.rs +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-policy/Cargo.toml +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-policy/src/ceilings.rs +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-policy/src/consent.rs +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-policy/src/decision.rs +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-policy/src/effective.rs +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-policy/src/fs_matcher.rs +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-policy/src/grant.rs +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-policy/src/lib.rs +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-policy/src/net.rs +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-policy/src/provider.rs +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-policy/src/providers/credentials.rs +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-policy/src/providers/fs.rs +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-policy/src/providers/generic.rs +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-policy/src/providers/http.rs +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-policy/src/providers/mod.rs +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-policy/src/providers/sockets.rs +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-policy/tests/policy_properties.proptest-regressions +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-policy/tests/policy_properties.rs +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-runtime/README.md +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-runtime/src/actor.rs +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-runtime/src/audit/emit.rs +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-runtime/src/audit/layer.rs +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-runtime/src/audit/mod.rs +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-runtime/src/audit/record.rs +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-runtime/src/audit/render.rs +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-runtime/src/audit/snapshots/act_runtime__audit__render__tests__golden__credential_issue.snap +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-runtime/src/audit/snapshots/act_runtime__audit__render__tests__golden__declared_ask_blocked_warning.snap +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-runtime/src/audit/snapshots/act_runtime__audit__render__tests__golden__declared_ungranted_warning.snap +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-runtime/src/audit/snapshots/act_runtime__audit__render__tests__golden__exception_ask_denied_by_user.snap +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-runtime/src/audit/snapshots/act_runtime__audit__render__tests__golden__exception_static_deny.snap +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-runtime/src/audit/snapshots/act_runtime__audit__render__tests__golden__exception_with_an_attributed_rule.snap +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-runtime/src/audit/snapshots/act_runtime__audit__render__tests__golden__header.snap +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-runtime/src/audit/snapshots/act_runtime__audit__render__tests__golden__rollup_escapes_untrusted_text.snap +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-runtime/src/audit/snapshots/act_runtime__audit__render__tests__golden__rollup_with_full_args.snap +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-runtime/src/audit/snapshots/act_runtime__audit__render__tests__golden__rollup_with_grouped_allows.snap +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-runtime/src/audit/snapshots/act_runtime__audit__render__tests__golden__rollup_with_no_allows.snap +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-runtime/src/audit/snapshots/act_runtime__audit__render__tests__golden__rollup_with_session_and_overflow.snap +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-runtime/src/bindings.rs +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-runtime/src/consent/channel.rs +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-runtime/src/consent/gate.rs +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-runtime/src/consent/mod.rs +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-runtime/src/credentials.rs +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-runtime/src/engine.rs +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-runtime/src/fs_policy.rs +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-runtime/src/http_policy.rs +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-runtime/src/info.rs +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-runtime/src/lib.rs +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-runtime/src/resolve.rs +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-runtime/src/runtime.rs +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-runtime/src/sessions.rs +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-runtime/src/store.rs +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-runtime/src/tests.rs +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-runtime/src/validate.rs +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-runtime/wit/deps/act-consent-0.1.0/package.wit +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-runtime/wit/deps/act-core-0.4.0/package.wit +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-runtime/wit/deps/act-credentials-0.1.0/package.wit +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-runtime/wit/deps/act-sessions-0.2.0/package.wit +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-runtime/wit/deps/act-tools-0.2.0/package.wit +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-runtime/wit/world.wit +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-store/Cargo.toml +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-store/README.md +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-store/src/fetch.rs +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-store/src/index.rs +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-store/src/layout.rs +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-store/src/lib.rs +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-store/src/lock.rs +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-store/src/provenance.rs +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-store/src/reference.rs +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-store/src/referrer.rs +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-store/src/store.rs +0 -0
- {act_cli-0.13.0 → act_cli-0.13.2}/pyproject.toml +0 -0
|
@@ -4,7 +4,7 @@ version = 4
|
|
|
4
4
|
|
|
5
5
|
[[package]]
|
|
6
6
|
name = "act-build"
|
|
7
|
-
version = "0.13.
|
|
7
|
+
version = "0.13.2"
|
|
8
8
|
dependencies = [
|
|
9
9
|
"act-types",
|
|
10
10
|
"anyhow",
|
|
@@ -31,7 +31,7 @@ dependencies = [
|
|
|
31
31
|
"tar",
|
|
32
32
|
"tempfile",
|
|
33
33
|
"tokio",
|
|
34
|
-
"toml 1.1.
|
|
34
|
+
"toml 1.1.6+spec-1.1.0",
|
|
35
35
|
"tracing",
|
|
36
36
|
"tracing-subscriber",
|
|
37
37
|
"walkdir",
|
|
@@ -41,7 +41,7 @@ dependencies = [
|
|
|
41
41
|
|
|
42
42
|
[[package]]
|
|
43
43
|
name = "act-cli"
|
|
44
|
-
version = "0.13.
|
|
44
|
+
version = "0.13.2"
|
|
45
45
|
dependencies = [
|
|
46
46
|
"act-credentials",
|
|
47
47
|
"act-mcp",
|
|
@@ -80,7 +80,7 @@ dependencies = [
|
|
|
80
80
|
"tar",
|
|
81
81
|
"tempfile",
|
|
82
82
|
"tokio",
|
|
83
|
-
"toml 1.1.
|
|
83
|
+
"toml 1.1.6+spec-1.1.0",
|
|
84
84
|
"toon-format",
|
|
85
85
|
"tracing",
|
|
86
86
|
"tracing-subscriber",
|
|
@@ -92,19 +92,19 @@ dependencies = [
|
|
|
92
92
|
|
|
93
93
|
[[package]]
|
|
94
94
|
name = "act-credentials"
|
|
95
|
-
version = "0.13.
|
|
95
|
+
version = "0.13.2"
|
|
96
96
|
dependencies = [
|
|
97
97
|
"fs4",
|
|
98
98
|
"serde",
|
|
99
99
|
"serde_json",
|
|
100
100
|
"tempfile",
|
|
101
|
-
"thiserror 2.0.
|
|
102
|
-
"toml 1.1.
|
|
101
|
+
"thiserror 2.0.20",
|
|
102
|
+
"toml 1.1.6+spec-1.1.0",
|
|
103
103
|
]
|
|
104
104
|
|
|
105
105
|
[[package]]
|
|
106
106
|
name = "act-mcp"
|
|
107
|
-
version = "0.13.
|
|
107
|
+
version = "0.13.2"
|
|
108
108
|
dependencies = [
|
|
109
109
|
"act-runtime",
|
|
110
110
|
"act-types",
|
|
@@ -115,7 +115,7 @@ dependencies = [
|
|
|
115
115
|
|
|
116
116
|
[[package]]
|
|
117
117
|
name = "act-policy"
|
|
118
|
-
version = "0.13.
|
|
118
|
+
version = "0.13.2"
|
|
119
119
|
dependencies = [
|
|
120
120
|
"act-types",
|
|
121
121
|
"async-trait",
|
|
@@ -125,14 +125,14 @@ dependencies = [
|
|
|
125
125
|
"serde",
|
|
126
126
|
"serde_json",
|
|
127
127
|
"shellexpand",
|
|
128
|
-
"thiserror 2.0.
|
|
128
|
+
"thiserror 2.0.20",
|
|
129
129
|
"tokio",
|
|
130
130
|
"tracing",
|
|
131
131
|
]
|
|
132
132
|
|
|
133
133
|
[[package]]
|
|
134
134
|
name = "act-policy-wasm"
|
|
135
|
-
version = "0.13.
|
|
135
|
+
version = "0.13.2"
|
|
136
136
|
dependencies = [
|
|
137
137
|
"act-policy",
|
|
138
138
|
"futures",
|
|
@@ -143,7 +143,7 @@ dependencies = [
|
|
|
143
143
|
|
|
144
144
|
[[package]]
|
|
145
145
|
name = "act-runtime"
|
|
146
|
-
version = "0.13.
|
|
146
|
+
version = "0.13.2"
|
|
147
147
|
dependencies = [
|
|
148
148
|
"act-credentials",
|
|
149
149
|
"act-policy",
|
|
@@ -173,7 +173,7 @@ dependencies = [
|
|
|
173
173
|
"shellexpand",
|
|
174
174
|
"tempfile",
|
|
175
175
|
"tokio",
|
|
176
|
-
"toml 1.1.
|
|
176
|
+
"toml 1.1.6+spec-1.1.0",
|
|
177
177
|
"tracing",
|
|
178
178
|
"tracing-subscriber",
|
|
179
179
|
"wasmparser 0.252.0",
|
|
@@ -184,7 +184,7 @@ dependencies = [
|
|
|
184
184
|
|
|
185
185
|
[[package]]
|
|
186
186
|
name = "act-store"
|
|
187
|
-
version = "0.13.
|
|
187
|
+
version = "0.13.2"
|
|
188
188
|
dependencies = [
|
|
189
189
|
"chrono",
|
|
190
190
|
"dirs",
|
|
@@ -203,7 +203,7 @@ dependencies = [
|
|
|
203
203
|
"serde_json",
|
|
204
204
|
"sha2 0.11.0",
|
|
205
205
|
"tempfile",
|
|
206
|
-
"thiserror 2.0.
|
|
206
|
+
"thiserror 2.0.20",
|
|
207
207
|
"tokio",
|
|
208
208
|
"tracing",
|
|
209
209
|
"url",
|
|
@@ -253,9 +253,9 @@ dependencies = [
|
|
|
253
253
|
|
|
254
254
|
[[package]]
|
|
255
255
|
name = "aho-corasick"
|
|
256
|
-
version = "1.1.
|
|
256
|
+
version = "1.1.5"
|
|
257
257
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
258
|
-
checksum = "
|
|
258
|
+
checksum = "c982642fa9e8606056828ee9a8505737230110bb1099153c79efe865c59d12ba"
|
|
259
259
|
dependencies = [
|
|
260
260
|
"memchr",
|
|
261
261
|
]
|
|
@@ -289,9 +289,9 @@ checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
|
|
|
289
289
|
|
|
290
290
|
[[package]]
|
|
291
291
|
name = "android_system_properties"
|
|
292
|
-
version = "0.1.
|
|
292
|
+
version = "0.1.6"
|
|
293
293
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
294
|
-
checksum = "
|
|
294
|
+
checksum = "ae221649c9976a6f6c56ae1facf410f3ddb33cc661c4b7b61020a912d4237fbc"
|
|
295
295
|
dependencies = [
|
|
296
296
|
"libc",
|
|
297
297
|
]
|
|
@@ -348,9 +348,9 @@ dependencies = [
|
|
|
348
348
|
|
|
349
349
|
[[package]]
|
|
350
350
|
name = "anyhow"
|
|
351
|
-
version = "1.0.
|
|
351
|
+
version = "1.0.104"
|
|
352
352
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
353
|
-
checksum = "
|
|
353
|
+
checksum = "330a5ed07fa54e4702c9d6c4174f74427fc0ef6e214bbd677ae50a5099946470"
|
|
354
354
|
|
|
355
355
|
[[package]]
|
|
356
356
|
name = "appendlist"
|
|
@@ -391,13 +391,13 @@ dependencies = [
|
|
|
391
391
|
|
|
392
392
|
[[package]]
|
|
393
393
|
name = "async-trait"
|
|
394
|
-
version = "0.1.
|
|
394
|
+
version = "0.1.92"
|
|
395
395
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
396
|
-
checksum = "
|
|
396
|
+
checksum = "82f6aeea286b8eb4dd3431a1be1b59d290ace00f5bfd8e2a159bc2a05e2c1667"
|
|
397
397
|
dependencies = [
|
|
398
398
|
"proc-macro2",
|
|
399
399
|
"quote",
|
|
400
|
-
"syn
|
|
400
|
+
"syn 3.0.6",
|
|
401
401
|
]
|
|
402
402
|
|
|
403
403
|
[[package]]
|
|
@@ -414,9 +414,9 @@ checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
|
|
|
414
414
|
|
|
415
415
|
[[package]]
|
|
416
416
|
name = "aws-lc-rs"
|
|
417
|
-
version = "1.
|
|
417
|
+
version = "1.18.1"
|
|
418
418
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
419
|
-
checksum = "
|
|
419
|
+
checksum = "b281d307588d634de920874890732659e2e7672f72b5e10e81badc1a8a83621e"
|
|
420
420
|
dependencies = [
|
|
421
421
|
"aws-lc-sys",
|
|
422
422
|
"untrusted 0.7.1",
|
|
@@ -425,9 +425,9 @@ dependencies = [
|
|
|
425
425
|
|
|
426
426
|
[[package]]
|
|
427
427
|
name = "aws-lc-sys"
|
|
428
|
-
version = "0.
|
|
428
|
+
version = "0.45.0"
|
|
429
429
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
430
|
-
checksum = "
|
|
430
|
+
checksum = "9bff6c3b54fad79a2e60b8102caf565819711497c1f5f092f49508e2f5c31b27"
|
|
431
431
|
dependencies = [
|
|
432
432
|
"cc",
|
|
433
433
|
"cmake",
|
|
@@ -496,9 +496,9 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
|
|
496
496
|
|
|
497
497
|
[[package]]
|
|
498
498
|
name = "base64"
|
|
499
|
-
version = "0.23.
|
|
499
|
+
version = "0.23.1"
|
|
500
500
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
501
|
-
checksum = "
|
|
501
|
+
checksum = "ac07cdecf99051d9a5238b80f35af32cdeba5b336e55d957b318b50137e18da5"
|
|
502
502
|
|
|
503
503
|
[[package]]
|
|
504
504
|
name = "bit-set"
|
|
@@ -523,9 +523,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
523
523
|
|
|
524
524
|
[[package]]
|
|
525
525
|
name = "bitflags"
|
|
526
|
-
version = "2.13.
|
|
526
|
+
version = "2.13.2"
|
|
527
527
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
528
|
-
checksum = "
|
|
528
|
+
checksum = "3ded4057c258ba199e2d26386d3af3780957ecaee6c4ef4041c6b4b8b97c0b06"
|
|
529
529
|
|
|
530
530
|
[[package]]
|
|
531
531
|
name = "block-buffer"
|
|
@@ -592,9 +592,9 @@ dependencies = [
|
|
|
592
592
|
|
|
593
593
|
[[package]]
|
|
594
594
|
name = "bstr"
|
|
595
|
-
version = "1.
|
|
595
|
+
version = "1.13.1"
|
|
596
596
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
597
|
-
checksum = "
|
|
597
|
+
checksum = "6bb31b46c14244e20ee9984b11bf5c992b91fb6939fea616e3512c8baecdbe5f"
|
|
598
598
|
dependencies = [
|
|
599
599
|
"memchr",
|
|
600
600
|
"regex-automata",
|
|
@@ -618,21 +618,9 @@ checksum = "fc652a48c352aef3ea3aed32080501cf3ef6ed5da78602a020c991775b0aff04"
|
|
|
618
618
|
|
|
619
619
|
[[package]]
|
|
620
620
|
name = "bytesize"
|
|
621
|
-
version = "2.
|
|
621
|
+
version = "2.7.0"
|
|
622
622
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
623
|
-
checksum = "
|
|
624
|
-
|
|
625
|
-
[[package]]
|
|
626
|
-
name = "cap-fs-ext"
|
|
627
|
-
version = "4.0.3"
|
|
628
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
629
|
-
checksum = "56ff379b70af8e08307a8f65e7040c7301cb4a572538ade16b4984f0da77847f"
|
|
630
|
-
dependencies = [
|
|
631
|
-
"cap-primitives",
|
|
632
|
-
"cap-std",
|
|
633
|
-
"io-lifetimes 3.0.1",
|
|
634
|
-
"windows-sys 0.61.2",
|
|
635
|
-
]
|
|
623
|
+
checksum = "7354288c522e7e980fafd2075d63d1285794c3a6a16cdd492f189ea406e5f18b"
|
|
636
624
|
|
|
637
625
|
[[package]]
|
|
638
626
|
name = "cap-primitives"
|
|
@@ -652,23 +640,11 @@ dependencies = [
|
|
|
652
640
|
"winx",
|
|
653
641
|
]
|
|
654
642
|
|
|
655
|
-
[[package]]
|
|
656
|
-
name = "cap-std"
|
|
657
|
-
version = "4.0.3"
|
|
658
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
659
|
-
checksum = "c1ec78e242cfa2cfe276807ac2ecc00315a6c97786977414bcd1c3963b6c91b8"
|
|
660
|
-
dependencies = [
|
|
661
|
-
"cap-primitives",
|
|
662
|
-
"io-extras",
|
|
663
|
-
"io-lifetimes 3.0.1",
|
|
664
|
-
"rustix",
|
|
665
|
-
]
|
|
666
|
-
|
|
667
643
|
[[package]]
|
|
668
644
|
name = "cc"
|
|
669
|
-
version = "1.
|
|
645
|
+
version = "1.4.6"
|
|
670
646
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
671
|
-
checksum = "
|
|
647
|
+
checksum = "a3eb0f42d6c360dc3f8a821f6bf2fdea7f72bfd36b3076eb0e6d1e9e0752fff4"
|
|
672
648
|
dependencies = [
|
|
673
649
|
"find-msvc-tools",
|
|
674
650
|
"jobserver",
|
|
@@ -678,15 +654,15 @@ dependencies = [
|
|
|
678
654
|
|
|
679
655
|
[[package]]
|
|
680
656
|
name = "cfg-if"
|
|
681
|
-
version = "1.0.
|
|
657
|
+
version = "1.0.5"
|
|
682
658
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
683
|
-
checksum = "
|
|
659
|
+
checksum = "4e7648175b45a9a48536d676f68d918270699102aa8dab5496df06904c914600"
|
|
684
660
|
|
|
685
661
|
[[package]]
|
|
686
662
|
name = "cfg_aliases"
|
|
687
|
-
version = "0.2.
|
|
663
|
+
version = "0.2.2"
|
|
688
664
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
689
|
-
checksum = "
|
|
665
|
+
checksum = "f079e83a288787bcd14a6aea84cee5c87a67c5a3e660c30f557a3d24761b3527"
|
|
690
666
|
|
|
691
667
|
[[package]]
|
|
692
668
|
name = "chacha20"
|
|
@@ -695,7 +671,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
695
671
|
checksum = "65c35e4b699c7e15ccbe7ee35c005e4fc0a278d22238a2857e6ce2dadeda1b06"
|
|
696
672
|
dependencies = [
|
|
697
673
|
"cfg-if",
|
|
698
|
-
"cpufeatures 0.3.
|
|
674
|
+
"cpufeatures 0.3.1",
|
|
699
675
|
"rand_core 0.10.1",
|
|
700
676
|
]
|
|
701
677
|
|
|
@@ -710,7 +686,7 @@ dependencies = [
|
|
|
710
686
|
"num-traits",
|
|
711
687
|
"serde",
|
|
712
688
|
"wasm-bindgen",
|
|
713
|
-
"windows-link",
|
|
689
|
+
"windows-link 0.2.1",
|
|
714
690
|
]
|
|
715
691
|
|
|
716
692
|
[[package]]
|
|
@@ -748,9 +724,9 @@ checksum = "579504560394e388085d0c080ea587dfa5c15f7e251b4d5247d1e1a61d1d6928"
|
|
|
748
724
|
|
|
749
725
|
[[package]]
|
|
750
726
|
name = "clap"
|
|
751
|
-
version = "4.6.
|
|
727
|
+
version = "4.6.7"
|
|
752
728
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
753
|
-
checksum = "
|
|
729
|
+
checksum = "aa8876b300ab35ba921adea3dfd70157a46249b33f95c9084ae5709785478946"
|
|
754
730
|
dependencies = [
|
|
755
731
|
"clap_builder",
|
|
756
732
|
"clap_derive",
|
|
@@ -758,9 +734,9 @@ dependencies = [
|
|
|
758
734
|
|
|
759
735
|
[[package]]
|
|
760
736
|
name = "clap_builder"
|
|
761
|
-
version = "4.6.
|
|
737
|
+
version = "4.6.7"
|
|
762
738
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
763
|
-
checksum = "
|
|
739
|
+
checksum = "ec0797fb7aeb1406c84efac526901f7ec3ead2124f946b494e72879d4b54704d"
|
|
764
740
|
dependencies = [
|
|
765
741
|
"anstream",
|
|
766
742
|
"anstyle",
|
|
@@ -770,30 +746,30 @@ dependencies = [
|
|
|
770
746
|
|
|
771
747
|
[[package]]
|
|
772
748
|
name = "clap_complete"
|
|
773
|
-
version = "4.6.
|
|
749
|
+
version = "4.6.11"
|
|
774
750
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
775
|
-
checksum = "
|
|
751
|
+
checksum = "037e2a1a92236d0aff7e845093f64661d6df4c02c9fcc61a60e9e1d736fa392f"
|
|
776
752
|
dependencies = [
|
|
777
753
|
"clap",
|
|
778
754
|
]
|
|
779
755
|
|
|
780
756
|
[[package]]
|
|
781
757
|
name = "clap_derive"
|
|
782
|
-
version = "4.6.
|
|
758
|
+
version = "4.6.7"
|
|
783
759
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
784
|
-
checksum = "
|
|
760
|
+
checksum = "f9c751b79415d4e559e3d1fcf128e09e720eb673a06d26cf6f392d37d75b66e0"
|
|
785
761
|
dependencies = [
|
|
786
762
|
"heck",
|
|
787
763
|
"proc-macro2",
|
|
788
764
|
"quote",
|
|
789
|
-
"syn 3.0.
|
|
765
|
+
"syn 3.0.6",
|
|
790
766
|
]
|
|
791
767
|
|
|
792
768
|
[[package]]
|
|
793
769
|
name = "clap_lex"
|
|
794
|
-
version = "1.1.
|
|
770
|
+
version = "1.1.1"
|
|
795
771
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
796
|
-
checksum = "
|
|
772
|
+
checksum = "1c133bc6a41be0d194c306b5506d15e6feeea7b1d6604bd3f8310dfb2ca96486"
|
|
797
773
|
|
|
798
774
|
[[package]]
|
|
799
775
|
name = "clap_mangen"
|
|
@@ -820,7 +796,7 @@ version = "0.3.0"
|
|
|
820
796
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
821
797
|
checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1"
|
|
822
798
|
dependencies = [
|
|
823
|
-
"thiserror 2.0.
|
|
799
|
+
"thiserror 2.0.20",
|
|
824
800
|
]
|
|
825
801
|
|
|
826
802
|
[[package]]
|
|
@@ -831,9 +807,9 @@ checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570"
|
|
|
831
807
|
|
|
832
808
|
[[package]]
|
|
833
809
|
name = "combine"
|
|
834
|
-
version = "4.6.
|
|
810
|
+
version = "4.6.8"
|
|
835
811
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
836
|
-
checksum = "
|
|
812
|
+
checksum = "cfc320937d09e6de266b31b9afb480f197d7a861be86be7cb2ea7e5d1bfffc5e"
|
|
837
813
|
dependencies = [
|
|
838
814
|
"bytes",
|
|
839
815
|
"memchr",
|
|
@@ -841,9 +817,9 @@ dependencies = [
|
|
|
841
817
|
|
|
842
818
|
[[package]]
|
|
843
819
|
name = "console"
|
|
844
|
-
version = "0.16.
|
|
820
|
+
version = "0.16.6"
|
|
845
821
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
846
|
-
checksum = "
|
|
822
|
+
checksum = "e96a4956774c13c126a8b5af4daa79384f4d826534c95a02d76afb39e2ab64e3"
|
|
847
823
|
dependencies = [
|
|
848
824
|
"encode_unicode",
|
|
849
825
|
"libc",
|
|
@@ -852,9 +828,9 @@ dependencies = [
|
|
|
852
828
|
|
|
853
829
|
[[package]]
|
|
854
830
|
name = "const-hex"
|
|
855
|
-
version = "1.19.
|
|
831
|
+
version = "1.19.3"
|
|
856
832
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
857
|
-
checksum = "
|
|
833
|
+
checksum = "0e59eef12462b0f9b0a3620219be5d639afd79fe39dff0a42c3997061f9298b4"
|
|
858
834
|
dependencies = [
|
|
859
835
|
"cfg-if",
|
|
860
836
|
"cpufeatures 0.2.17",
|
|
@@ -905,6 +881,12 @@ version = "0.8.7"
|
|
|
905
881
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
906
882
|
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
|
907
883
|
|
|
884
|
+
[[package]]
|
|
885
|
+
name = "core_detect"
|
|
886
|
+
version = "1.0.0"
|
|
887
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
888
|
+
checksum = "7f8f80099a98041a3d1622845c271458a2d73e688351bf3cb999266764b81d48"
|
|
889
|
+
|
|
908
890
|
[[package]]
|
|
909
891
|
name = "cpp_demangle"
|
|
910
892
|
version = "0.5.1"
|
|
@@ -925,36 +907,36 @@ dependencies = [
|
|
|
925
907
|
|
|
926
908
|
[[package]]
|
|
927
909
|
name = "cpufeatures"
|
|
928
|
-
version = "0.3.
|
|
910
|
+
version = "0.3.1"
|
|
929
911
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
930
|
-
checksum = "
|
|
912
|
+
checksum = "5ca28b0ae3115b884660db4118d803791fd6756b6e88f39c0f3f7859060d7566"
|
|
931
913
|
dependencies = [
|
|
932
914
|
"libc",
|
|
933
915
|
]
|
|
934
916
|
|
|
935
917
|
[[package]]
|
|
936
918
|
name = "cranelift-assembler-x64"
|
|
937
|
-
version = "0.135.
|
|
919
|
+
version = "0.135.2"
|
|
938
920
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
939
|
-
checksum = "
|
|
921
|
+
checksum = "42c0ca95f115597232c3c5d7286bf847d49332bee5934749f40808b7fe0c6312"
|
|
940
922
|
dependencies = [
|
|
941
923
|
"cranelift-assembler-x64-meta",
|
|
942
924
|
]
|
|
943
925
|
|
|
944
926
|
[[package]]
|
|
945
927
|
name = "cranelift-assembler-x64-meta"
|
|
946
|
-
version = "0.135.
|
|
928
|
+
version = "0.135.2"
|
|
947
929
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
948
|
-
checksum = "
|
|
930
|
+
checksum = "fdd7d59ef8a52c82ea2ac2ca96aee3c52644845440f70611b573bc20ce37e6a2"
|
|
949
931
|
dependencies = [
|
|
950
932
|
"cranelift-srcgen",
|
|
951
933
|
]
|
|
952
934
|
|
|
953
935
|
[[package]]
|
|
954
936
|
name = "cranelift-bforest"
|
|
955
|
-
version = "0.135.
|
|
937
|
+
version = "0.135.2"
|
|
956
938
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
957
|
-
checksum = "
|
|
939
|
+
checksum = "547433a3f4204f0ed0f5a5e3ffaf086a0c005fd0efdf040098083f38572e8a49"
|
|
958
940
|
dependencies = [
|
|
959
941
|
"cranelift-entity",
|
|
960
942
|
"wasmtime-internal-core",
|
|
@@ -962,9 +944,9 @@ dependencies = [
|
|
|
962
944
|
|
|
963
945
|
[[package]]
|
|
964
946
|
name = "cranelift-bitset"
|
|
965
|
-
version = "0.135.
|
|
947
|
+
version = "0.135.2"
|
|
966
948
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
967
|
-
checksum = "
|
|
949
|
+
checksum = "61ca4f30f5f2eb3837b6e73664d9c0c9a42c4c0dce05f0027f2f2af54c1b20d7"
|
|
968
950
|
dependencies = [
|
|
969
951
|
"serde",
|
|
970
952
|
"serde_derive",
|
|
@@ -973,9 +955,9 @@ dependencies = [
|
|
|
973
955
|
|
|
974
956
|
[[package]]
|
|
975
957
|
name = "cranelift-codegen"
|
|
976
|
-
version = "0.135.
|
|
958
|
+
version = "0.135.2"
|
|
977
959
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
978
|
-
checksum = "
|
|
960
|
+
checksum = "effcb11ccea65cfb2b8dd4f53b92c6449ad37745504bae036bffda597a5cfa48"
|
|
979
961
|
dependencies = [
|
|
980
962
|
"bumpalo",
|
|
981
963
|
"cranelift-assembler-x64",
|
|
@@ -1004,9 +986,9 @@ dependencies = [
|
|
|
1004
986
|
|
|
1005
987
|
[[package]]
|
|
1006
988
|
name = "cranelift-codegen-meta"
|
|
1007
|
-
version = "0.135.
|
|
989
|
+
version = "0.135.2"
|
|
1008
990
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1009
|
-
checksum = "
|
|
991
|
+
checksum = "2cd5b4e429e24f7fd0bfe15d653ec5841fc1831ef68521b0d30182ef0d48bd01"
|
|
1010
992
|
dependencies = [
|
|
1011
993
|
"cranelift-assembler-x64-meta",
|
|
1012
994
|
"cranelift-codegen-shared",
|
|
@@ -1017,24 +999,24 @@ dependencies = [
|
|
|
1017
999
|
|
|
1018
1000
|
[[package]]
|
|
1019
1001
|
name = "cranelift-codegen-shared"
|
|
1020
|
-
version = "0.135.
|
|
1002
|
+
version = "0.135.2"
|
|
1021
1003
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1022
|
-
checksum = "
|
|
1004
|
+
checksum = "a8aefe7ed05aa9a831a4696f55e020a6c93998325a09c642863f0be7845fe3a8"
|
|
1023
1005
|
|
|
1024
1006
|
[[package]]
|
|
1025
1007
|
name = "cranelift-control"
|
|
1026
|
-
version = "0.135.
|
|
1008
|
+
version = "0.135.2"
|
|
1027
1009
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1028
|
-
checksum = "
|
|
1010
|
+
checksum = "b3ceaa06b6ece027bb001093bf0c6984a96281e061fd40a99c60bae0ec57171d"
|
|
1029
1011
|
dependencies = [
|
|
1030
1012
|
"arbitrary",
|
|
1031
1013
|
]
|
|
1032
1014
|
|
|
1033
1015
|
[[package]]
|
|
1034
1016
|
name = "cranelift-entity"
|
|
1035
|
-
version = "0.135.
|
|
1017
|
+
version = "0.135.2"
|
|
1036
1018
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1037
|
-
checksum = "
|
|
1019
|
+
checksum = "bc2c3088c6be94765abea42eccff7ac2b6519488e66bb5159febabcf539afd6e"
|
|
1038
1020
|
dependencies = [
|
|
1039
1021
|
"cranelift-bitset",
|
|
1040
1022
|
"serde",
|
|
@@ -1044,9 +1026,9 @@ dependencies = [
|
|
|
1044
1026
|
|
|
1045
1027
|
[[package]]
|
|
1046
1028
|
name = "cranelift-frontend"
|
|
1047
|
-
version = "0.135.
|
|
1029
|
+
version = "0.135.2"
|
|
1048
1030
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1049
|
-
checksum = "
|
|
1031
|
+
checksum = "0e2c4a0a90aedfa88408f33e65eda7b1f73de0af20ebec516c004b3a1cdc602b"
|
|
1050
1032
|
dependencies = [
|
|
1051
1033
|
"cranelift-codegen",
|
|
1052
1034
|
"hashbrown 0.17.1",
|
|
@@ -1057,15 +1039,15 @@ dependencies = [
|
|
|
1057
1039
|
|
|
1058
1040
|
[[package]]
|
|
1059
1041
|
name = "cranelift-isle"
|
|
1060
|
-
version = "0.135.
|
|
1042
|
+
version = "0.135.2"
|
|
1061
1043
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1062
|
-
checksum = "
|
|
1044
|
+
checksum = "bcb1cc85ccb60cfc53c3d55e23196fef28ae78fbcebe4e1ff3ff866a3c93d61c"
|
|
1063
1045
|
|
|
1064
1046
|
[[package]]
|
|
1065
1047
|
name = "cranelift-native"
|
|
1066
|
-
version = "0.135.
|
|
1048
|
+
version = "0.135.2"
|
|
1067
1049
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1068
|
-
checksum = "
|
|
1050
|
+
checksum = "5a0a8f5d008c1f5b78426e83028f7517295f6819b5cebe8193949e1bb66cc01a"
|
|
1069
1051
|
dependencies = [
|
|
1070
1052
|
"cranelift-codegen",
|
|
1071
1053
|
"libc",
|
|
@@ -1074,24 +1056,24 @@ dependencies = [
|
|
|
1074
1056
|
|
|
1075
1057
|
[[package]]
|
|
1076
1058
|
name = "cranelift-srcgen"
|
|
1077
|
-
version = "0.135.
|
|
1059
|
+
version = "0.135.2"
|
|
1078
1060
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1079
|
-
checksum = "
|
|
1061
|
+
checksum = "56caa8a7f1e0f2c61400996cc1567fb06dd417c49d5e673131a149cb9628625f"
|
|
1080
1062
|
|
|
1081
1063
|
[[package]]
|
|
1082
1064
|
name = "crc32fast"
|
|
1083
|
-
version = "1.5.
|
|
1065
|
+
version = "1.5.2"
|
|
1084
1066
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1085
|
-
checksum = "
|
|
1067
|
+
checksum = "01a7799fd6b852db0e61728dde9a204c423b44d689dbd432522543614b490e78"
|
|
1086
1068
|
dependencies = [
|
|
1087
1069
|
"cfg-if",
|
|
1088
1070
|
]
|
|
1089
1071
|
|
|
1090
1072
|
[[package]]
|
|
1091
1073
|
name = "crossbeam-deque"
|
|
1092
|
-
version = "0.8.
|
|
1074
|
+
version = "0.8.8"
|
|
1093
1075
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1094
|
-
checksum = "
|
|
1076
|
+
checksum = "622f3fc73690be383c7214310406f28a90e6edeadc3cea882f9d71e495b9711a"
|
|
1095
1077
|
dependencies = [
|
|
1096
1078
|
"crossbeam-epoch",
|
|
1097
1079
|
"crossbeam-utils",
|
|
@@ -1099,18 +1081,18 @@ dependencies = [
|
|
|
1099
1081
|
|
|
1100
1082
|
[[package]]
|
|
1101
1083
|
name = "crossbeam-epoch"
|
|
1102
|
-
version = "0.9.
|
|
1084
|
+
version = "0.9.21"
|
|
1103
1085
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1104
|
-
checksum = "
|
|
1086
|
+
checksum = "dc74980687109a3b14c72fd458107bf0baa1da1a1a805e178d15501ba9b86d9d"
|
|
1105
1087
|
dependencies = [
|
|
1106
1088
|
"crossbeam-utils",
|
|
1107
1089
|
]
|
|
1108
1090
|
|
|
1109
1091
|
[[package]]
|
|
1110
1092
|
name = "crossbeam-utils"
|
|
1111
|
-
version = "0.8.
|
|
1093
|
+
version = "0.8.23"
|
|
1112
1094
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1113
|
-
checksum = "
|
|
1095
|
+
checksum = "a31eee39dddec8330830986fcd7625edb5a24ec90ea038215273bbc3adb08ac6"
|
|
1114
1096
|
|
|
1115
1097
|
[[package]]
|
|
1116
1098
|
name = "crunchy"
|
|
@@ -1149,12 +1131,12 @@ dependencies = [
|
|
|
1149
1131
|
|
|
1150
1132
|
[[package]]
|
|
1151
1133
|
name = "darling"
|
|
1152
|
-
version = "0.
|
|
1134
|
+
version = "0.24.1"
|
|
1153
1135
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1154
|
-
checksum = "
|
|
1136
|
+
checksum = "ed17f5901b6630b993ca003def43f2f8ef4014fc13b047b57aad617ff32bc2ec"
|
|
1155
1137
|
dependencies = [
|
|
1156
|
-
"darling_core 0.
|
|
1157
|
-
"darling_macro 0.
|
|
1138
|
+
"darling_core 0.24.1",
|
|
1139
|
+
"darling_macro 0.24.1",
|
|
1158
1140
|
]
|
|
1159
1141
|
|
|
1160
1142
|
[[package]]
|
|
@@ -1168,20 +1150,20 @@ dependencies = [
|
|
|
1168
1150
|
"proc-macro2",
|
|
1169
1151
|
"quote",
|
|
1170
1152
|
"strsim",
|
|
1171
|
-
"syn 2.0.
|
|
1153
|
+
"syn 2.0.119",
|
|
1172
1154
|
]
|
|
1173
1155
|
|
|
1174
1156
|
[[package]]
|
|
1175
1157
|
name = "darling_core"
|
|
1176
|
-
version = "0.
|
|
1158
|
+
version = "0.24.1"
|
|
1177
1159
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1178
|
-
checksum = "
|
|
1160
|
+
checksum = "6837e2cf7485aaae18f86181d2f0e9a7ed297a025e220aeabf63fdebd3a2ddff"
|
|
1179
1161
|
dependencies = [
|
|
1180
1162
|
"ident_case",
|
|
1181
1163
|
"proc-macro2",
|
|
1182
1164
|
"quote",
|
|
1183
1165
|
"strsim",
|
|
1184
|
-
"syn
|
|
1166
|
+
"syn 3.0.6",
|
|
1185
1167
|
]
|
|
1186
1168
|
|
|
1187
1169
|
[[package]]
|
|
@@ -1192,18 +1174,18 @@ checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
|
|
|
1192
1174
|
dependencies = [
|
|
1193
1175
|
"darling_core 0.20.11",
|
|
1194
1176
|
"quote",
|
|
1195
|
-
"syn 2.0.
|
|
1177
|
+
"syn 2.0.119",
|
|
1196
1178
|
]
|
|
1197
1179
|
|
|
1198
1180
|
[[package]]
|
|
1199
1181
|
name = "darling_macro"
|
|
1200
|
-
version = "0.
|
|
1182
|
+
version = "0.24.1"
|
|
1201
1183
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1202
|
-
checksum = "
|
|
1184
|
+
checksum = "2ac7135c3ef02b2f7833bbeb1be5ba7f966dcde8a87c6b87f65a778d71a02785"
|
|
1203
1185
|
dependencies = [
|
|
1204
|
-
"darling_core 0.
|
|
1186
|
+
"darling_core 0.24.1",
|
|
1205
1187
|
"quote",
|
|
1206
|
-
"syn
|
|
1188
|
+
"syn 3.0.6",
|
|
1207
1189
|
]
|
|
1208
1190
|
|
|
1209
1191
|
[[package]]
|
|
@@ -1252,7 +1234,7 @@ dependencies = [
|
|
|
1252
1234
|
"defmt-parser",
|
|
1253
1235
|
"proc-macro2",
|
|
1254
1236
|
"quote",
|
|
1255
|
-
"syn 2.0.
|
|
1237
|
+
"syn 2.0.119",
|
|
1256
1238
|
]
|
|
1257
1239
|
|
|
1258
1240
|
[[package]]
|
|
@@ -1261,7 +1243,7 @@ version = "1.0.0"
|
|
|
1261
1243
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1262
1244
|
checksum = "10d60334b3b2e7c9d91ef8150abfb6fa4c1c39ebbcf4a81c2e346aad939fee3e"
|
|
1263
1245
|
dependencies = [
|
|
1264
|
-
"thiserror 2.0.
|
|
1246
|
+
"thiserror 2.0.20",
|
|
1265
1247
|
]
|
|
1266
1248
|
|
|
1267
1249
|
[[package]]
|
|
@@ -1291,7 +1273,7 @@ dependencies = [
|
|
|
1291
1273
|
"darling 0.20.11",
|
|
1292
1274
|
"proc-macro2",
|
|
1293
1275
|
"quote",
|
|
1294
|
-
"syn 2.0.
|
|
1276
|
+
"syn 2.0.119",
|
|
1295
1277
|
]
|
|
1296
1278
|
|
|
1297
1279
|
[[package]]
|
|
@@ -1301,7 +1283,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1301
1283
|
checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c"
|
|
1302
1284
|
dependencies = [
|
|
1303
1285
|
"derive_builder_core",
|
|
1304
|
-
"syn 2.0.
|
|
1286
|
+
"syn 2.0.119",
|
|
1305
1287
|
]
|
|
1306
1288
|
|
|
1307
1289
|
[[package]]
|
|
@@ -1358,7 +1340,7 @@ checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
|
|
|
1358
1340
|
dependencies = [
|
|
1359
1341
|
"libc",
|
|
1360
1342
|
"option-ext",
|
|
1361
|
-
"redox_users 0.5.
|
|
1343
|
+
"redox_users 0.5.3",
|
|
1362
1344
|
"windows-sys 0.61.2",
|
|
1363
1345
|
]
|
|
1364
1346
|
|
|
@@ -1379,19 +1361,19 @@ version = "0.3.1"
|
|
|
1379
1361
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1380
1362
|
checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38"
|
|
1381
1363
|
dependencies = [
|
|
1382
|
-
"bitflags 2.13.
|
|
1364
|
+
"bitflags 2.13.2",
|
|
1383
1365
|
"objc2",
|
|
1384
1366
|
]
|
|
1385
1367
|
|
|
1386
1368
|
[[package]]
|
|
1387
1369
|
name = "displaydoc"
|
|
1388
|
-
version = "0.2.
|
|
1370
|
+
version = "0.2.7"
|
|
1389
1371
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1390
|
-
checksum = "
|
|
1372
|
+
checksum = "c6232dd377dcc64799954cbd3a9bb882e9cdc1308ccd87b1c098f1fb2eaf82a8"
|
|
1391
1373
|
dependencies = [
|
|
1392
1374
|
"proc-macro2",
|
|
1393
1375
|
"quote",
|
|
1394
|
-
"syn
|
|
1376
|
+
"syn 3.0.6",
|
|
1395
1377
|
]
|
|
1396
1378
|
|
|
1397
1379
|
[[package]]
|
|
@@ -1413,7 +1395,7 @@ checksum = "e68f247cb4e380bcdf44c1e27d7d046cbb321c4ab4a01271a51dfb19326b6b0e"
|
|
|
1413
1395
|
dependencies = [
|
|
1414
1396
|
"proc-macro2",
|
|
1415
1397
|
"quote",
|
|
1416
|
-
"syn 2.0.
|
|
1398
|
+
"syn 2.0.119",
|
|
1417
1399
|
]
|
|
1418
1400
|
|
|
1419
1401
|
[[package]]
|
|
@@ -1430,15 +1412,15 @@ checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
|
|
|
1430
1412
|
|
|
1431
1413
|
[[package]]
|
|
1432
1414
|
name = "either"
|
|
1433
|
-
version = "1.
|
|
1415
|
+
version = "1.18.0"
|
|
1434
1416
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1435
|
-
checksum = "
|
|
1417
|
+
checksum = "252afb9ae5eaa683babdc6a068b3f5726eb19e05070c731f9b2a23a7c3e8ed34"
|
|
1436
1418
|
|
|
1437
1419
|
[[package]]
|
|
1438
1420
|
name = "embed-manifest"
|
|
1439
|
-
version = "1.5.
|
|
1421
|
+
version = "1.5.1"
|
|
1440
1422
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1441
|
-
checksum = "
|
|
1423
|
+
checksum = "ba92c8f4591bf29f89716b45e5f5f56577adbb81426e5620c6e994da7c88bb7a"
|
|
1442
1424
|
|
|
1443
1425
|
[[package]]
|
|
1444
1426
|
name = "embedded-io"
|
|
@@ -1460,11 +1442,17 @@ checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
|
|
|
1460
1442
|
|
|
1461
1443
|
[[package]]
|
|
1462
1444
|
name = "encoding_rs"
|
|
1463
|
-
version = "0.8.
|
|
1445
|
+
version = "0.8.41"
|
|
1464
1446
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1465
|
-
checksum = "
|
|
1447
|
+
checksum = "7b5ef0006ac9ab233c38522f5ae99cae3625151de8f706cacee1cba4b8e2832a"
|
|
1466
1448
|
dependencies = [
|
|
1467
1449
|
"cfg-if",
|
|
1450
|
+
"core_detect",
|
|
1451
|
+
"multiversion",
|
|
1452
|
+
"multiversion_no_op",
|
|
1453
|
+
"rustversion",
|
|
1454
|
+
"scopeguard",
|
|
1455
|
+
"simdutf8",
|
|
1468
1456
|
]
|
|
1469
1457
|
|
|
1470
1458
|
[[package]]
|
|
@@ -1485,9 +1473,9 @@ dependencies = [
|
|
|
1485
1473
|
|
|
1486
1474
|
[[package]]
|
|
1487
1475
|
name = "fastrand"
|
|
1488
|
-
version = "2.
|
|
1476
|
+
version = "2.5.0"
|
|
1489
1477
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1490
|
-
checksum = "
|
|
1478
|
+
checksum = "da7c62ceae207dd37ea5b845da6a0696c799f85e97da1ab5b7910be3c1c80223"
|
|
1491
1479
|
|
|
1492
1480
|
[[package]]
|
|
1493
1481
|
name = "filetime"
|
|
@@ -1501,9 +1489,9 @@ dependencies = [
|
|
|
1501
1489
|
|
|
1502
1490
|
[[package]]
|
|
1503
1491
|
name = "find-msvc-tools"
|
|
1504
|
-
version = "0.1.
|
|
1492
|
+
version = "0.1.12"
|
|
1505
1493
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1506
|
-
checksum = "
|
|
1494
|
+
checksum = "3e0f1c7c3a72c66fd80abe965175f7523475c0489a87d3ff9d6e8c87d87a9d2d"
|
|
1507
1495
|
|
|
1508
1496
|
[[package]]
|
|
1509
1497
|
name = "fixedbitset"
|
|
@@ -1513,12 +1501,13 @@ checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
|
|
|
1513
1501
|
|
|
1514
1502
|
[[package]]
|
|
1515
1503
|
name = "flate2"
|
|
1516
|
-
version = "1.1.
|
|
1504
|
+
version = "1.1.10"
|
|
1517
1505
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1518
|
-
checksum = "
|
|
1506
|
+
checksum = "6e634e2e0ebac1ee034020da1ca582e17ffe4e0f5e985823721e168928136dcb"
|
|
1519
1507
|
dependencies = [
|
|
1520
1508
|
"crc32fast",
|
|
1521
1509
|
"miniz_oxide",
|
|
1510
|
+
"zlib-rs",
|
|
1522
1511
|
]
|
|
1523
1512
|
|
|
1524
1513
|
[[package]]
|
|
@@ -1590,9 +1579,9 @@ checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
|
|
|
1590
1579
|
|
|
1591
1580
|
[[package]]
|
|
1592
1581
|
name = "futures"
|
|
1593
|
-
version = "0.3.
|
|
1582
|
+
version = "0.3.34"
|
|
1594
1583
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1595
|
-
checksum = "
|
|
1584
|
+
checksum = "9a31d2a3fbaaeb2af2368bbdd904aa8e812d3c04a1ee10d3171f52d556e5d0a3"
|
|
1596
1585
|
dependencies = [
|
|
1597
1586
|
"futures-channel",
|
|
1598
1587
|
"futures-core",
|
|
@@ -1605,9 +1594,9 @@ dependencies = [
|
|
|
1605
1594
|
|
|
1606
1595
|
[[package]]
|
|
1607
1596
|
name = "futures-channel"
|
|
1608
|
-
version = "0.3.
|
|
1597
|
+
version = "0.3.34"
|
|
1609
1598
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1610
|
-
checksum = "
|
|
1599
|
+
checksum = "b1f9e3d69d39e4862ffed03ed071a76f9a13ba1d9109d355b0f0aa6b15e393c4"
|
|
1611
1600
|
dependencies = [
|
|
1612
1601
|
"futures-core",
|
|
1613
1602
|
"futures-sink",
|
|
@@ -1615,15 +1604,15 @@ dependencies = [
|
|
|
1615
1604
|
|
|
1616
1605
|
[[package]]
|
|
1617
1606
|
name = "futures-core"
|
|
1618
|
-
version = "0.3.
|
|
1607
|
+
version = "0.3.34"
|
|
1619
1608
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1620
|
-
checksum = "
|
|
1609
|
+
checksum = "92d699e522242e69e3003b94ecc1f960f3a5e015aa7c5d7486e65ad01dd94f5e"
|
|
1621
1610
|
|
|
1622
1611
|
[[package]]
|
|
1623
1612
|
name = "futures-executor"
|
|
1624
|
-
version = "0.3.
|
|
1613
|
+
version = "0.3.34"
|
|
1625
1614
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1626
|
-
checksum = "
|
|
1615
|
+
checksum = "031b47cf1a3c6cc8bc2fc76cd437f521619387907d469316e7c0bc278f1f5432"
|
|
1627
1616
|
dependencies = [
|
|
1628
1617
|
"futures-core",
|
|
1629
1618
|
"futures-task",
|
|
@@ -1632,38 +1621,38 @@ dependencies = [
|
|
|
1632
1621
|
|
|
1633
1622
|
[[package]]
|
|
1634
1623
|
name = "futures-io"
|
|
1635
|
-
version = "0.3.
|
|
1624
|
+
version = "0.3.34"
|
|
1636
1625
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1637
|
-
checksum = "
|
|
1626
|
+
checksum = "53c0fa8157de1303bfffdaa1cc2a673bfffb60102f76b0ef4441659124373fed"
|
|
1638
1627
|
|
|
1639
1628
|
[[package]]
|
|
1640
1629
|
name = "futures-macro"
|
|
1641
|
-
version = "0.3.
|
|
1630
|
+
version = "0.3.34"
|
|
1642
1631
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1643
|
-
checksum = "
|
|
1632
|
+
checksum = "9fb9654ba8355388abeb8dcb4fc62f511300867002afc858860463bdd9fe0c44"
|
|
1644
1633
|
dependencies = [
|
|
1645
1634
|
"proc-macro2",
|
|
1646
1635
|
"quote",
|
|
1647
|
-
"syn
|
|
1636
|
+
"syn 3.0.6",
|
|
1648
1637
|
]
|
|
1649
1638
|
|
|
1650
1639
|
[[package]]
|
|
1651
1640
|
name = "futures-sink"
|
|
1652
|
-
version = "0.3.
|
|
1641
|
+
version = "0.3.34"
|
|
1653
1642
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1654
|
-
checksum = "
|
|
1643
|
+
checksum = "1944426bf7d03f1d14f708785e4b33efd750b36d48a157b836b3efc15ede8e1d"
|
|
1655
1644
|
|
|
1656
1645
|
[[package]]
|
|
1657
1646
|
name = "futures-task"
|
|
1658
|
-
version = "0.3.
|
|
1647
|
+
version = "0.3.34"
|
|
1659
1648
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1660
|
-
checksum = "
|
|
1649
|
+
checksum = "cd417de3d1d015fc3bfd2b1ea46dfc7bab72ef86f1cc7cc9c78e728b34a6d1fd"
|
|
1661
1650
|
|
|
1662
1651
|
[[package]]
|
|
1663
1652
|
name = "futures-util"
|
|
1664
|
-
version = "0.3.
|
|
1653
|
+
version = "0.3.34"
|
|
1665
1654
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1666
|
-
checksum = "
|
|
1655
|
+
checksum = "0d50a92467f8ba5dd6e3ee5d4bd04d73ab2e4e1c44474a0674821dfce14b79bc"
|
|
1667
1656
|
dependencies = [
|
|
1668
1657
|
"futures-channel",
|
|
1669
1658
|
"futures-core",
|
|
@@ -1682,7 +1671,7 @@ version = "0.8.1"
|
|
|
1682
1671
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1683
1672
|
checksum = "25234f20a3ec0a962a61770cfe39ecf03cb529a6e474ad8cff025ed497eda557"
|
|
1684
1673
|
dependencies = [
|
|
1685
|
-
"bitflags 2.13.
|
|
1674
|
+
"bitflags 2.13.2",
|
|
1686
1675
|
"debugid",
|
|
1687
1676
|
"rustc-hash",
|
|
1688
1677
|
"serde",
|
|
@@ -1747,7 +1736,7 @@ checksum = "6cf442baaabe4213ce7d1239afc26c039180b6456da2cededa316ae2c8a77a77"
|
|
|
1747
1736
|
dependencies = [
|
|
1748
1737
|
"proc-macro2",
|
|
1749
1738
|
"quote",
|
|
1750
|
-
"syn 2.0.
|
|
1739
|
+
"syn 2.0.119",
|
|
1751
1740
|
]
|
|
1752
1741
|
|
|
1753
1742
|
[[package]]
|
|
@@ -1758,15 +1747,15 @@ checksum = "0bf7f043f89559805f8c7cacc432749b2fa0d0a0a9ee46ce47164ed5ba7f126c"
|
|
|
1758
1747
|
dependencies = [
|
|
1759
1748
|
"fnv",
|
|
1760
1749
|
"hashbrown 0.16.1",
|
|
1761
|
-
"indexmap 2.14.
|
|
1750
|
+
"indexmap 2.14.2",
|
|
1762
1751
|
"stable_deref_trait",
|
|
1763
1752
|
]
|
|
1764
1753
|
|
|
1765
1754
|
[[package]]
|
|
1766
1755
|
name = "globset"
|
|
1767
|
-
version = "0.4.
|
|
1756
|
+
version = "0.4.20"
|
|
1768
1757
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1769
|
-
checksum = "
|
|
1758
|
+
checksum = "07c34a9410465b45bd9787443bc7370f37735bad04b0f0cd57ff1a3186c98988"
|
|
1770
1759
|
dependencies = [
|
|
1771
1760
|
"aho-corasick",
|
|
1772
1761
|
"bstr",
|
|
@@ -1787,7 +1776,7 @@ dependencies = [
|
|
|
1787
1776
|
"futures-core",
|
|
1788
1777
|
"futures-sink",
|
|
1789
1778
|
"http",
|
|
1790
|
-
"indexmap 2.14.
|
|
1779
|
+
"indexmap 2.14.2",
|
|
1791
1780
|
"slab",
|
|
1792
1781
|
"tokio",
|
|
1793
1782
|
"tokio-util",
|
|
@@ -1830,9 +1819,9 @@ dependencies = [
|
|
|
1830
1819
|
|
|
1831
1820
|
[[package]]
|
|
1832
1821
|
name = "hclient"
|
|
1833
|
-
version = "0.1.0-alpha.
|
|
1822
|
+
version = "0.1.0-alpha.12"
|
|
1834
1823
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1835
|
-
checksum = "
|
|
1824
|
+
checksum = "3331768b48bfc997c7ec59d2a9f8b299c67f1a7f714e431974e91cae795e5b46"
|
|
1836
1825
|
dependencies = [
|
|
1837
1826
|
"brotli-decompressor",
|
|
1838
1827
|
"bytes",
|
|
@@ -1852,41 +1841,41 @@ dependencies = [
|
|
|
1852
1841
|
"ruzstd",
|
|
1853
1842
|
"serde",
|
|
1854
1843
|
"serde_json",
|
|
1855
|
-
"thiserror 2.0.
|
|
1844
|
+
"thiserror 2.0.20",
|
|
1856
1845
|
"web-time",
|
|
1857
1846
|
]
|
|
1858
1847
|
|
|
1859
1848
|
[[package]]
|
|
1860
1849
|
name = "hclient-core"
|
|
1861
|
-
version = "0.1.0
|
|
1850
|
+
version = "0.1.0"
|
|
1862
1851
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1863
|
-
checksum = "
|
|
1852
|
+
checksum = "1b61820e2b41e8c1a03889df69a894aeddb1299b5057c950dece2f161920a5cd"
|
|
1864
1853
|
dependencies = [
|
|
1865
1854
|
"bytes",
|
|
1866
1855
|
"futures-core",
|
|
1867
1856
|
"futures-sink",
|
|
1868
1857
|
"http",
|
|
1869
1858
|
"http-body",
|
|
1870
|
-
"thiserror 2.0.
|
|
1859
|
+
"thiserror 2.0.20",
|
|
1871
1860
|
]
|
|
1872
1861
|
|
|
1873
1862
|
[[package]]
|
|
1874
1863
|
name = "hclient-dns"
|
|
1875
|
-
version = "0.1.0-alpha.
|
|
1864
|
+
version = "0.1.0-alpha.11"
|
|
1876
1865
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1877
|
-
checksum = "
|
|
1866
|
+
checksum = "4e6e266761d960775a210f71f0cbde259af6103469129b54215d24bbc5ccb14c"
|
|
1878
1867
|
dependencies = [
|
|
1879
1868
|
"bytes",
|
|
1880
1869
|
"futures-core",
|
|
1881
1870
|
"hclient-core",
|
|
1882
|
-
"thiserror 2.0.
|
|
1871
|
+
"thiserror 2.0.20",
|
|
1883
1872
|
]
|
|
1884
1873
|
|
|
1885
1874
|
[[package]]
|
|
1886
1875
|
name = "hclient-dns-system"
|
|
1887
|
-
version = "0.1.0-alpha.
|
|
1876
|
+
version = "0.1.0-alpha.12"
|
|
1888
1877
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1889
|
-
checksum = "
|
|
1878
|
+
checksum = "212702ae40801f01af5cc28d97aec01b94d4546d4d464655f59b400bd0cf8d8c"
|
|
1890
1879
|
dependencies = [
|
|
1891
1880
|
"domain",
|
|
1892
1881
|
"futures-core",
|
|
@@ -1895,14 +1884,15 @@ dependencies = [
|
|
|
1895
1884
|
"hclient-dns",
|
|
1896
1885
|
"hclient-rt",
|
|
1897
1886
|
"system-resolver",
|
|
1898
|
-
"thiserror 2.0.
|
|
1887
|
+
"thiserror 2.0.20",
|
|
1888
|
+
"tracing",
|
|
1899
1889
|
]
|
|
1900
1890
|
|
|
1901
1891
|
[[package]]
|
|
1902
1892
|
name = "hclient-fetch"
|
|
1903
|
-
version = "0.1.0-alpha.
|
|
1893
|
+
version = "0.1.0-alpha.11"
|
|
1904
1894
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1905
|
-
checksum = "
|
|
1895
|
+
checksum = "f621636421858c7b3ef2f8a01ef6d116b95459c44c0da52b614aa1485d08c490"
|
|
1906
1896
|
dependencies = [
|
|
1907
1897
|
"bytes",
|
|
1908
1898
|
"futures-channel",
|
|
@@ -1913,7 +1903,7 @@ dependencies = [
|
|
|
1913
1903
|
"http",
|
|
1914
1904
|
"http-body",
|
|
1915
1905
|
"js-sys",
|
|
1916
|
-
"thiserror 2.0.
|
|
1906
|
+
"thiserror 2.0.20",
|
|
1917
1907
|
"wasm-bindgen",
|
|
1918
1908
|
"wasm-bindgen-futures",
|
|
1919
1909
|
"wasm-streams 0.6.0",
|
|
@@ -1922,9 +1912,9 @@ dependencies = [
|
|
|
1922
1912
|
|
|
1923
1913
|
[[package]]
|
|
1924
1914
|
name = "hclient-native"
|
|
1925
|
-
version = "0.1.0-alpha.
|
|
1915
|
+
version = "0.1.0-alpha.12"
|
|
1926
1916
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1927
|
-
checksum = "
|
|
1917
|
+
checksum = "fd7d4ac89962e67c5ff27b957d87903c0cbcc8c32cc37c16b624ae46395262fe"
|
|
1928
1918
|
dependencies = [
|
|
1929
1919
|
"bytes",
|
|
1930
1920
|
"futures-core",
|
|
@@ -1942,58 +1932,60 @@ dependencies = [
|
|
|
1942
1932
|
"http-body-util",
|
|
1943
1933
|
"hyper",
|
|
1944
1934
|
"pin-project-lite",
|
|
1945
|
-
"thiserror 2.0.
|
|
1935
|
+
"thiserror 2.0.20",
|
|
1946
1936
|
"tokio",
|
|
1937
|
+
"tracing",
|
|
1947
1938
|
"web-time",
|
|
1948
|
-
"winnow 1.0.
|
|
1939
|
+
"winnow 1.0.4",
|
|
1949
1940
|
]
|
|
1950
1941
|
|
|
1951
1942
|
[[package]]
|
|
1952
1943
|
name = "hclient-proto"
|
|
1953
|
-
version = "0.1.0-alpha.
|
|
1944
|
+
version = "0.1.0-alpha.8"
|
|
1954
1945
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1955
|
-
checksum = "
|
|
1946
|
+
checksum = "36702c60206af13f38fbb2971170aaa1f89089dc5bb38975aeaa9fb4e68cfacd"
|
|
1956
1947
|
dependencies = [
|
|
1957
|
-
"base64 0.23.
|
|
1948
|
+
"base64 0.23.1",
|
|
1958
1949
|
"bytes",
|
|
1959
1950
|
"form_urlencoded",
|
|
1960
1951
|
"http",
|
|
1961
1952
|
"percent-encoding",
|
|
1962
|
-
"thiserror 2.0.
|
|
1963
|
-
"winnow 1.0.
|
|
1953
|
+
"thiserror 2.0.20",
|
|
1954
|
+
"winnow 1.0.4",
|
|
1964
1955
|
]
|
|
1965
1956
|
|
|
1966
1957
|
[[package]]
|
|
1967
1958
|
name = "hclient-proxy"
|
|
1968
|
-
version = "0.1.0-alpha.
|
|
1959
|
+
version = "0.1.0-alpha.11"
|
|
1969
1960
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1970
|
-
checksum = "
|
|
1961
|
+
checksum = "6f955faadcb95c2bb8ee45007009f7f0c9dea6c0fe5ae41bfb9ea2a4e61e75ce"
|
|
1971
1962
|
dependencies = [
|
|
1972
1963
|
"bytes",
|
|
1973
1964
|
"hclient-core",
|
|
1974
1965
|
"hclient-proto",
|
|
1975
1966
|
"http",
|
|
1976
|
-
"thiserror 2.0.
|
|
1967
|
+
"thiserror 2.0.20",
|
|
1968
|
+
"tracing",
|
|
1977
1969
|
]
|
|
1978
1970
|
|
|
1979
1971
|
[[package]]
|
|
1980
1972
|
name = "hclient-rt"
|
|
1981
|
-
version = "0.1.0-alpha.
|
|
1973
|
+
version = "0.1.0-alpha.11"
|
|
1982
1974
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1983
|
-
checksum = "
|
|
1975
|
+
checksum = "f6a941026633b173a84d93f64243677bb266c0214df6ca7d131d0e7a244f9bcc"
|
|
1984
1976
|
dependencies = [
|
|
1985
1977
|
"futures-core",
|
|
1986
1978
|
"futures-io",
|
|
1987
1979
|
"hclient-core",
|
|
1988
1980
|
"hyper",
|
|
1989
|
-
"thiserror 2.0.
|
|
1981
|
+
"thiserror 2.0.20",
|
|
1990
1982
|
]
|
|
1991
1983
|
|
|
1992
1984
|
[[package]]
|
|
1993
1985
|
name = "hclient-rt-tokio"
|
|
1994
|
-
version = "0.1.0-alpha.
|
|
1986
|
+
version = "0.1.0-alpha.11"
|
|
1995
1987
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1996
|
-
checksum = "
|
|
1988
|
+
checksum = "07baf2cd9dbdbe666ab3852f7ac2bc2b4002b7c082c175bce9cebe47e2b8d4aa"
|
|
1997
1989
|
dependencies = [
|
|
1998
1990
|
"futures-core",
|
|
1999
1991
|
"hclient-rt",
|
|
@@ -2004,9 +1996,9 @@ dependencies = [
|
|
|
2004
1996
|
|
|
2005
1997
|
[[package]]
|
|
2006
1998
|
name = "hclient-tls"
|
|
2007
|
-
version = "0.1.0-alpha.
|
|
1999
|
+
version = "0.1.0-alpha.10"
|
|
2008
2000
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2009
|
-
checksum = "
|
|
2001
|
+
checksum = "14d332cc1ef507f3ff5e01a9a980d101109dcc4b8d835574eef5eb003e4af718"
|
|
2010
2002
|
dependencies = [
|
|
2011
2003
|
"hclient-core",
|
|
2012
2004
|
"hyper",
|
|
@@ -2014,9 +2006,9 @@ dependencies = [
|
|
|
2014
2006
|
|
|
2015
2007
|
[[package]]
|
|
2016
2008
|
name = "hclient-tls-rustls"
|
|
2017
|
-
version = "0.1.0-alpha.
|
|
2009
|
+
version = "0.1.0-alpha.12"
|
|
2018
2010
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2019
|
-
checksum = "
|
|
2011
|
+
checksum = "663266d8b2d27085c3d32bb373c78103eb575e843b8f1307875d2cc42d838236"
|
|
2020
2012
|
dependencies = [
|
|
2021
2013
|
"hclient-core",
|
|
2022
2014
|
"hclient-tls",
|
|
@@ -2024,7 +2016,8 @@ dependencies = [
|
|
|
2024
2016
|
"rustls",
|
|
2025
2017
|
"rustls-pki-types",
|
|
2026
2018
|
"rustls-platform-verifier",
|
|
2027
|
-
"thiserror 2.0.
|
|
2019
|
+
"thiserror 2.0.20",
|
|
2020
|
+
"tracing",
|
|
2028
2021
|
"webpki-roots",
|
|
2029
2022
|
]
|
|
2030
2023
|
|
|
@@ -2036,9 +2029,9 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
|
|
2036
2029
|
|
|
2037
2030
|
[[package]]
|
|
2038
2031
|
name = "hermit-abi"
|
|
2039
|
-
version = "0.5.
|
|
2032
|
+
version = "0.5.3"
|
|
2040
2033
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2041
|
-
checksum = "
|
|
2034
|
+
checksum = "e17592d60ebacc7d5e169f4663c5f84f9161cc90328abcfe8456f41e4dfcb284"
|
|
2042
2035
|
|
|
2043
2036
|
[[package]]
|
|
2044
2037
|
name = "hex"
|
|
@@ -2077,9 +2070,9 @@ dependencies = [
|
|
|
2077
2070
|
|
|
2078
2071
|
[[package]]
|
|
2079
2072
|
name = "http-body-util"
|
|
2080
|
-
version = "0.1.
|
|
2073
|
+
version = "0.1.5"
|
|
2081
2074
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2082
|
-
checksum = "
|
|
2075
|
+
checksum = "23169fe34a5fbcdd3f3862e78fb9b6fccd5f02a6dc6f732547005d45631ce71c"
|
|
2083
2076
|
dependencies = [
|
|
2084
2077
|
"bytes",
|
|
2085
2078
|
"futures-core",
|
|
@@ -2102,9 +2095,9 @@ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
|
|
2102
2095
|
|
|
2103
2096
|
[[package]]
|
|
2104
2097
|
name = "hybrid-array"
|
|
2105
|
-
version = "0.4.
|
|
2098
|
+
version = "0.4.15"
|
|
2106
2099
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2107
|
-
checksum = "
|
|
2100
|
+
checksum = "27f864f10dfb56725ce5ce5472bc52252c8f93a4ab86327122cebf62c5f59a17"
|
|
2108
2101
|
dependencies = [
|
|
2109
2102
|
"typenum",
|
|
2110
2103
|
]
|
|
@@ -2195,9 +2188,9 @@ dependencies = [
|
|
|
2195
2188
|
|
|
2196
2189
|
[[package]]
|
|
2197
2190
|
name = "icu_collections"
|
|
2198
|
-
version = "2.
|
|
2191
|
+
version = "2.3.0"
|
|
2199
2192
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2200
|
-
checksum = "
|
|
2193
|
+
checksum = "fa68d21081c4a05d5a901a1c62add574c77048b6a1c67be3b50ce0b60d4ca513"
|
|
2201
2194
|
dependencies = [
|
|
2202
2195
|
"displaydoc",
|
|
2203
2196
|
"potential_utf",
|
|
@@ -2209,9 +2202,9 @@ dependencies = [
|
|
|
2209
2202
|
|
|
2210
2203
|
[[package]]
|
|
2211
2204
|
name = "icu_locale_core"
|
|
2212
|
-
version = "2.
|
|
2205
|
+
version = "2.3.0"
|
|
2213
2206
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2214
|
-
checksum = "
|
|
2207
|
+
checksum = "d56e28588da92eee5c3201a6eff33fabdd49b62269c8938d4ff050ce4d900deb"
|
|
2215
2208
|
dependencies = [
|
|
2216
2209
|
"displaydoc",
|
|
2217
2210
|
"litemap",
|
|
@@ -2222,9 +2215,9 @@ dependencies = [
|
|
|
2222
2215
|
|
|
2223
2216
|
[[package]]
|
|
2224
2217
|
name = "icu_normalizer"
|
|
2225
|
-
version = "2.
|
|
2218
|
+
version = "2.3.0"
|
|
2226
2219
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2227
|
-
checksum = "
|
|
2220
|
+
checksum = "12f9cf5f235641ed274641dd81c3f28d870e276763d0797aeeab72317b1c646f"
|
|
2228
2221
|
dependencies = [
|
|
2229
2222
|
"icu_collections",
|
|
2230
2223
|
"icu_normalizer_data",
|
|
@@ -2236,16 +2229,17 @@ dependencies = [
|
|
|
2236
2229
|
|
|
2237
2230
|
[[package]]
|
|
2238
2231
|
name = "icu_normalizer_data"
|
|
2239
|
-
version = "2.
|
|
2232
|
+
version = "2.3.0"
|
|
2240
2233
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2241
|
-
checksum = "
|
|
2234
|
+
checksum = "1563da1ed3e0b3bf3d74c9b85917ac9c56464d2f57242270c09c9e752f8021a0"
|
|
2242
2235
|
|
|
2243
2236
|
[[package]]
|
|
2244
2237
|
name = "icu_properties"
|
|
2245
|
-
version = "2.
|
|
2238
|
+
version = "2.3.0"
|
|
2246
2239
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2247
|
-
checksum = "
|
|
2240
|
+
checksum = "7e7ca276ad3145661a65914e6daf131ca5120cd3dcee8f8f3214b8875184a148"
|
|
2248
2241
|
dependencies = [
|
|
2242
|
+
"displaydoc",
|
|
2249
2243
|
"icu_collections",
|
|
2250
2244
|
"icu_locale_core",
|
|
2251
2245
|
"icu_properties_data",
|
|
@@ -2256,15 +2250,15 @@ dependencies = [
|
|
|
2256
2250
|
|
|
2257
2251
|
[[package]]
|
|
2258
2252
|
name = "icu_properties_data"
|
|
2259
|
-
version = "2.
|
|
2253
|
+
version = "2.3.0"
|
|
2260
2254
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2261
|
-
checksum = "
|
|
2255
|
+
checksum = "e590f038c1464a96894fd6d10127e90a8be4509f56ff7ecef851b15cee0b7caa"
|
|
2262
2256
|
|
|
2263
2257
|
[[package]]
|
|
2264
2258
|
name = "icu_provider"
|
|
2265
|
-
version = "2.
|
|
2259
|
+
version = "2.3.1"
|
|
2266
2260
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2267
|
-
checksum = "
|
|
2261
|
+
checksum = "d27bbb9d3abbefac45d55f647c9de1d44aafcd1186eb91879afef17c396c3e73"
|
|
2268
2262
|
dependencies = [
|
|
2269
2263
|
"displaydoc",
|
|
2270
2264
|
"icu_locale_core",
|
|
@@ -2340,9 +2334,9 @@ dependencies = [
|
|
|
2340
2334
|
|
|
2341
2335
|
[[package]]
|
|
2342
2336
|
name = "indexmap"
|
|
2343
|
-
version = "2.14.
|
|
2337
|
+
version = "2.14.2"
|
|
2344
2338
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2345
|
-
checksum = "
|
|
2339
|
+
checksum = "cc4e190f5d26ca7051642629da2c52fc03bde85a03197c99408dcd291734c855"
|
|
2346
2340
|
dependencies = [
|
|
2347
2341
|
"equivalent",
|
|
2348
2342
|
"hashbrown 0.17.1",
|
|
@@ -2369,7 +2363,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2369
2363
|
checksum = "20fd6de4ccfcc187e38bc21cfa543cb5a302cb86a8b114eb7f0bf0dc9f8ac00f"
|
|
2370
2364
|
dependencies = [
|
|
2371
2365
|
"io-lifetimes 3.0.1",
|
|
2372
|
-
"windows-sys 0.
|
|
2366
|
+
"windows-sys 0.60.2",
|
|
2373
2367
|
]
|
|
2374
2368
|
|
|
2375
2369
|
[[package]]
|
|
@@ -2386,9 +2380,9 @@ checksum = "2f0fb0570afe1fed943c5c3d4102d5358592d8625fda6a0007fdbe65a92fba96"
|
|
|
2386
2380
|
|
|
2387
2381
|
[[package]]
|
|
2388
2382
|
name = "ipnet"
|
|
2389
|
-
version = "2.12.
|
|
2383
|
+
version = "2.12.2"
|
|
2390
2384
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2391
|
-
checksum = "
|
|
2385
|
+
checksum = "791930b43c0d5973160d90a8f3894509f2b273430f5c5c73b668636d0287c5c0"
|
|
2392
2386
|
|
|
2393
2387
|
[[package]]
|
|
2394
2388
|
name = "is-terminal"
|
|
@@ -2450,35 +2444,56 @@ dependencies = [
|
|
|
2450
2444
|
|
|
2451
2445
|
[[package]]
|
|
2452
2446
|
name = "jiff"
|
|
2453
|
-
version = "0.2.
|
|
2447
|
+
version = "0.2.37"
|
|
2454
2448
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2455
|
-
checksum = "
|
|
2449
|
+
checksum = "0ab1baf72f08796de0260609515130699b890ac25f30e610ad894bc5856cafdb"
|
|
2456
2450
|
dependencies = [
|
|
2451
|
+
"defmt",
|
|
2457
2452
|
"jiff-core",
|
|
2458
2453
|
"jiff-static",
|
|
2454
|
+
"jiff-tzdb-platform",
|
|
2455
|
+
"log",
|
|
2459
2456
|
"portable-atomic",
|
|
2460
2457
|
"portable-atomic-util",
|
|
2458
|
+
"serde_core",
|
|
2459
|
+
"windows-link 0.2.1",
|
|
2461
2460
|
]
|
|
2462
2461
|
|
|
2463
2462
|
[[package]]
|
|
2464
2463
|
name = "jiff-core"
|
|
2465
|
-
version = "0.1.
|
|
2464
|
+
version = "0.1.1"
|
|
2466
2465
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2467
|
-
checksum = "
|
|
2466
|
+
checksum = "5e52fe76043ccecc9005d2305ebaadf7d7fc0cc89ca6baa10a94d6bc68c7128c"
|
|
2468
2467
|
dependencies = [
|
|
2469
2468
|
"defmt",
|
|
2469
|
+
"log",
|
|
2470
2470
|
]
|
|
2471
2471
|
|
|
2472
2472
|
[[package]]
|
|
2473
2473
|
name = "jiff-static"
|
|
2474
|
-
version = "0.2.
|
|
2474
|
+
version = "0.2.37"
|
|
2475
2475
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2476
|
-
checksum = "
|
|
2476
|
+
checksum = "378268a1116ad67ae6228701118ac9f491d78fda38a40a1f1a9e1348de6f7212"
|
|
2477
2477
|
dependencies = [
|
|
2478
2478
|
"jiff-core",
|
|
2479
2479
|
"proc-macro2",
|
|
2480
2480
|
"quote",
|
|
2481
|
-
"syn 2.0.
|
|
2481
|
+
"syn 2.0.119",
|
|
2482
|
+
]
|
|
2483
|
+
|
|
2484
|
+
[[package]]
|
|
2485
|
+
name = "jiff-tzdb"
|
|
2486
|
+
version = "0.1.8"
|
|
2487
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2488
|
+
checksum = "142bd39932ad231f10513df9ab62661fead8719872150b7ad02a2df79f4e141e"
|
|
2489
|
+
|
|
2490
|
+
[[package]]
|
|
2491
|
+
name = "jiff-tzdb-platform"
|
|
2492
|
+
version = "0.1.3"
|
|
2493
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2494
|
+
checksum = "875a5a69ac2bab1a891711cf5eccbec1ce0341ea805560dcd90b7a2e925132e8"
|
|
2495
|
+
dependencies = [
|
|
2496
|
+
"jiff-tzdb",
|
|
2482
2497
|
]
|
|
2483
2498
|
|
|
2484
2499
|
[[package]]
|
|
@@ -2493,9 +2508,9 @@ dependencies = [
|
|
|
2493
2508
|
"jni-sys",
|
|
2494
2509
|
"log",
|
|
2495
2510
|
"simd_cesu8",
|
|
2496
|
-
"thiserror 2.0.
|
|
2511
|
+
"thiserror 2.0.20",
|
|
2497
2512
|
"walkdir",
|
|
2498
|
-
"windows-link",
|
|
2513
|
+
"windows-link 0.2.1",
|
|
2499
2514
|
]
|
|
2500
2515
|
|
|
2501
2516
|
[[package]]
|
|
@@ -2508,7 +2523,7 @@ dependencies = [
|
|
|
2508
2523
|
"quote",
|
|
2509
2524
|
"rustc_version",
|
|
2510
2525
|
"simd_cesu8",
|
|
2511
|
-
"syn 2.0.
|
|
2526
|
+
"syn 2.0.119",
|
|
2512
2527
|
]
|
|
2513
2528
|
|
|
2514
2529
|
[[package]]
|
|
@@ -2527,24 +2542,24 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2527
2542
|
checksum = "38c0b942f458fe50cdac086d2f946512305e5631e720728f2a61aabcd47a6264"
|
|
2528
2543
|
dependencies = [
|
|
2529
2544
|
"quote",
|
|
2530
|
-
"syn 2.0.
|
|
2545
|
+
"syn 2.0.119",
|
|
2531
2546
|
]
|
|
2532
2547
|
|
|
2533
2548
|
[[package]]
|
|
2534
2549
|
name = "jobserver"
|
|
2535
|
-
version = "0.1.
|
|
2550
|
+
version = "0.1.35"
|
|
2536
2551
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2537
|
-
checksum = "
|
|
2552
|
+
checksum = "1c00acbd29eabad4a2392fa0e921c874934dbbf4194312ad20f04a0ed67a3cb3"
|
|
2538
2553
|
dependencies = [
|
|
2539
|
-
"getrandom 0.3
|
|
2554
|
+
"getrandom 0.4.3",
|
|
2540
2555
|
"libc",
|
|
2541
2556
|
]
|
|
2542
2557
|
|
|
2543
2558
|
[[package]]
|
|
2544
2559
|
name = "js-sys"
|
|
2545
|
-
version = "0.3.
|
|
2560
|
+
version = "0.3.105"
|
|
2546
2561
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2547
|
-
checksum = "
|
|
2562
|
+
checksum = "ce57d20d1ea864ce2ac172ab472d409214f4fd359f0b2a2775abdf522e2af99e"
|
|
2548
2563
|
dependencies = [
|
|
2549
2564
|
"cfg-if",
|
|
2550
2565
|
"futures-util",
|
|
@@ -2560,7 +2575,7 @@ dependencies = [
|
|
|
2560
2575
|
"jsonptr",
|
|
2561
2576
|
"serde",
|
|
2562
2577
|
"serde_json",
|
|
2563
|
-
"thiserror 2.0.
|
|
2578
|
+
"thiserror 2.0.20",
|
|
2564
2579
|
]
|
|
2565
2580
|
|
|
2566
2581
|
[[package]]
|
|
@@ -2618,9 +2633,9 @@ checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
|
|
|
2618
2633
|
|
|
2619
2634
|
[[package]]
|
|
2620
2635
|
name = "libc"
|
|
2621
|
-
version = "0.2.
|
|
2636
|
+
version = "0.2.189"
|
|
2622
2637
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2623
|
-
checksum = "
|
|
2638
|
+
checksum = "3eaf3ede3fee6db1a4c2ee091bf8a8b4dccdc6d17f656fb07896ee72867612f2"
|
|
2624
2639
|
|
|
2625
2640
|
[[package]]
|
|
2626
2641
|
name = "libm"
|
|
@@ -2630,9 +2645,9 @@ checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
|
|
|
2630
2645
|
|
|
2631
2646
|
[[package]]
|
|
2632
2647
|
name = "libredox"
|
|
2633
|
-
version = "0.1.
|
|
2648
|
+
version = "0.1.24"
|
|
2634
2649
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2635
|
-
checksum = "
|
|
2650
|
+
checksum = "6480ccc157a1389bb2e4891b24751b0f798ba640d22386f23143fbcc89da195a"
|
|
2636
2651
|
dependencies = [
|
|
2637
2652
|
"libc",
|
|
2638
2653
|
]
|
|
@@ -2645,9 +2660,9 @@ checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
|
|
|
2645
2660
|
|
|
2646
2661
|
[[package]]
|
|
2647
2662
|
name = "litemap"
|
|
2648
|
-
version = "0.8.
|
|
2663
|
+
version = "0.8.3"
|
|
2649
2664
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2650
|
-
checksum = "
|
|
2665
|
+
checksum = "47d9d19d1d6efa0109d2f65ff4c85cddd50bd572e5a00127ab10987290bcefae"
|
|
2651
2666
|
|
|
2652
2667
|
[[package]]
|
|
2653
2668
|
name = "lock_api"
|
|
@@ -2660,15 +2675,15 @@ dependencies = [
|
|
|
2660
2675
|
|
|
2661
2676
|
[[package]]
|
|
2662
2677
|
name = "log"
|
|
2663
|
-
version = "0.4.
|
|
2678
|
+
version = "0.4.34"
|
|
2664
2679
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2665
|
-
checksum = "
|
|
2680
|
+
checksum = "f9f8bd3e56ce4dfc153cf470fffbfa98c7620958b312ca5c3a4b8d5181fd13c6"
|
|
2666
2681
|
|
|
2667
2682
|
[[package]]
|
|
2668
2683
|
name = "lru-slab"
|
|
2669
|
-
version = "0.1.
|
|
2684
|
+
version = "0.1.3"
|
|
2670
2685
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2671
|
-
checksum = "
|
|
2686
|
+
checksum = "4050469837a6ff301cd14c1f8f24f88549e6d548f24f64e2148eb0f72cebc51f"
|
|
2672
2687
|
|
|
2673
2688
|
[[package]]
|
|
2674
2689
|
name = "mach2"
|
|
@@ -2699,24 +2714,24 @@ checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
|
|
|
2699
2714
|
|
|
2700
2715
|
[[package]]
|
|
2701
2716
|
name = "memchr"
|
|
2702
|
-
version = "2.8.
|
|
2717
|
+
version = "2.8.3"
|
|
2703
2718
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2704
|
-
checksum = "
|
|
2719
|
+
checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98"
|
|
2705
2720
|
|
|
2706
2721
|
[[package]]
|
|
2707
2722
|
name = "memfd"
|
|
2708
|
-
version = "0.6.
|
|
2723
|
+
version = "0.6.6"
|
|
2709
2724
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2710
|
-
checksum = "
|
|
2725
|
+
checksum = "57804b2c9b69967f1536a56f86297e367a33b19e98852ed624b84551cdbc0d90"
|
|
2711
2726
|
dependencies = [
|
|
2712
2727
|
"rustix",
|
|
2713
2728
|
]
|
|
2714
2729
|
|
|
2715
2730
|
[[package]]
|
|
2716
2731
|
name = "memo-map"
|
|
2717
|
-
version = "0.3.
|
|
2732
|
+
version = "0.3.4"
|
|
2718
2733
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2719
|
-
checksum = "
|
|
2734
|
+
checksum = "5449c8c750f1a07ea702bbd212bd999fceece9b3d1508b17023b3e174583124b"
|
|
2720
2735
|
|
|
2721
2736
|
[[package]]
|
|
2722
2737
|
name = "mime"
|
|
@@ -2726,9 +2741,9 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
|
|
2726
2741
|
|
|
2727
2742
|
[[package]]
|
|
2728
2743
|
name = "minijinja"
|
|
2729
|
-
version = "2.
|
|
2744
|
+
version = "2.24.0"
|
|
2730
2745
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2731
|
-
checksum = "
|
|
2746
|
+
checksum = "86886cf6dbf4e614b19c9a1eec9775f021869d7eadde0fc73921a81b90c9b4c9"
|
|
2732
2747
|
dependencies = [
|
|
2733
2748
|
"memo-map",
|
|
2734
2749
|
"serde",
|
|
@@ -2736,9 +2751,9 @@ dependencies = [
|
|
|
2736
2751
|
|
|
2737
2752
|
[[package]]
|
|
2738
2753
|
name = "miniz_oxide"
|
|
2739
|
-
version = "0.
|
|
2754
|
+
version = "0.9.1"
|
|
2740
2755
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2741
|
-
checksum = "
|
|
2756
|
+
checksum = "b63fbc4a50860e98e7b2aa7804ded1db5cbc3aff9193adaff57a6931bf7c4b4c"
|
|
2742
2757
|
dependencies = [
|
|
2743
2758
|
"adler2",
|
|
2744
2759
|
"simd-adler32",
|
|
@@ -2746,15 +2761,42 @@ dependencies = [
|
|
|
2746
2761
|
|
|
2747
2762
|
[[package]]
|
|
2748
2763
|
name = "mio"
|
|
2749
|
-
version = "1.2.
|
|
2764
|
+
version = "1.2.3"
|
|
2750
2765
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2751
|
-
checksum = "
|
|
2766
|
+
checksum = "4b18443e9c262bfe8fa82f51666e2642c53393f7e5c27b3e1aeab922cff5b9d8"
|
|
2752
2767
|
dependencies = [
|
|
2753
2768
|
"libc",
|
|
2754
2769
|
"wasi",
|
|
2755
2770
|
"windows-sys 0.61.2",
|
|
2756
2771
|
]
|
|
2757
2772
|
|
|
2773
|
+
[[package]]
|
|
2774
|
+
name = "multiversion"
|
|
2775
|
+
version = "0.9.0"
|
|
2776
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2777
|
+
checksum = "b4ca4bea16ffc3f443cf7d866912118196bfef4c6a1556ca00f9f9b00bb43f7c"
|
|
2778
|
+
dependencies = [
|
|
2779
|
+
"multiversion-macros",
|
|
2780
|
+
]
|
|
2781
|
+
|
|
2782
|
+
[[package]]
|
|
2783
|
+
name = "multiversion-macros"
|
|
2784
|
+
version = "0.9.0"
|
|
2785
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2786
|
+
checksum = "0d416831a7317ef4b08bee00b69cbbb9c8763da7959a7026244d6266869f9c83"
|
|
2787
|
+
dependencies = [
|
|
2788
|
+
"proc-macro2",
|
|
2789
|
+
"quote",
|
|
2790
|
+
"rustversion",
|
|
2791
|
+
"syn 3.0.6",
|
|
2792
|
+
]
|
|
2793
|
+
|
|
2794
|
+
[[package]]
|
|
2795
|
+
name = "multiversion_no_op"
|
|
2796
|
+
version = "1.0.0"
|
|
2797
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2798
|
+
checksum = "743fb55ba31b18fb1ecef6bdc9aa2743314978ac084044301a7eee33fb99a20d"
|
|
2799
|
+
|
|
2758
2800
|
[[package]]
|
|
2759
2801
|
name = "ndk-context"
|
|
2760
2802
|
version = "0.1.1"
|
|
@@ -2767,7 +2809,7 @@ version = "0.31.3"
|
|
|
2767
2809
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2768
2810
|
checksum = "cf20d2fde8ff38632c426f1165ed7436270b44f199fc55284c38276f9db47c3d"
|
|
2769
2811
|
dependencies = [
|
|
2770
|
-
"bitflags 2.13.
|
|
2812
|
+
"bitflags 2.13.2",
|
|
2771
2813
|
"cfg-if",
|
|
2772
2814
|
"cfg_aliases",
|
|
2773
2815
|
"libc",
|
|
@@ -2828,7 +2870,7 @@ version = "0.3.2"
|
|
|
2828
2870
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2829
2871
|
checksum = "d49e936b501e5c5bf01fda3a9452ff86dc3ea98ad5f283e1455153142d97518c"
|
|
2830
2872
|
dependencies = [
|
|
2831
|
-
"bitflags 2.13.
|
|
2873
|
+
"bitflags 2.13.2",
|
|
2832
2874
|
"objc2",
|
|
2833
2875
|
"objc2-foundation",
|
|
2834
2876
|
]
|
|
@@ -2839,7 +2881,7 @@ version = "0.3.2"
|
|
|
2839
2881
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2840
2882
|
checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
|
|
2841
2883
|
dependencies = [
|
|
2842
|
-
"bitflags 2.13.
|
|
2884
|
+
"bitflags 2.13.2",
|
|
2843
2885
|
"dispatch2",
|
|
2844
2886
|
"objc2",
|
|
2845
2887
|
]
|
|
@@ -2856,7 +2898,7 @@ version = "0.3.2"
|
|
|
2856
2898
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2857
2899
|
checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
|
|
2858
2900
|
dependencies = [
|
|
2859
|
-
"bitflags 2.13.
|
|
2901
|
+
"bitflags 2.13.2",
|
|
2860
2902
|
"objc2",
|
|
2861
2903
|
"objc2-core-foundation",
|
|
2862
2904
|
]
|
|
@@ -2869,7 +2911,7 @@ checksum = "2e5a6c098c7a3b6547378093f5cc30bc54fd361ce711e05293a5cc589562739b"
|
|
|
2869
2911
|
dependencies = [
|
|
2870
2912
|
"crc32fast",
|
|
2871
2913
|
"hashbrown 0.17.1",
|
|
2872
|
-
"indexmap 2.14.
|
|
2914
|
+
"indexmap 2.14.2",
|
|
2873
2915
|
"memchr",
|
|
2874
2916
|
]
|
|
2875
2917
|
|
|
@@ -2894,7 +2936,7 @@ dependencies = [
|
|
|
2894
2936
|
"serde",
|
|
2895
2937
|
"serde_json",
|
|
2896
2938
|
"sha2 0.11.0",
|
|
2897
|
-
"thiserror 2.0.
|
|
2939
|
+
"thiserror 2.0.20",
|
|
2898
2940
|
"tokio",
|
|
2899
2941
|
"tracing",
|
|
2900
2942
|
"unicase",
|
|
@@ -2914,7 +2956,7 @@ dependencies = [
|
|
|
2914
2956
|
"serde_json",
|
|
2915
2957
|
"strum",
|
|
2916
2958
|
"strum_macros",
|
|
2917
|
-
"thiserror 2.0.
|
|
2959
|
+
"thiserror 2.0.20",
|
|
2918
2960
|
]
|
|
2919
2961
|
|
|
2920
2962
|
[[package]]
|
|
@@ -2960,9 +3002,9 @@ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
|
|
|
2960
3002
|
|
|
2961
3003
|
[[package]]
|
|
2962
3004
|
name = "owo-colors"
|
|
2963
|
-
version = "4.
|
|
3005
|
+
version = "4.4.0"
|
|
2964
3006
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2965
|
-
checksum = "
|
|
3007
|
+
checksum = "13c45bb4a6ae1280ec0803b1ef9d3455eb50f01efbbe1447ab020f1d54fba9d8"
|
|
2966
3008
|
dependencies = [
|
|
2967
3009
|
"supports-color 2.1.0",
|
|
2968
3010
|
"supports-color 3.0.2",
|
|
@@ -2988,7 +3030,7 @@ dependencies = [
|
|
|
2988
3030
|
"libc",
|
|
2989
3031
|
"redox_syscall",
|
|
2990
3032
|
"smallvec",
|
|
2991
|
-
"windows-link",
|
|
3033
|
+
"windows-link 0.2.1",
|
|
2992
3034
|
]
|
|
2993
3035
|
|
|
2994
3036
|
[[package]]
|
|
@@ -3016,7 +3058,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
3016
3058
|
checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
|
|
3017
3059
|
dependencies = [
|
|
3018
3060
|
"fixedbitset",
|
|
3019
|
-
"indexmap 2.14.
|
|
3061
|
+
"indexmap 2.14.2",
|
|
3020
3062
|
]
|
|
3021
3063
|
|
|
3022
3064
|
[[package]]
|
|
@@ -3027,9 +3069,9 @@ checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
|
|
|
3027
3069
|
|
|
3028
3070
|
[[package]]
|
|
3029
3071
|
name = "pkg-config"
|
|
3030
|
-
version = "0.3.
|
|
3072
|
+
version = "0.3.34"
|
|
3031
3073
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3032
|
-
checksum = "
|
|
3074
|
+
checksum = "f6b464fbc74e149a392436b17d523f769e057cb6877f6a5c4618bc6f11800548"
|
|
3033
3075
|
|
|
3034
3076
|
[[package]]
|
|
3035
3077
|
name = "portable-atomic"
|
|
@@ -3060,9 +3102,9 @@ dependencies = [
|
|
|
3060
3102
|
|
|
3061
3103
|
[[package]]
|
|
3062
3104
|
name = "potential_utf"
|
|
3063
|
-
version = "0.1.
|
|
3105
|
+
version = "0.1.6"
|
|
3064
3106
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3065
|
-
checksum = "
|
|
3107
|
+
checksum = "d83eb9bc6d8e5cf568e7a1101d60ee05e81ed50ea106026f3d18deeb046d7661"
|
|
3066
3108
|
dependencies = [
|
|
3067
3109
|
"zerovec",
|
|
3068
3110
|
]
|
|
@@ -3114,21 +3156,21 @@ dependencies = [
|
|
|
3114
3156
|
|
|
3115
3157
|
[[package]]
|
|
3116
3158
|
name = "proc-macro2"
|
|
3117
|
-
version = "1.0.
|
|
3159
|
+
version = "1.0.107"
|
|
3118
3160
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3119
|
-
checksum = "
|
|
3161
|
+
checksum = "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9"
|
|
3120
3162
|
dependencies = [
|
|
3121
3163
|
"unicode-ident",
|
|
3122
3164
|
]
|
|
3123
3165
|
|
|
3124
3166
|
[[package]]
|
|
3125
3167
|
name = "process-wrap"
|
|
3126
|
-
version = "
|
|
3168
|
+
version = "10.0.0"
|
|
3127
3169
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3128
|
-
checksum = "
|
|
3170
|
+
checksum = "0e3f4237d0e4741eb50bc5584db701f1299c85fa31ff0274dd6445e79dc42d12"
|
|
3129
3171
|
dependencies = [
|
|
3130
3172
|
"futures",
|
|
3131
|
-
"indexmap 2.14.
|
|
3173
|
+
"indexmap 2.14.2",
|
|
3132
3174
|
"nix",
|
|
3133
3175
|
"tokio",
|
|
3134
3176
|
"tracing",
|
|
@@ -3143,7 +3185,7 @@ checksum = "4b45fcc2344c680f5025fe57779faef368840d0bd1f42f216291f0dc4ace4744"
|
|
|
3143
3185
|
dependencies = [
|
|
3144
3186
|
"bit-set",
|
|
3145
3187
|
"bit-vec",
|
|
3146
|
-
"bitflags 2.13.
|
|
3188
|
+
"bitflags 2.13.2",
|
|
3147
3189
|
"num-traits",
|
|
3148
3190
|
"rand 0.9.5",
|
|
3149
3191
|
"rand_chacha",
|
|
@@ -3156,9 +3198,9 @@ dependencies = [
|
|
|
3156
3198
|
|
|
3157
3199
|
[[package]]
|
|
3158
3200
|
name = "pulley-interpreter"
|
|
3159
|
-
version = "48.0.
|
|
3201
|
+
version = "48.0.2"
|
|
3160
3202
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3161
|
-
checksum = "
|
|
3203
|
+
checksum = "6e95d890afdd44c1269bdc84e9f043c3a6c02e8bfd1781d64468e62f05880c83"
|
|
3162
3204
|
dependencies = [
|
|
3163
3205
|
"cranelift-bitset",
|
|
3164
3206
|
"log",
|
|
@@ -3168,13 +3210,13 @@ dependencies = [
|
|
|
3168
3210
|
|
|
3169
3211
|
[[package]]
|
|
3170
3212
|
name = "pulley-macros"
|
|
3171
|
-
version = "48.0.
|
|
3213
|
+
version = "48.0.2"
|
|
3172
3214
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3173
|
-
checksum = "
|
|
3215
|
+
checksum = "550c64f4245f013664d187a37ec94b4e99bd43a00980134e0e5fd48896b1d3af"
|
|
3174
3216
|
dependencies = [
|
|
3175
3217
|
"proc-macro2",
|
|
3176
3218
|
"quote",
|
|
3177
|
-
"syn 2.0.
|
|
3219
|
+
"syn 2.0.119",
|
|
3178
3220
|
]
|
|
3179
3221
|
|
|
3180
3222
|
[[package]]
|
|
@@ -3185,9 +3227,9 @@ checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
|
|
3185
3227
|
|
|
3186
3228
|
[[package]]
|
|
3187
3229
|
name = "quinn"
|
|
3188
|
-
version = "0.11.
|
|
3230
|
+
version = "0.11.12"
|
|
3189
3231
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3190
|
-
checksum = "
|
|
3232
|
+
checksum = "4051e23e9185c255a7e33ef59cdbca87a22d359052eecd22fc6b901fb37d9d11"
|
|
3191
3233
|
dependencies = [
|
|
3192
3234
|
"bytes",
|
|
3193
3235
|
"cfg_aliases",
|
|
@@ -3197,7 +3239,7 @@ dependencies = [
|
|
|
3197
3239
|
"rustc-hash",
|
|
3198
3240
|
"rustls",
|
|
3199
3241
|
"socket2",
|
|
3200
|
-
"thiserror 2.0.
|
|
3242
|
+
"thiserror 2.0.20",
|
|
3201
3243
|
"tokio",
|
|
3202
3244
|
"tracing",
|
|
3203
3245
|
"web-time",
|
|
@@ -3205,9 +3247,9 @@ dependencies = [
|
|
|
3205
3247
|
|
|
3206
3248
|
[[package]]
|
|
3207
3249
|
name = "quinn-proto"
|
|
3208
|
-
version = "0.11.
|
|
3250
|
+
version = "0.11.18"
|
|
3209
3251
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3210
|
-
checksum = "
|
|
3252
|
+
checksum = "a9746dbde176634f4f2f1faf2404e30a31b2bc1e9cafb5329c95d8177a18c9fc"
|
|
3211
3253
|
dependencies = [
|
|
3212
3254
|
"aws-lc-rs",
|
|
3213
3255
|
"bytes",
|
|
@@ -3220,7 +3262,7 @@ dependencies = [
|
|
|
3220
3262
|
"rustls",
|
|
3221
3263
|
"rustls-pki-types",
|
|
3222
3264
|
"slab",
|
|
3223
|
-
"thiserror 2.0.
|
|
3265
|
+
"thiserror 2.0.20",
|
|
3224
3266
|
"tinyvec",
|
|
3225
3267
|
"tracing",
|
|
3226
3268
|
"web-time",
|
|
@@ -3242,9 +3284,9 @@ dependencies = [
|
|
|
3242
3284
|
|
|
3243
3285
|
[[package]]
|
|
3244
3286
|
name = "quote"
|
|
3245
|
-
version = "1.0.
|
|
3287
|
+
version = "1.0.47"
|
|
3246
3288
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3247
|
-
checksum = "
|
|
3289
|
+
checksum = "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001"
|
|
3248
3290
|
dependencies = [
|
|
3249
3291
|
"proc-macro2",
|
|
3250
3292
|
]
|
|
@@ -3360,7 +3402,7 @@ version = "0.5.18"
|
|
|
3360
3402
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3361
3403
|
checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
|
|
3362
3404
|
dependencies = [
|
|
3363
|
-
"bitflags 2.13.
|
|
3405
|
+
"bitflags 2.13.2",
|
|
3364
3406
|
]
|
|
3365
3407
|
|
|
3366
3408
|
[[package]]
|
|
@@ -3376,33 +3418,32 @@ dependencies = [
|
|
|
3376
3418
|
|
|
3377
3419
|
[[package]]
|
|
3378
3420
|
name = "redox_users"
|
|
3379
|
-
version = "0.5.
|
|
3421
|
+
version = "0.5.3"
|
|
3380
3422
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3381
|
-
checksum = "
|
|
3423
|
+
checksum = "60dc65c0ff1a7ae1294b0c67b9f14baf70b644404010370171787bfac1038fc0"
|
|
3382
3424
|
dependencies = [
|
|
3383
|
-
"getrandom 0.2.17",
|
|
3384
3425
|
"libredox",
|
|
3385
|
-
"thiserror 2.0.
|
|
3426
|
+
"thiserror 2.0.20",
|
|
3386
3427
|
]
|
|
3387
3428
|
|
|
3388
3429
|
[[package]]
|
|
3389
3430
|
name = "ref-cast"
|
|
3390
|
-
version = "1.0.
|
|
3431
|
+
version = "1.0.27"
|
|
3391
3432
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3392
|
-
checksum = "
|
|
3433
|
+
checksum = "7e440fb4e4b4147295338efb76001ab9e4efc0e5839df2c47fc5ac2381d365c3"
|
|
3393
3434
|
dependencies = [
|
|
3394
3435
|
"ref-cast-impl",
|
|
3395
3436
|
]
|
|
3396
3437
|
|
|
3397
3438
|
[[package]]
|
|
3398
3439
|
name = "ref-cast-impl"
|
|
3399
|
-
version = "1.0.
|
|
3440
|
+
version = "1.0.27"
|
|
3400
3441
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3401
|
-
checksum = "
|
|
3442
|
+
checksum = "92ecd8964f8453721699a1ed72037b0db49ce2f5a5138486ee89bed6f67cdf3a"
|
|
3402
3443
|
dependencies = [
|
|
3403
3444
|
"proc-macro2",
|
|
3404
3445
|
"quote",
|
|
3405
|
-
"syn
|
|
3446
|
+
"syn 3.0.6",
|
|
3406
3447
|
]
|
|
3407
3448
|
|
|
3408
3449
|
[[package]]
|
|
@@ -3434,9 +3475,9 @@ dependencies = [
|
|
|
3434
3475
|
|
|
3435
3476
|
[[package]]
|
|
3436
3477
|
name = "regex-automata"
|
|
3437
|
-
version = "0.4.
|
|
3478
|
+
version = "0.4.18"
|
|
3438
3479
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3439
|
-
checksum = "
|
|
3480
|
+
checksum = "ad8553b9b26413251cbf30e620595c7a41b3887f03da04579c0e6b0d6a06b4b2"
|
|
3440
3481
|
dependencies = [
|
|
3441
3482
|
"aho-corasick",
|
|
3442
3483
|
"memchr",
|
|
@@ -3451,11 +3492,11 @@ checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
|
|
|
3451
3492
|
|
|
3452
3493
|
[[package]]
|
|
3453
3494
|
name = "reqwest"
|
|
3454
|
-
version = "0.13.
|
|
3495
|
+
version = "0.13.5"
|
|
3455
3496
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3456
|
-
checksum = "
|
|
3497
|
+
checksum = "16a1cfa75cc186dd73d5818e510e042e40927bccc9c236b061cea97e1eb08029"
|
|
3457
3498
|
dependencies = [
|
|
3458
|
-
"base64 0.
|
|
3499
|
+
"base64 0.23.1",
|
|
3459
3500
|
"bytes",
|
|
3460
3501
|
"futures-core",
|
|
3461
3502
|
"futures-util",
|
|
@@ -3506,28 +3547,29 @@ dependencies = [
|
|
|
3506
3547
|
|
|
3507
3548
|
[[package]]
|
|
3508
3549
|
name = "rmcp"
|
|
3509
|
-
version = "3.
|
|
3550
|
+
version = "3.4.0"
|
|
3510
3551
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3511
|
-
checksum = "
|
|
3552
|
+
checksum = "b23c62fe489ac1d401ab32688cfacac3737a8978dc3343e5361464c7724fd3cb"
|
|
3512
3553
|
dependencies = [
|
|
3513
3554
|
"async-trait",
|
|
3514
|
-
"base64 0.23.
|
|
3555
|
+
"base64 0.23.1",
|
|
3515
3556
|
"bytes",
|
|
3516
3557
|
"chrono",
|
|
3517
3558
|
"futures",
|
|
3518
3559
|
"http",
|
|
3519
3560
|
"http-body",
|
|
3520
3561
|
"http-body-util",
|
|
3562
|
+
"indexmap 2.14.2",
|
|
3521
3563
|
"pastey",
|
|
3522
3564
|
"pin-project-lite",
|
|
3523
3565
|
"process-wrap",
|
|
3524
3566
|
"rand 0.10.2",
|
|
3525
3567
|
"rmcp-macros",
|
|
3526
|
-
"schemars 1.2.
|
|
3568
|
+
"schemars 1.2.2",
|
|
3527
3569
|
"serde",
|
|
3528
3570
|
"serde_json",
|
|
3529
3571
|
"sse-stream",
|
|
3530
|
-
"thiserror 2.0.
|
|
3572
|
+
"thiserror 2.0.20",
|
|
3531
3573
|
"tokio",
|
|
3532
3574
|
"tokio-stream",
|
|
3533
3575
|
"tokio-util",
|
|
@@ -3539,15 +3581,15 @@ dependencies = [
|
|
|
3539
3581
|
|
|
3540
3582
|
[[package]]
|
|
3541
3583
|
name = "rmcp-macros"
|
|
3542
|
-
version = "3.
|
|
3584
|
+
version = "3.4.0"
|
|
3543
3585
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3544
|
-
checksum = "
|
|
3586
|
+
checksum = "cd740c45d66ceb87e5579082abc27bd771665e464e9660a17a048c721b2a6025"
|
|
3545
3587
|
dependencies = [
|
|
3546
|
-
"darling 0.
|
|
3588
|
+
"darling 0.24.1",
|
|
3547
3589
|
"proc-macro2",
|
|
3548
3590
|
"quote",
|
|
3549
3591
|
"serde_json",
|
|
3550
|
-
"syn
|
|
3592
|
+
"syn 3.0.6",
|
|
3551
3593
|
]
|
|
3552
3594
|
|
|
3553
3595
|
[[package]]
|
|
@@ -3558,9 +3600,9 @@ checksum = "323c417e1d9665a65b263ec744ba09030cfb277e9daa0b018a4ab62e57bc8189"
|
|
|
3558
3600
|
|
|
3559
3601
|
[[package]]
|
|
3560
3602
|
name = "rustc-demangle"
|
|
3561
|
-
version = "0.1.
|
|
3603
|
+
version = "0.1.28"
|
|
3562
3604
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3563
|
-
checksum = "
|
|
3605
|
+
checksum = "b74b56ffa8bb2830709a538c2cbcae9aa062db0d2a42563bfb09bdaae44020eb"
|
|
3564
3606
|
|
|
3565
3607
|
[[package]]
|
|
3566
3608
|
name = "rustc-hash"
|
|
@@ -3579,11 +3621,11 @@ dependencies = [
|
|
|
3579
3621
|
|
|
3580
3622
|
[[package]]
|
|
3581
3623
|
name = "rustix"
|
|
3582
|
-
version = "1.1.
|
|
3624
|
+
version = "1.1.5"
|
|
3583
3625
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3584
|
-
checksum = "
|
|
3626
|
+
checksum = "891efababe418670775f199f0d233d84843c227a0949a883ce15b37c78d6629d"
|
|
3585
3627
|
dependencies = [
|
|
3586
|
-
"bitflags 2.13.
|
|
3628
|
+
"bitflags 2.13.2",
|
|
3587
3629
|
"errno",
|
|
3588
3630
|
"libc",
|
|
3589
3631
|
"linux-raw-sys",
|
|
@@ -3602,9 +3644,9 @@ dependencies = [
|
|
|
3602
3644
|
|
|
3603
3645
|
[[package]]
|
|
3604
3646
|
name = "rustls"
|
|
3605
|
-
version = "0.23.
|
|
3647
|
+
version = "0.23.45"
|
|
3606
3648
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3607
|
-
checksum = "
|
|
3649
|
+
checksum = "0d41d731c7d2f962d1ccc364cec258de3c0e93b38c2fb3ba97ac74513048d634"
|
|
3608
3650
|
dependencies = [
|
|
3609
3651
|
"aws-lc-rs",
|
|
3610
3652
|
"once_cell",
|
|
@@ -3629,9 +3671,9 @@ dependencies = [
|
|
|
3629
3671
|
|
|
3630
3672
|
[[package]]
|
|
3631
3673
|
name = "rustls-pki-types"
|
|
3632
|
-
version = "1.15.
|
|
3674
|
+
version = "1.15.1"
|
|
3633
3675
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3634
|
-
checksum = "
|
|
3676
|
+
checksum = "2f4925028c7eb5d1fcdaf196971378ed9d2c1c4efc7dc5d011256f76c99c0a96"
|
|
3635
3677
|
dependencies = [
|
|
3636
3678
|
"web-time",
|
|
3637
3679
|
"zeroize",
|
|
@@ -3666,9 +3708,9 @@ checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
|
|
|
3666
3708
|
|
|
3667
3709
|
[[package]]
|
|
3668
3710
|
name = "rustls-webpki"
|
|
3669
|
-
version = "0.103.
|
|
3711
|
+
version = "0.103.15"
|
|
3670
3712
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3671
|
-
checksum = "
|
|
3713
|
+
checksum = "f3c3cf1d8b1e7d4927e2d154c3fcb02979afb9939629c62cd9048d4f07b60ac2"
|
|
3672
3714
|
dependencies = [
|
|
3673
3715
|
"aws-lc-rs",
|
|
3674
3716
|
"ring",
|
|
@@ -3678,9 +3720,9 @@ dependencies = [
|
|
|
3678
3720
|
|
|
3679
3721
|
[[package]]
|
|
3680
3722
|
name = "rustversion"
|
|
3681
|
-
version = "1.0.
|
|
3723
|
+
version = "1.0.23"
|
|
3682
3724
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3683
|
-
checksum = "
|
|
3725
|
+
checksum = "cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f"
|
|
3684
3726
|
|
|
3685
3727
|
[[package]]
|
|
3686
3728
|
name = "rusty-fork"
|
|
@@ -3741,9 +3783,9 @@ dependencies = [
|
|
|
3741
3783
|
|
|
3742
3784
|
[[package]]
|
|
3743
3785
|
name = "schemars"
|
|
3744
|
-
version = "1.2.
|
|
3786
|
+
version = "1.2.2"
|
|
3745
3787
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3746
|
-
checksum = "
|
|
3788
|
+
checksum = "687274d293b6cdc6e73e0fee520bf2049650090d7164f87672d212a3c530cf4a"
|
|
3747
3789
|
dependencies = [
|
|
3748
3790
|
"chrono",
|
|
3749
3791
|
"dyn-clone",
|
|
@@ -3755,14 +3797,14 @@ dependencies = [
|
|
|
3755
3797
|
|
|
3756
3798
|
[[package]]
|
|
3757
3799
|
name = "schemars_derive"
|
|
3758
|
-
version = "1.2.
|
|
3800
|
+
version = "1.2.2"
|
|
3759
3801
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3760
|
-
checksum = "
|
|
3802
|
+
checksum = "d98c67716b46af2f0b8cf752abc930f6f9aecfbf671ecfb531db8a31dbe4e2ba"
|
|
3761
3803
|
dependencies = [
|
|
3762
3804
|
"proc-macro2",
|
|
3763
3805
|
"quote",
|
|
3764
3806
|
"serde_derive_internals",
|
|
3765
|
-
"syn
|
|
3807
|
+
"syn 3.0.6",
|
|
3766
3808
|
]
|
|
3767
3809
|
|
|
3768
3810
|
[[package]]
|
|
@@ -3777,7 +3819,7 @@ version = "3.7.0"
|
|
|
3777
3819
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3778
3820
|
checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d"
|
|
3779
3821
|
dependencies = [
|
|
3780
|
-
"bitflags 2.13.
|
|
3822
|
+
"bitflags 2.13.2",
|
|
3781
3823
|
"core-foundation",
|
|
3782
3824
|
"core-foundation-sys",
|
|
3783
3825
|
"libc",
|
|
@@ -3806,9 +3848,9 @@ dependencies = [
|
|
|
3806
3848
|
|
|
3807
3849
|
[[package]]
|
|
3808
3850
|
name = "serde"
|
|
3809
|
-
version = "1.0.
|
|
3851
|
+
version = "1.0.229"
|
|
3810
3852
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3811
|
-
checksum = "
|
|
3853
|
+
checksum = "4148590afebada386688f18773da617792bf2ef03ffc1e4cbd2b1d45b023e0ba"
|
|
3812
3854
|
dependencies = [
|
|
3813
3855
|
"serde_core",
|
|
3814
3856
|
"serde_derive",
|
|
@@ -3816,42 +3858,42 @@ dependencies = [
|
|
|
3816
3858
|
|
|
3817
3859
|
[[package]]
|
|
3818
3860
|
name = "serde_core"
|
|
3819
|
-
version = "1.0.
|
|
3861
|
+
version = "1.0.229"
|
|
3820
3862
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3821
|
-
checksum = "
|
|
3863
|
+
checksum = "67dca2c9c51e58a4791a4b1ed58308b39c64224d349a935ab5039aa360942a48"
|
|
3822
3864
|
dependencies = [
|
|
3823
3865
|
"serde_derive",
|
|
3824
3866
|
]
|
|
3825
3867
|
|
|
3826
3868
|
[[package]]
|
|
3827
3869
|
name = "serde_derive"
|
|
3828
|
-
version = "1.0.
|
|
3870
|
+
version = "1.0.229"
|
|
3829
3871
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3830
|
-
checksum = "
|
|
3872
|
+
checksum = "e7a5d71263a5a7d47b41f6b3f06ba276f10cc18b0931f1799f710578e2309348"
|
|
3831
3873
|
dependencies = [
|
|
3832
3874
|
"proc-macro2",
|
|
3833
3875
|
"quote",
|
|
3834
|
-
"syn
|
|
3876
|
+
"syn 3.0.6",
|
|
3835
3877
|
]
|
|
3836
3878
|
|
|
3837
3879
|
[[package]]
|
|
3838
3880
|
name = "serde_derive_internals"
|
|
3839
|
-
version = "0.
|
|
3881
|
+
version = "0.30.0"
|
|
3840
3882
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3841
|
-
checksum = "
|
|
3883
|
+
checksum = "f852137cce035d6a4df67ccce505ff6b3e9fd3a10e3e52b24dc71e650bb1a9bd"
|
|
3842
3884
|
dependencies = [
|
|
3843
3885
|
"proc-macro2",
|
|
3844
3886
|
"quote",
|
|
3845
|
-
"syn
|
|
3887
|
+
"syn 3.0.6",
|
|
3846
3888
|
]
|
|
3847
3889
|
|
|
3848
3890
|
[[package]]
|
|
3849
3891
|
name = "serde_json"
|
|
3850
|
-
version = "1.0.
|
|
3892
|
+
version = "1.0.151"
|
|
3851
3893
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3852
|
-
checksum = "
|
|
3894
|
+
checksum = "c841b55ecdae098c80dcae9cf767f6f8a0c2cdb3416bbef72181df4d0fe73f14"
|
|
3853
3895
|
dependencies = [
|
|
3854
|
-
"indexmap 2.14.
|
|
3896
|
+
"indexmap 2.14.2",
|
|
3855
3897
|
"itoa",
|
|
3856
3898
|
"memchr",
|
|
3857
3899
|
"serde",
|
|
@@ -3893,18 +3935,19 @@ dependencies = [
|
|
|
3893
3935
|
|
|
3894
3936
|
[[package]]
|
|
3895
3937
|
name = "serde_with"
|
|
3896
|
-
version = "3.
|
|
3938
|
+
version = "3.23.0"
|
|
3897
3939
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3898
|
-
checksum = "
|
|
3940
|
+
checksum = "935177bb8c0cd8ca1a4e6d1a2ac8988bea69cab4f9d3a31311e012ad27868ea4"
|
|
3899
3941
|
dependencies = [
|
|
3900
|
-
"base64 0.
|
|
3942
|
+
"base64 0.23.1",
|
|
3901
3943
|
"bs58",
|
|
3902
3944
|
"chrono",
|
|
3903
3945
|
"hex",
|
|
3904
3946
|
"indexmap 1.9.3",
|
|
3905
|
-
"indexmap 2.14.
|
|
3947
|
+
"indexmap 2.14.2",
|
|
3948
|
+
"jiff",
|
|
3906
3949
|
"schemars 0.9.0",
|
|
3907
|
-
"schemars 1.2.
|
|
3950
|
+
"schemars 1.2.2",
|
|
3908
3951
|
"serde_core",
|
|
3909
3952
|
"serde_json",
|
|
3910
3953
|
"serde_with_macros",
|
|
@@ -3913,14 +3956,14 @@ dependencies = [
|
|
|
3913
3956
|
|
|
3914
3957
|
[[package]]
|
|
3915
3958
|
name = "serde_with_macros"
|
|
3916
|
-
version = "3.
|
|
3959
|
+
version = "3.23.0"
|
|
3917
3960
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3918
|
-
checksum = "
|
|
3961
|
+
checksum = "1d607aa01a3cb0ad757d6fd216136910db3c97b102fe686585689615a02dbcdc"
|
|
3919
3962
|
dependencies = [
|
|
3920
|
-
"darling 0.
|
|
3963
|
+
"darling 0.24.1",
|
|
3921
3964
|
"proc-macro2",
|
|
3922
3965
|
"quote",
|
|
3923
|
-
"syn
|
|
3966
|
+
"syn 3.0.6",
|
|
3924
3967
|
]
|
|
3925
3968
|
|
|
3926
3969
|
[[package]]
|
|
@@ -3941,7 +3984,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
3941
3984
|
checksum = "446ba717509524cb3f22f17ecc096f10f4822d76ab5c0b9822c5f9c284e825f4"
|
|
3942
3985
|
dependencies = [
|
|
3943
3986
|
"cfg-if",
|
|
3944
|
-
"cpufeatures 0.3.
|
|
3987
|
+
"cpufeatures 0.3.1",
|
|
3945
3988
|
"digest 0.11.3",
|
|
3946
3989
|
]
|
|
3947
3990
|
|
|
@@ -3990,15 +4033,15 @@ dependencies = [
|
|
|
3990
4033
|
|
|
3991
4034
|
[[package]]
|
|
3992
4035
|
name = "simd-adler32"
|
|
3993
|
-
version = "0.3.
|
|
4036
|
+
version = "0.3.10"
|
|
3994
4037
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3995
|
-
checksum = "
|
|
4038
|
+
checksum = "3a219298ac11a56ea9a6d2120044824d6f01aeb034955e7af7bc16858527deea"
|
|
3996
4039
|
|
|
3997
4040
|
[[package]]
|
|
3998
4041
|
name = "simd_cesu8"
|
|
3999
|
-
version = "1.
|
|
4042
|
+
version = "1.2.0"
|
|
4000
4043
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4001
|
-
checksum = "
|
|
4044
|
+
checksum = "11031e251abf8611c80f460e19dbdeb54a66db918e49c65a7065b46ac7aec520"
|
|
4002
4045
|
dependencies = [
|
|
4003
4046
|
"rustc_version",
|
|
4004
4047
|
"simdutf8",
|
|
@@ -4024,18 +4067,18 @@ checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
|
|
|
4024
4067
|
|
|
4025
4068
|
[[package]]
|
|
4026
4069
|
name = "smallvec"
|
|
4027
|
-
version = "1.
|
|
4070
|
+
version = "1.16.1"
|
|
4028
4071
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4029
|
-
checksum = "
|
|
4072
|
+
checksum = "ba467056f1b547ed52077911161fc86985becbc60e8e1857c8a144dab0def891"
|
|
4030
4073
|
dependencies = [
|
|
4031
4074
|
"serde",
|
|
4032
4075
|
]
|
|
4033
4076
|
|
|
4034
4077
|
[[package]]
|
|
4035
4078
|
name = "socket2"
|
|
4036
|
-
version = "0.6.
|
|
4079
|
+
version = "0.6.5"
|
|
4037
4080
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4038
|
-
checksum = "
|
|
4081
|
+
checksum = "c3d1e2c7f27f8d4cb10542a02c49005dbd6e93095799d6f3be745fae9f8fedd4"
|
|
4039
4082
|
dependencies = [
|
|
4040
4083
|
"libc",
|
|
4041
4084
|
"windows-sys 0.61.2",
|
|
@@ -4043,9 +4086,9 @@ dependencies = [
|
|
|
4043
4086
|
|
|
4044
4087
|
[[package]]
|
|
4045
4088
|
name = "sse-stream"
|
|
4046
|
-
version = "0.2.
|
|
4089
|
+
version = "0.2.6"
|
|
4047
4090
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4048
|
-
checksum = "
|
|
4091
|
+
checksum = "c25ac7aff0abd1dbc474536e40416e1102c7dd9bfba0b9861c6d357f835dcfb4"
|
|
4049
4092
|
dependencies = [
|
|
4050
4093
|
"bytes",
|
|
4051
4094
|
"futures-util",
|
|
@@ -4081,7 +4124,7 @@ dependencies = [
|
|
|
4081
4124
|
"heck",
|
|
4082
4125
|
"proc-macro2",
|
|
4083
4126
|
"quote",
|
|
4084
|
-
"syn 2.0.
|
|
4127
|
+
"syn 2.0.119",
|
|
4085
4128
|
]
|
|
4086
4129
|
|
|
4087
4130
|
[[package]]
|
|
@@ -4111,9 +4154,9 @@ dependencies = [
|
|
|
4111
4154
|
|
|
4112
4155
|
[[package]]
|
|
4113
4156
|
name = "syn"
|
|
4114
|
-
version = "2.0.
|
|
4157
|
+
version = "2.0.119"
|
|
4115
4158
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4116
|
-
checksum = "
|
|
4159
|
+
checksum = "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297"
|
|
4117
4160
|
dependencies = [
|
|
4118
4161
|
"proc-macro2",
|
|
4119
4162
|
"quote",
|
|
@@ -4122,9 +4165,9 @@ dependencies = [
|
|
|
4122
4165
|
|
|
4123
4166
|
[[package]]
|
|
4124
4167
|
name = "syn"
|
|
4125
|
-
version = "3.0.
|
|
4168
|
+
version = "3.0.6"
|
|
4126
4169
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4127
|
-
checksum = "
|
|
4170
|
+
checksum = "8593e8e72159ed2257d083c7a454a85cbf854f37a0966d8d483aff8c8a3ebcee"
|
|
4128
4171
|
dependencies = [
|
|
4129
4172
|
"proc-macro2",
|
|
4130
4173
|
"quote",
|
|
@@ -4142,23 +4185,23 @@ dependencies = [
|
|
|
4142
4185
|
|
|
4143
4186
|
[[package]]
|
|
4144
4187
|
name = "synstructure"
|
|
4145
|
-
version = "0.
|
|
4188
|
+
version = "0.14.0"
|
|
4146
4189
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4147
|
-
checksum = "
|
|
4190
|
+
checksum = "901704edd0dfe137f1987838ee4f259e4e063c31371bdb423f7ae38ec6f77f02"
|
|
4148
4191
|
dependencies = [
|
|
4149
4192
|
"proc-macro2",
|
|
4150
4193
|
"quote",
|
|
4151
|
-
"syn
|
|
4194
|
+
"syn 3.0.6",
|
|
4152
4195
|
]
|
|
4153
4196
|
|
|
4154
4197
|
[[package]]
|
|
4155
4198
|
name = "system-resolver"
|
|
4156
|
-
version = "0.2.
|
|
4199
|
+
version = "0.2.4"
|
|
4157
4200
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4158
|
-
checksum = "
|
|
4201
|
+
checksum = "99b93a923420770ca25ae2b89ea8cb086687685cf53c296a6faf4d5dca3c32fc"
|
|
4159
4202
|
dependencies = [
|
|
4160
|
-
"thiserror 2.0.
|
|
4161
|
-
"windows-strings",
|
|
4203
|
+
"thiserror 2.0.20",
|
|
4204
|
+
"windows-strings 0.100.0",
|
|
4162
4205
|
"windows-sys 0.61.2",
|
|
4163
4206
|
]
|
|
4164
4207
|
|
|
@@ -4218,11 +4261,11 @@ dependencies = [
|
|
|
4218
4261
|
|
|
4219
4262
|
[[package]]
|
|
4220
4263
|
name = "thiserror"
|
|
4221
|
-
version = "2.0.
|
|
4264
|
+
version = "2.0.20"
|
|
4222
4265
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4223
|
-
checksum = "
|
|
4266
|
+
checksum = "ec86235f5fcc2a73650310756d2ac5b138a5780bbbdfae3eeccec992c435ba4f"
|
|
4224
4267
|
dependencies = [
|
|
4225
|
-
"thiserror-impl 2.0.
|
|
4268
|
+
"thiserror-impl 2.0.20",
|
|
4226
4269
|
]
|
|
4227
4270
|
|
|
4228
4271
|
[[package]]
|
|
@@ -4233,34 +4276,34 @@ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
|
|
|
4233
4276
|
dependencies = [
|
|
4234
4277
|
"proc-macro2",
|
|
4235
4278
|
"quote",
|
|
4236
|
-
"syn 2.0.
|
|
4279
|
+
"syn 2.0.119",
|
|
4237
4280
|
]
|
|
4238
4281
|
|
|
4239
4282
|
[[package]]
|
|
4240
4283
|
name = "thiserror-impl"
|
|
4241
|
-
version = "2.0.
|
|
4284
|
+
version = "2.0.20"
|
|
4242
4285
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4243
|
-
checksum = "
|
|
4286
|
+
checksum = "bc04cd3e1236dd4a98afca4569f2deb3f120e5422a4023be2cb683f8486292af"
|
|
4244
4287
|
dependencies = [
|
|
4245
4288
|
"proc-macro2",
|
|
4246
4289
|
"quote",
|
|
4247
|
-
"syn
|
|
4290
|
+
"syn 3.0.6",
|
|
4248
4291
|
]
|
|
4249
4292
|
|
|
4250
4293
|
[[package]]
|
|
4251
4294
|
name = "thread_local"
|
|
4252
|
-
version = "1.1.
|
|
4295
|
+
version = "1.1.10"
|
|
4253
4296
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4254
|
-
checksum = "
|
|
4297
|
+
checksum = "1ad99c4c6d32803332c548b1af0540b357b3f5fc0be8f6c6bfe8b2e6ae784070"
|
|
4255
4298
|
dependencies = [
|
|
4256
4299
|
"cfg-if",
|
|
4257
4300
|
]
|
|
4258
4301
|
|
|
4259
4302
|
[[package]]
|
|
4260
4303
|
name = "time"
|
|
4261
|
-
version = "0.3.
|
|
4304
|
+
version = "0.3.55"
|
|
4262
4305
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4263
|
-
checksum = "
|
|
4306
|
+
checksum = "cdb87b95ec50ddfa440816d227a17b2ccbdda963a316a727fda0fc4334f7d134"
|
|
4264
4307
|
dependencies = [
|
|
4265
4308
|
"deranged",
|
|
4266
4309
|
"num-conv",
|
|
@@ -4278,9 +4321,9 @@ checksum = "9e1c906769ad99c88eaa54e728060edef082f8e358ff32030cb7c7d315e81109"
|
|
|
4278
4321
|
|
|
4279
4322
|
[[package]]
|
|
4280
4323
|
name = "time-macros"
|
|
4281
|
-
version = "0.2.
|
|
4324
|
+
version = "0.2.32"
|
|
4282
4325
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4283
|
-
checksum = "
|
|
4326
|
+
checksum = "7e689342a48d2ea927c87ea50cabf8594854bf940e9310208848d680d668ed85"
|
|
4284
4327
|
dependencies = [
|
|
4285
4328
|
"num-conv",
|
|
4286
4329
|
"time-core",
|
|
@@ -4288,9 +4331,9 @@ dependencies = [
|
|
|
4288
4331
|
|
|
4289
4332
|
[[package]]
|
|
4290
4333
|
name = "tinystr"
|
|
4291
|
-
version = "0.8.
|
|
4334
|
+
version = "0.8.4"
|
|
4292
4335
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4293
|
-
checksum = "
|
|
4336
|
+
checksum = "b1e27c91459209c2986af3dcf603a5a74a4368754ce37414f59acc971167f643"
|
|
4294
4337
|
dependencies = [
|
|
4295
4338
|
"displaydoc",
|
|
4296
4339
|
"zerovec",
|
|
@@ -4298,24 +4341,15 @@ dependencies = [
|
|
|
4298
4341
|
|
|
4299
4342
|
[[package]]
|
|
4300
4343
|
name = "tinyvec"
|
|
4301
|
-
version = "1.
|
|
4344
|
+
version = "1.13.3"
|
|
4302
4345
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4303
|
-
checksum = "
|
|
4304
|
-
dependencies = [
|
|
4305
|
-
"tinyvec_macros",
|
|
4306
|
-
]
|
|
4307
|
-
|
|
4308
|
-
[[package]]
|
|
4309
|
-
name = "tinyvec_macros"
|
|
4310
|
-
version = "0.1.1"
|
|
4311
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4312
|
-
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
|
4346
|
+
checksum = "fd3ca314f692efd6c868f8408f53fe444634a845f96c028b97d35f6a1f79f0ee"
|
|
4313
4347
|
|
|
4314
4348
|
[[package]]
|
|
4315
4349
|
name = "tokio"
|
|
4316
|
-
version = "1.
|
|
4350
|
+
version = "1.53.1"
|
|
4317
4351
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4318
|
-
checksum = "
|
|
4352
|
+
checksum = "202caea871b69668250d242070849eb495be178ed697a3e98aebce5bc81a0bed"
|
|
4319
4353
|
dependencies = [
|
|
4320
4354
|
"bytes",
|
|
4321
4355
|
"libc",
|
|
@@ -4330,20 +4364,20 @@ dependencies = [
|
|
|
4330
4364
|
|
|
4331
4365
|
[[package]]
|
|
4332
4366
|
name = "tokio-macros"
|
|
4333
|
-
version = "2.7.
|
|
4367
|
+
version = "2.7.2"
|
|
4334
4368
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4335
|
-
checksum = "
|
|
4369
|
+
checksum = "78773a2a397f451582ce068015985c33193cf6dea8b74d2a639fe457b2f07b0e"
|
|
4336
4370
|
dependencies = [
|
|
4337
4371
|
"proc-macro2",
|
|
4338
4372
|
"quote",
|
|
4339
|
-
"syn
|
|
4373
|
+
"syn 3.0.6",
|
|
4340
4374
|
]
|
|
4341
4375
|
|
|
4342
4376
|
[[package]]
|
|
4343
4377
|
name = "tokio-rustls"
|
|
4344
|
-
version = "0.26.
|
|
4378
|
+
version = "0.26.5"
|
|
4345
4379
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4346
|
-
checksum = "
|
|
4380
|
+
checksum = "b0c85f2c3ef0b1cd58b36682f4b17aaa995f0e5db534d85692b4903abce21f67"
|
|
4347
4381
|
dependencies = [
|
|
4348
4382
|
"rustls",
|
|
4349
4383
|
"tokio",
|
|
@@ -4351,9 +4385,9 @@ dependencies = [
|
|
|
4351
4385
|
|
|
4352
4386
|
[[package]]
|
|
4353
4387
|
name = "tokio-stream"
|
|
4354
|
-
version = "0.1.
|
|
4388
|
+
version = "0.1.19"
|
|
4355
4389
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4356
|
-
checksum = "
|
|
4390
|
+
checksum = "a3d06f0b082ba57c26b79407372e57cf2a1e28124f78e9479fe80322cf53420b"
|
|
4357
4391
|
dependencies = [
|
|
4358
4392
|
"futures-core",
|
|
4359
4393
|
"pin-project-lite",
|
|
@@ -4362,13 +4396,14 @@ dependencies = [
|
|
|
4362
4396
|
|
|
4363
4397
|
[[package]]
|
|
4364
4398
|
name = "tokio-util"
|
|
4365
|
-
version = "0.7.
|
|
4399
|
+
version = "0.7.19"
|
|
4366
4400
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4367
|
-
checksum = "
|
|
4401
|
+
checksum = "494815d09bf52b5548659851081238f0ca39ff638363907596da739561c62c52"
|
|
4368
4402
|
dependencies = [
|
|
4369
4403
|
"bytes",
|
|
4370
4404
|
"futures-core",
|
|
4371
4405
|
"futures-sink",
|
|
4406
|
+
"libc",
|
|
4372
4407
|
"pin-project-lite",
|
|
4373
4408
|
"tokio",
|
|
4374
4409
|
]
|
|
@@ -4379,7 +4414,7 @@ version = "0.9.12+spec-1.1.0"
|
|
|
4379
4414
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4380
4415
|
checksum = "cf92845e79fc2e2def6a5d828f0801e29a2f8acc037becc5ab08595c7d5e9863"
|
|
4381
4416
|
dependencies = [
|
|
4382
|
-
"indexmap 2.14.
|
|
4417
|
+
"indexmap 2.14.2",
|
|
4383
4418
|
"serde_core",
|
|
4384
4419
|
"serde_spanned",
|
|
4385
4420
|
"toml_datetime 0.7.5+spec-1.1.0",
|
|
@@ -4390,17 +4425,17 @@ dependencies = [
|
|
|
4390
4425
|
|
|
4391
4426
|
[[package]]
|
|
4392
4427
|
name = "toml"
|
|
4393
|
-
version = "1.1.
|
|
4428
|
+
version = "1.1.6+spec-1.1.0"
|
|
4394
4429
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4395
|
-
checksum = "
|
|
4430
|
+
checksum = "920602543f0911ab71da12c50d59701da54c196d1a2bf5cb4b75667f137a406a"
|
|
4396
4431
|
dependencies = [
|
|
4397
|
-
"indexmap 2.14.
|
|
4432
|
+
"indexmap 2.14.2",
|
|
4398
4433
|
"serde_core",
|
|
4399
4434
|
"serde_spanned",
|
|
4400
4435
|
"toml_datetime 1.1.1+spec-1.1.0",
|
|
4401
4436
|
"toml_parser",
|
|
4402
4437
|
"toml_writer",
|
|
4403
|
-
"winnow 1.0.
|
|
4438
|
+
"winnow 1.0.4",
|
|
4404
4439
|
]
|
|
4405
4440
|
|
|
4406
4441
|
[[package]]
|
|
@@ -4423,18 +4458,18 @@ dependencies = [
|
|
|
4423
4458
|
|
|
4424
4459
|
[[package]]
|
|
4425
4460
|
name = "toml_parser"
|
|
4426
|
-
version = "1.1.
|
|
4461
|
+
version = "1.1.3+spec-1.1.0"
|
|
4427
4462
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4428
|
-
checksum = "
|
|
4463
|
+
checksum = "1d38ac1cf9b95face32296c0a3ede1fdc270627c9d9c02a7274dd6d960dc4d56"
|
|
4429
4464
|
dependencies = [
|
|
4430
|
-
"winnow 1.0.
|
|
4465
|
+
"winnow 1.0.4",
|
|
4431
4466
|
]
|
|
4432
4467
|
|
|
4433
4468
|
[[package]]
|
|
4434
4469
|
name = "toml_writer"
|
|
4435
|
-
version = "1.1.
|
|
4470
|
+
version = "1.1.2+spec-1.1.0"
|
|
4436
4471
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4437
|
-
checksum = "
|
|
4472
|
+
checksum = "7d56353a2a665ad0f41a421187180aab746c8c325620617ad883a99a1cbe66d2"
|
|
4438
4473
|
|
|
4439
4474
|
[[package]]
|
|
4440
4475
|
name = "toon-format"
|
|
@@ -4442,10 +4477,10 @@ version = "0.5.0"
|
|
|
4442
4477
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4443
4478
|
checksum = "8f89570c1a68d73941f728cca32a4345b2ffca36667ad921af336c60309a3e7e"
|
|
4444
4479
|
dependencies = [
|
|
4445
|
-
"indexmap 2.14.
|
|
4480
|
+
"indexmap 2.14.2",
|
|
4446
4481
|
"serde",
|
|
4447
4482
|
"serde_json",
|
|
4448
|
-
"thiserror 2.0.
|
|
4483
|
+
"thiserror 2.0.20",
|
|
4449
4484
|
]
|
|
4450
4485
|
|
|
4451
4486
|
[[package]]
|
|
@@ -4470,7 +4505,7 @@ version = "0.6.11"
|
|
|
4470
4505
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4471
4506
|
checksum = "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840"
|
|
4472
4507
|
dependencies = [
|
|
4473
|
-
"bitflags 2.13.
|
|
4508
|
+
"bitflags 2.13.2",
|
|
4474
4509
|
"bytes",
|
|
4475
4510
|
"futures-util",
|
|
4476
4511
|
"http",
|
|
@@ -4514,7 +4549,7 @@ checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
|
|
|
4514
4549
|
dependencies = [
|
|
4515
4550
|
"proc-macro2",
|
|
4516
4551
|
"quote",
|
|
4517
|
-
"syn 2.0.
|
|
4552
|
+
"syn 2.0.119",
|
|
4518
4553
|
]
|
|
4519
4554
|
|
|
4520
4555
|
[[package]]
|
|
@@ -4588,9 +4623,9 @@ checksum = "dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142"
|
|
|
4588
4623
|
|
|
4589
4624
|
[[package]]
|
|
4590
4625
|
name = "unicode-ident"
|
|
4591
|
-
version = "1.0.
|
|
4626
|
+
version = "1.0.25"
|
|
4592
4627
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4593
|
-
checksum = "
|
|
4628
|
+
checksum = "ab72a15cf68d77cb0987d3684aa8a45c5ef827e8cb49ee2f30bfd7ba2feb519f"
|
|
4594
4629
|
|
|
4595
4630
|
[[package]]
|
|
4596
4631
|
name = "unicode-normalization"
|
|
@@ -4651,9 +4686,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
|
|
4651
4686
|
|
|
4652
4687
|
[[package]]
|
|
4653
4688
|
name = "uuid"
|
|
4654
|
-
version = "1.
|
|
4689
|
+
version = "1.26.1"
|
|
4655
4690
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4656
|
-
checksum = "
|
|
4691
|
+
checksum = "2ef6dac1e96601b4fb3acccccff2139741fcb757cb9a36089bf5be91cfb285ce"
|
|
4657
4692
|
dependencies = [
|
|
4658
4693
|
"getrandom 0.4.3",
|
|
4659
4694
|
"js-sys",
|
|
@@ -4717,9 +4752,9 @@ dependencies = [
|
|
|
4717
4752
|
|
|
4718
4753
|
[[package]]
|
|
4719
4754
|
name = "wasm-bindgen"
|
|
4720
|
-
version = "0.2.
|
|
4755
|
+
version = "0.2.128"
|
|
4721
4756
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4722
|
-
checksum = "
|
|
4757
|
+
checksum = "aecb87a33d3b0c5e3b7aa46336eaf486cffafbd281b195e4c8b80d50df2351bf"
|
|
4723
4758
|
dependencies = [
|
|
4724
4759
|
"cfg-if",
|
|
4725
4760
|
"once_cell",
|
|
@@ -4730,9 +4765,9 @@ dependencies = [
|
|
|
4730
4765
|
|
|
4731
4766
|
[[package]]
|
|
4732
4767
|
name = "wasm-bindgen-futures"
|
|
4733
|
-
version = "0.4.
|
|
4768
|
+
version = "0.4.78"
|
|
4734
4769
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4735
|
-
checksum = "
|
|
4770
|
+
checksum = "6ef4c5d3d2cdf5c54f4231181768f5510842e350db025faf1f7163b1030ed928"
|
|
4736
4771
|
dependencies = [
|
|
4737
4772
|
"js-sys",
|
|
4738
4773
|
"wasm-bindgen",
|
|
@@ -4740,9 +4775,9 @@ dependencies = [
|
|
|
4740
4775
|
|
|
4741
4776
|
[[package]]
|
|
4742
4777
|
name = "wasm-bindgen-macro"
|
|
4743
|
-
version = "0.2.
|
|
4778
|
+
version = "0.2.128"
|
|
4744
4779
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4745
|
-
checksum = "
|
|
4780
|
+
checksum = "a690d511e3c1a8b3a55e33511e3c2c00c78415cd23650f32b808627f5696b9ed"
|
|
4746
4781
|
dependencies = [
|
|
4747
4782
|
"quote",
|
|
4748
4783
|
"wasm-bindgen-macro-support",
|
|
@@ -4750,22 +4785,22 @@ dependencies = [
|
|
|
4750
4785
|
|
|
4751
4786
|
[[package]]
|
|
4752
4787
|
name = "wasm-bindgen-macro-support"
|
|
4753
|
-
version = "0.2.
|
|
4788
|
+
version = "0.2.128"
|
|
4754
4789
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4755
|
-
checksum = "
|
|
4790
|
+
checksum = "411e4887f0071ef2d2164a9d5fdf2d20efbef78fccd3a78b0c10a1dc5295e48a"
|
|
4756
4791
|
dependencies = [
|
|
4757
4792
|
"bumpalo",
|
|
4758
4793
|
"proc-macro2",
|
|
4759
4794
|
"quote",
|
|
4760
|
-
"syn
|
|
4795
|
+
"syn 3.0.6",
|
|
4761
4796
|
"wasm-bindgen-shared",
|
|
4762
4797
|
]
|
|
4763
4798
|
|
|
4764
4799
|
[[package]]
|
|
4765
4800
|
name = "wasm-bindgen-shared"
|
|
4766
|
-
version = "0.2.
|
|
4801
|
+
version = "0.2.128"
|
|
4767
4802
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4768
|
-
checksum = "
|
|
4803
|
+
checksum = "81941cd78d0c92026c33e5e01312845a4cb1e9af3407f9134b100dd03144103e"
|
|
4769
4804
|
dependencies = [
|
|
4770
4805
|
"unicode-ident",
|
|
4771
4806
|
]
|
|
@@ -4778,7 +4813,7 @@ checksum = "8fd717357bff09b5f1ea49aea8ed1cd149b0c521823a1cc70bc2ac16b90b651a"
|
|
|
4778
4813
|
dependencies = [
|
|
4779
4814
|
"anyhow",
|
|
4780
4815
|
"heck",
|
|
4781
|
-
"indexmap 2.14.
|
|
4816
|
+
"indexmap 2.14.2",
|
|
4782
4817
|
"log",
|
|
4783
4818
|
"petgraph",
|
|
4784
4819
|
"smallvec",
|
|
@@ -4809,12 +4844,12 @@ dependencies = [
|
|
|
4809
4844
|
|
|
4810
4845
|
[[package]]
|
|
4811
4846
|
name = "wasm-encoder"
|
|
4812
|
-
version = "0.
|
|
4847
|
+
version = "0.259.0"
|
|
4813
4848
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4814
|
-
checksum = "
|
|
4849
|
+
checksum = "b1d0246511d901aacf25d2dc9111f0054947de5e093fe662099e709ff7530dc3"
|
|
4815
4850
|
dependencies = [
|
|
4816
4851
|
"leb128fmt",
|
|
4817
|
-
"wasmparser 0.
|
|
4852
|
+
"wasmparser 0.259.0",
|
|
4818
4853
|
]
|
|
4819
4854
|
|
|
4820
4855
|
[[package]]
|
|
@@ -4824,7 +4859,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
4824
4859
|
checksum = "b01df5f3b4ca7881e843f3bc0fb8a3905d79c68692250dcb8e33e698705ccdb6"
|
|
4825
4860
|
dependencies = [
|
|
4826
4861
|
"anyhow",
|
|
4827
|
-
"indexmap 2.14.
|
|
4862
|
+
"indexmap 2.14.2",
|
|
4828
4863
|
"wasm-encoder 0.254.0",
|
|
4829
4864
|
"wasmparser 0.254.0",
|
|
4830
4865
|
]
|
|
@@ -4861,9 +4896,9 @@ version = "0.252.0"
|
|
|
4861
4896
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4862
4897
|
checksum = "d3eb099dcadcde5be9eef55e3a337128efd4e44b4c93122487e4d2e4e1c6627c"
|
|
4863
4898
|
dependencies = [
|
|
4864
|
-
"bitflags 2.13.
|
|
4899
|
+
"bitflags 2.13.2",
|
|
4865
4900
|
"hashbrown 0.17.1",
|
|
4866
|
-
"indexmap 2.14.
|
|
4901
|
+
"indexmap 2.14.2",
|
|
4867
4902
|
"semver",
|
|
4868
4903
|
"serde",
|
|
4869
4904
|
]
|
|
@@ -4874,21 +4909,21 @@ version = "0.254.0"
|
|
|
4874
4909
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4875
4910
|
checksum = "d5769a29f799fbab136aaf65b4fe5384cd7d93fe6fc9ba0dcb6c8382a1f16e27"
|
|
4876
4911
|
dependencies = [
|
|
4877
|
-
"bitflags 2.13.
|
|
4912
|
+
"bitflags 2.13.2",
|
|
4878
4913
|
"hashbrown 0.17.1",
|
|
4879
|
-
"indexmap 2.14.
|
|
4914
|
+
"indexmap 2.14.2",
|
|
4880
4915
|
"semver",
|
|
4881
4916
|
"serde",
|
|
4882
4917
|
]
|
|
4883
4918
|
|
|
4884
4919
|
[[package]]
|
|
4885
4920
|
name = "wasmparser"
|
|
4886
|
-
version = "0.
|
|
4921
|
+
version = "0.259.0"
|
|
4887
4922
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4888
|
-
checksum = "
|
|
4923
|
+
checksum = "0f7c12eac7bb587801590f6a67ff0bc84d0748513864b71108e4b311cc3df694"
|
|
4889
4924
|
dependencies = [
|
|
4890
|
-
"bitflags 2.13.
|
|
4891
|
-
"indexmap 2.14.
|
|
4925
|
+
"bitflags 2.13.2",
|
|
4926
|
+
"indexmap 2.14.2",
|
|
4892
4927
|
"semver",
|
|
4893
4928
|
]
|
|
4894
4929
|
|
|
@@ -4905,13 +4940,13 @@ dependencies = [
|
|
|
4905
4940
|
|
|
4906
4941
|
[[package]]
|
|
4907
4942
|
name = "wasmtime"
|
|
4908
|
-
version = "48.0.
|
|
4943
|
+
version = "48.0.2"
|
|
4909
4944
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4910
|
-
checksum = "
|
|
4945
|
+
checksum = "699c2cb832d70d284b2839ebeb12721ca2ef80aa4a3389d2d2d13acf3e19c821"
|
|
4911
4946
|
dependencies = [
|
|
4912
4947
|
"addr2line",
|
|
4913
4948
|
"async-trait",
|
|
4914
|
-
"bitflags 2.13.
|
|
4949
|
+
"bitflags 2.13.2",
|
|
4915
4950
|
"bumpalo",
|
|
4916
4951
|
"bytes",
|
|
4917
4952
|
"cc",
|
|
@@ -4958,9 +4993,9 @@ dependencies = [
|
|
|
4958
4993
|
|
|
4959
4994
|
[[package]]
|
|
4960
4995
|
name = "wasmtime-environ"
|
|
4961
|
-
version = "48.0.
|
|
4996
|
+
version = "48.0.2"
|
|
4962
4997
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4963
|
-
checksum = "
|
|
4998
|
+
checksum = "13f10ef166b4850535bc43c347797364cda5189870be163a617ebe5c0d72f139"
|
|
4964
4999
|
dependencies = [
|
|
4965
5000
|
"anyhow",
|
|
4966
5001
|
"cpp_demangle",
|
|
@@ -4969,7 +5004,7 @@ dependencies = [
|
|
|
4969
5004
|
"cranelift-entity",
|
|
4970
5005
|
"gimli",
|
|
4971
5006
|
"hashbrown 0.17.1",
|
|
4972
|
-
"indexmap 2.14.
|
|
5007
|
+
"indexmap 2.14.2",
|
|
4973
5008
|
"log",
|
|
4974
5009
|
"object",
|
|
4975
5010
|
"postcard",
|
|
@@ -4989,9 +5024,9 @@ dependencies = [
|
|
|
4989
5024
|
|
|
4990
5025
|
[[package]]
|
|
4991
5026
|
name = "wasmtime-internal-cache"
|
|
4992
|
-
version = "48.0.
|
|
5027
|
+
version = "48.0.2"
|
|
4993
5028
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4994
|
-
checksum = "
|
|
5029
|
+
checksum = "f6e6198ced397a98ebbc95dc8085f73e4bab8c12cae66c179a04c859a69677b3"
|
|
4995
5030
|
dependencies = [
|
|
4996
5031
|
"base64 0.22.1",
|
|
4997
5032
|
"directories-next",
|
|
@@ -5009,14 +5044,14 @@ dependencies = [
|
|
|
5009
5044
|
|
|
5010
5045
|
[[package]]
|
|
5011
5046
|
name = "wasmtime-internal-component-macro"
|
|
5012
|
-
version = "48.0.
|
|
5047
|
+
version = "48.0.2"
|
|
5013
5048
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5014
|
-
checksum = "
|
|
5049
|
+
checksum = "5af067a5d17e17a424f99d31f08e08c5132dcc53a0f031a7be9279719a936b71"
|
|
5015
5050
|
dependencies = [
|
|
5016
5051
|
"anyhow",
|
|
5017
5052
|
"proc-macro2",
|
|
5018
5053
|
"quote",
|
|
5019
|
-
"syn 2.0.
|
|
5054
|
+
"syn 2.0.119",
|
|
5020
5055
|
"wasmtime-internal-component-util",
|
|
5021
5056
|
"wasmtime-internal-wit-bindgen",
|
|
5022
5057
|
"wit-parser",
|
|
@@ -5024,15 +5059,15 @@ dependencies = [
|
|
|
5024
5059
|
|
|
5025
5060
|
[[package]]
|
|
5026
5061
|
name = "wasmtime-internal-component-util"
|
|
5027
|
-
version = "48.0.
|
|
5062
|
+
version = "48.0.2"
|
|
5028
5063
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5029
|
-
checksum = "
|
|
5064
|
+
checksum = "540b7151342d75c3d596447c136d3862a280600bc6fd10b5dfc7c9e67c2f719f"
|
|
5030
5065
|
|
|
5031
5066
|
[[package]]
|
|
5032
5067
|
name = "wasmtime-internal-core"
|
|
5033
|
-
version = "48.0.
|
|
5068
|
+
version = "48.0.2"
|
|
5034
5069
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5035
|
-
checksum = "
|
|
5070
|
+
checksum = "8679b612a408274d91d1e0edf6baa36b63cc48d937f84dd1e7fb2fbe16a907ae"
|
|
5036
5071
|
dependencies = [
|
|
5037
5072
|
"anyhow",
|
|
5038
5073
|
"hashbrown 0.17.1",
|
|
@@ -5042,9 +5077,9 @@ dependencies = [
|
|
|
5042
5077
|
|
|
5043
5078
|
[[package]]
|
|
5044
5079
|
name = "wasmtime-internal-cranelift"
|
|
5045
|
-
version = "48.0.
|
|
5080
|
+
version = "48.0.2"
|
|
5046
5081
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5047
|
-
checksum = "
|
|
5082
|
+
checksum = "fc46c460fb62d839ac441ccdf4b8b94bce30842ad4ccefd7744d9e28bf631232"
|
|
5048
5083
|
dependencies = [
|
|
5049
5084
|
"cranelift-codegen",
|
|
5050
5085
|
"cranelift-control",
|
|
@@ -5058,7 +5093,7 @@ dependencies = [
|
|
|
5058
5093
|
"pulley-interpreter",
|
|
5059
5094
|
"smallvec",
|
|
5060
5095
|
"target-lexicon",
|
|
5061
|
-
"thiserror 2.0.
|
|
5096
|
+
"thiserror 2.0.20",
|
|
5062
5097
|
"wasmparser 0.254.0",
|
|
5063
5098
|
"wasmtime-environ",
|
|
5064
5099
|
"wasmtime-internal-core",
|
|
@@ -5068,9 +5103,9 @@ dependencies = [
|
|
|
5068
5103
|
|
|
5069
5104
|
[[package]]
|
|
5070
5105
|
name = "wasmtime-internal-fiber"
|
|
5071
|
-
version = "48.0.
|
|
5106
|
+
version = "48.0.2"
|
|
5072
5107
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5073
|
-
checksum = "
|
|
5108
|
+
checksum = "31a94596377490aa56f5c58ebbcc39af49176dd9d4051a78e3fca3c024daf4f6"
|
|
5074
5109
|
dependencies = [
|
|
5075
5110
|
"cc",
|
|
5076
5111
|
"libc",
|
|
@@ -5082,9 +5117,9 @@ dependencies = [
|
|
|
5082
5117
|
|
|
5083
5118
|
[[package]]
|
|
5084
5119
|
name = "wasmtime-internal-jit-debug"
|
|
5085
|
-
version = "48.0.
|
|
5120
|
+
version = "48.0.2"
|
|
5086
5121
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5087
|
-
checksum = "
|
|
5122
|
+
checksum = "70026f001b46af7552ce89cfe748f0dea59097e7c8c3740998d8019b73d87ee5"
|
|
5088
5123
|
dependencies = [
|
|
5089
5124
|
"cc",
|
|
5090
5125
|
"object",
|
|
@@ -5094,9 +5129,9 @@ dependencies = [
|
|
|
5094
5129
|
|
|
5095
5130
|
[[package]]
|
|
5096
5131
|
name = "wasmtime-internal-jit-icache-coherence"
|
|
5097
|
-
version = "48.0.
|
|
5132
|
+
version = "48.0.2"
|
|
5098
5133
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5099
|
-
checksum = "
|
|
5134
|
+
checksum = "bf7d8a6fc6d21eb177c38f096636661ca13ae924cccbb6f447c1498ca972ab10"
|
|
5100
5135
|
dependencies = [
|
|
5101
5136
|
"libc",
|
|
5102
5137
|
"wasmtime-internal-core",
|
|
@@ -5105,9 +5140,9 @@ dependencies = [
|
|
|
5105
5140
|
|
|
5106
5141
|
[[package]]
|
|
5107
5142
|
name = "wasmtime-internal-unwinder"
|
|
5108
|
-
version = "48.0.
|
|
5143
|
+
version = "48.0.2"
|
|
5109
5144
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5110
|
-
checksum = "
|
|
5145
|
+
checksum = "4994aca882a65d2b06a7fc57a4a149de27b8851738d07ea2e778a21f74234a14"
|
|
5111
5146
|
dependencies = [
|
|
5112
5147
|
"cranelift-codegen",
|
|
5113
5148
|
"log",
|
|
@@ -5117,57 +5152,58 @@ dependencies = [
|
|
|
5117
5152
|
|
|
5118
5153
|
[[package]]
|
|
5119
5154
|
name = "wasmtime-internal-versioned-export-macros"
|
|
5120
|
-
version = "48.0.
|
|
5155
|
+
version = "48.0.2"
|
|
5121
5156
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5122
|
-
checksum = "
|
|
5157
|
+
checksum = "8f325614219c58c9f625b591ac79dbbefc76728720d72a721a6350c872d848e4"
|
|
5123
5158
|
dependencies = [
|
|
5124
5159
|
"proc-macro2",
|
|
5125
5160
|
"quote",
|
|
5126
|
-
"syn 2.0.
|
|
5161
|
+
"syn 2.0.119",
|
|
5127
5162
|
]
|
|
5128
5163
|
|
|
5129
5164
|
[[package]]
|
|
5130
5165
|
name = "wasmtime-internal-wit-bindgen"
|
|
5131
|
-
version = "48.0.
|
|
5166
|
+
version = "48.0.2"
|
|
5132
5167
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5133
|
-
checksum = "
|
|
5168
|
+
checksum = "4ec33585b420181c41e26ac6153f0d18aa200e6aba9457dff6f8ebba3feedf98"
|
|
5134
5169
|
dependencies = [
|
|
5135
5170
|
"anyhow",
|
|
5136
|
-
"bitflags 2.13.
|
|
5171
|
+
"bitflags 2.13.2",
|
|
5137
5172
|
"heck",
|
|
5138
|
-
"indexmap 2.14.
|
|
5173
|
+
"indexmap 2.14.2",
|
|
5139
5174
|
"wit-component",
|
|
5140
5175
|
"wit-parser",
|
|
5141
5176
|
]
|
|
5142
5177
|
|
|
5143
5178
|
[[package]]
|
|
5144
5179
|
name = "wasmtime-wasi"
|
|
5145
|
-
version = "48.0.
|
|
5180
|
+
version = "48.0.2"
|
|
5146
5181
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5147
|
-
checksum = "
|
|
5182
|
+
checksum = "ca7a1fae91151d1213fc53e1c2f635a22ca33692fbda4018f13e1ddb6396014d"
|
|
5148
5183
|
dependencies = [
|
|
5149
5184
|
"async-trait",
|
|
5150
|
-
"bitflags 2.13.
|
|
5185
|
+
"bitflags 2.13.2",
|
|
5151
5186
|
"bytes",
|
|
5152
|
-
"cap-fs-ext",
|
|
5153
5187
|
"cap-primitives",
|
|
5154
5188
|
"futures",
|
|
5155
5189
|
"rand 0.10.2",
|
|
5156
5190
|
"rustix",
|
|
5157
|
-
"
|
|
5191
|
+
"rustix-linux-procfs",
|
|
5192
|
+
"thiserror 2.0.20",
|
|
5158
5193
|
"tokio",
|
|
5159
5194
|
"tracing",
|
|
5160
5195
|
"url",
|
|
5161
5196
|
"wasmtime",
|
|
5162
5197
|
"wasmtime-wasi-io",
|
|
5163
5198
|
"windows-sys 0.61.2",
|
|
5199
|
+
"winx",
|
|
5164
5200
|
]
|
|
5165
5201
|
|
|
5166
5202
|
[[package]]
|
|
5167
5203
|
name = "wasmtime-wasi-http"
|
|
5168
|
-
version = "48.0.
|
|
5204
|
+
version = "48.0.2"
|
|
5169
5205
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5170
|
-
checksum = "
|
|
5206
|
+
checksum = "ea4dded7c25210b16d83457fb6be2401cfa3046c00c2b4154ce97f32ad288b10"
|
|
5171
5207
|
dependencies = [
|
|
5172
5208
|
"async-trait",
|
|
5173
5209
|
"bytes",
|
|
@@ -5187,9 +5223,9 @@ dependencies = [
|
|
|
5187
5223
|
|
|
5188
5224
|
[[package]]
|
|
5189
5225
|
name = "wasmtime-wasi-io"
|
|
5190
|
-
version = "48.0.
|
|
5226
|
+
version = "48.0.2"
|
|
5191
5227
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5192
|
-
checksum = "
|
|
5228
|
+
checksum = "8b25067b7e9f9f99b8688477fa33bc1883035070da7ebc24b4a4844e97cc9145"
|
|
5193
5229
|
dependencies = [
|
|
5194
5230
|
"async-trait",
|
|
5195
5231
|
"bytes",
|
|
@@ -5200,31 +5236,31 @@ dependencies = [
|
|
|
5200
5236
|
|
|
5201
5237
|
[[package]]
|
|
5202
5238
|
name = "wast"
|
|
5203
|
-
version = "
|
|
5239
|
+
version = "259.0.0"
|
|
5204
5240
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5205
|
-
checksum = "
|
|
5241
|
+
checksum = "c69beba8d9da07af9a0971b559149a2ac4729895b55144de4fddbf5a02660648"
|
|
5206
5242
|
dependencies = [
|
|
5207
5243
|
"bumpalo",
|
|
5208
5244
|
"leb128fmt",
|
|
5209
5245
|
"memchr",
|
|
5210
5246
|
"unicode-width",
|
|
5211
|
-
"wasm-encoder 0.
|
|
5247
|
+
"wasm-encoder 0.259.0",
|
|
5212
5248
|
]
|
|
5213
5249
|
|
|
5214
5250
|
[[package]]
|
|
5215
5251
|
name = "wat"
|
|
5216
|
-
version = "1.
|
|
5252
|
+
version = "1.259.0"
|
|
5217
5253
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5218
|
-
checksum = "
|
|
5254
|
+
checksum = "c6eec44b0c80391b20fb7ad9ea440c72c5d382385bdf74444bb18321c425017e"
|
|
5219
5255
|
dependencies = [
|
|
5220
5256
|
"wast",
|
|
5221
5257
|
]
|
|
5222
5258
|
|
|
5223
5259
|
[[package]]
|
|
5224
5260
|
name = "web-sys"
|
|
5225
|
-
version = "0.3.
|
|
5261
|
+
version = "0.3.105"
|
|
5226
5262
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5227
|
-
checksum = "
|
|
5263
|
+
checksum = "9fbddc4a036f00ec4f18c83445bd3115cb306a91da554919a099d9222fe4a7f8"
|
|
5228
5264
|
dependencies = [
|
|
5229
5265
|
"js-sys",
|
|
5230
5266
|
"wasm-bindgen",
|
|
@@ -5258,9 +5294,9 @@ dependencies = [
|
|
|
5258
5294
|
|
|
5259
5295
|
[[package]]
|
|
5260
5296
|
name = "webpki-root-certs"
|
|
5261
|
-
version = "1.0.
|
|
5297
|
+
version = "1.0.9"
|
|
5262
5298
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5263
|
-
checksum = "
|
|
5299
|
+
checksum = "b96554aa2acc8ccdb7e1c9a58a7a68dd5d13bccc69cd124cb09406db612a1c9b"
|
|
5264
5300
|
dependencies = [
|
|
5265
5301
|
"rustls-pki-types",
|
|
5266
5302
|
]
|
|
@@ -5334,9 +5370,9 @@ checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
|
|
|
5334
5370
|
dependencies = [
|
|
5335
5371
|
"windows-implement",
|
|
5336
5372
|
"windows-interface",
|
|
5337
|
-
"windows-link",
|
|
5373
|
+
"windows-link 0.2.1",
|
|
5338
5374
|
"windows-result",
|
|
5339
|
-
"windows-strings",
|
|
5375
|
+
"windows-strings 0.5.1",
|
|
5340
5376
|
]
|
|
5341
5377
|
|
|
5342
5378
|
[[package]]
|
|
@@ -5346,7 +5382,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
5346
5382
|
checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
|
|
5347
5383
|
dependencies = [
|
|
5348
5384
|
"windows-core",
|
|
5349
|
-
"windows-link",
|
|
5385
|
+
"windows-link 0.2.1",
|
|
5350
5386
|
"windows-threading",
|
|
5351
5387
|
]
|
|
5352
5388
|
|
|
@@ -5358,7 +5394,7 @@ checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
|
|
|
5358
5394
|
dependencies = [
|
|
5359
5395
|
"proc-macro2",
|
|
5360
5396
|
"quote",
|
|
5361
|
-
"syn 2.0.
|
|
5397
|
+
"syn 2.0.119",
|
|
5362
5398
|
]
|
|
5363
5399
|
|
|
5364
5400
|
[[package]]
|
|
@@ -5369,7 +5405,7 @@ checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
|
|
|
5369
5405
|
dependencies = [
|
|
5370
5406
|
"proc-macro2",
|
|
5371
5407
|
"quote",
|
|
5372
|
-
"syn 2.0.
|
|
5408
|
+
"syn 2.0.119",
|
|
5373
5409
|
]
|
|
5374
5410
|
|
|
5375
5411
|
[[package]]
|
|
@@ -5378,6 +5414,12 @@ version = "0.2.1"
|
|
|
5378
5414
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5379
5415
|
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
|
|
5380
5416
|
|
|
5417
|
+
[[package]]
|
|
5418
|
+
name = "windows-link"
|
|
5419
|
+
version = "0.100.0"
|
|
5420
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5421
|
+
checksum = "9b39de7c7fe78858b0144c50c3fc000bab3be17d5e9b85b1053871693c7f7415"
|
|
5422
|
+
|
|
5381
5423
|
[[package]]
|
|
5382
5424
|
name = "windows-numerics"
|
|
5383
5425
|
version = "0.3.1"
|
|
@@ -5385,7 +5427,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
5385
5427
|
checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
|
|
5386
5428
|
dependencies = [
|
|
5387
5429
|
"windows-core",
|
|
5388
|
-
"windows-link",
|
|
5430
|
+
"windows-link 0.2.1",
|
|
5389
5431
|
]
|
|
5390
5432
|
|
|
5391
5433
|
[[package]]
|
|
@@ -5394,7 +5436,7 @@ version = "0.4.1"
|
|
|
5394
5436
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5395
5437
|
checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
|
|
5396
5438
|
dependencies = [
|
|
5397
|
-
"windows-link",
|
|
5439
|
+
"windows-link 0.2.1",
|
|
5398
5440
|
]
|
|
5399
5441
|
|
|
5400
5442
|
[[package]]
|
|
@@ -5403,7 +5445,16 @@ version = "0.5.1"
|
|
|
5403
5445
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5404
5446
|
checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
|
|
5405
5447
|
dependencies = [
|
|
5406
|
-
"windows-link",
|
|
5448
|
+
"windows-link 0.2.1",
|
|
5449
|
+
]
|
|
5450
|
+
|
|
5451
|
+
[[package]]
|
|
5452
|
+
name = "windows-strings"
|
|
5453
|
+
version = "0.100.0"
|
|
5454
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5455
|
+
checksum = "6a70b590c684f1d2854f74999896f7c0558f1bdde62f599088599e20ea1d2f60"
|
|
5456
|
+
dependencies = [
|
|
5457
|
+
"windows-link 0.100.0",
|
|
5407
5458
|
]
|
|
5408
5459
|
|
|
5409
5460
|
[[package]]
|
|
@@ -5412,7 +5463,7 @@ version = "0.52.0"
|
|
|
5412
5463
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5413
5464
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
|
5414
5465
|
dependencies = [
|
|
5415
|
-
"windows-targets",
|
|
5466
|
+
"windows-targets 0.52.6",
|
|
5416
5467
|
]
|
|
5417
5468
|
|
|
5418
5469
|
[[package]]
|
|
@@ -5421,7 +5472,16 @@ version = "0.59.0"
|
|
|
5421
5472
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5422
5473
|
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
|
|
5423
5474
|
dependencies = [
|
|
5424
|
-
"windows-targets",
|
|
5475
|
+
"windows-targets 0.52.6",
|
|
5476
|
+
]
|
|
5477
|
+
|
|
5478
|
+
[[package]]
|
|
5479
|
+
name = "windows-sys"
|
|
5480
|
+
version = "0.60.2"
|
|
5481
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5482
|
+
checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
|
|
5483
|
+
dependencies = [
|
|
5484
|
+
"windows-targets 0.53.5",
|
|
5425
5485
|
]
|
|
5426
5486
|
|
|
5427
5487
|
[[package]]
|
|
@@ -5430,7 +5490,7 @@ version = "0.61.2"
|
|
|
5430
5490
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5431
5491
|
checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
|
|
5432
5492
|
dependencies = [
|
|
5433
|
-
"windows-link",
|
|
5493
|
+
"windows-link 0.2.1",
|
|
5434
5494
|
]
|
|
5435
5495
|
|
|
5436
5496
|
[[package]]
|
|
@@ -5439,14 +5499,31 @@ version = "0.52.6"
|
|
|
5439
5499
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5440
5500
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
|
5441
5501
|
dependencies = [
|
|
5442
|
-
"windows_aarch64_gnullvm",
|
|
5443
|
-
"windows_aarch64_msvc",
|
|
5444
|
-
"windows_i686_gnu",
|
|
5445
|
-
"windows_i686_gnullvm",
|
|
5446
|
-
"windows_i686_msvc",
|
|
5447
|
-
"windows_x86_64_gnu",
|
|
5448
|
-
"windows_x86_64_gnullvm",
|
|
5449
|
-
"windows_x86_64_msvc",
|
|
5502
|
+
"windows_aarch64_gnullvm 0.52.6",
|
|
5503
|
+
"windows_aarch64_msvc 0.52.6",
|
|
5504
|
+
"windows_i686_gnu 0.52.6",
|
|
5505
|
+
"windows_i686_gnullvm 0.52.6",
|
|
5506
|
+
"windows_i686_msvc 0.52.6",
|
|
5507
|
+
"windows_x86_64_gnu 0.52.6",
|
|
5508
|
+
"windows_x86_64_gnullvm 0.52.6",
|
|
5509
|
+
"windows_x86_64_msvc 0.52.6",
|
|
5510
|
+
]
|
|
5511
|
+
|
|
5512
|
+
[[package]]
|
|
5513
|
+
name = "windows-targets"
|
|
5514
|
+
version = "0.53.5"
|
|
5515
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5516
|
+
checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
|
|
5517
|
+
dependencies = [
|
|
5518
|
+
"windows-link 0.2.1",
|
|
5519
|
+
"windows_aarch64_gnullvm 0.53.1",
|
|
5520
|
+
"windows_aarch64_msvc 0.53.1",
|
|
5521
|
+
"windows_i686_gnu 0.53.1",
|
|
5522
|
+
"windows_i686_gnullvm 0.53.1",
|
|
5523
|
+
"windows_i686_msvc 0.53.1",
|
|
5524
|
+
"windows_x86_64_gnu 0.53.1",
|
|
5525
|
+
"windows_x86_64_gnullvm 0.53.1",
|
|
5526
|
+
"windows_x86_64_msvc 0.53.1",
|
|
5450
5527
|
]
|
|
5451
5528
|
|
|
5452
5529
|
[[package]]
|
|
@@ -5455,7 +5532,7 @@ version = "0.2.1"
|
|
|
5455
5532
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5456
5533
|
checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
|
|
5457
5534
|
dependencies = [
|
|
5458
|
-
"windows-link",
|
|
5535
|
+
"windows-link 0.2.1",
|
|
5459
5536
|
]
|
|
5460
5537
|
|
|
5461
5538
|
[[package]]
|
|
@@ -5464,48 +5541,96 @@ version = "0.52.6"
|
|
|
5464
5541
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5465
5542
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
|
5466
5543
|
|
|
5544
|
+
[[package]]
|
|
5545
|
+
name = "windows_aarch64_gnullvm"
|
|
5546
|
+
version = "0.53.1"
|
|
5547
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5548
|
+
checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
|
|
5549
|
+
|
|
5467
5550
|
[[package]]
|
|
5468
5551
|
name = "windows_aarch64_msvc"
|
|
5469
5552
|
version = "0.52.6"
|
|
5470
5553
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5471
5554
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
|
5472
5555
|
|
|
5556
|
+
[[package]]
|
|
5557
|
+
name = "windows_aarch64_msvc"
|
|
5558
|
+
version = "0.53.1"
|
|
5559
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5560
|
+
checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
|
|
5561
|
+
|
|
5473
5562
|
[[package]]
|
|
5474
5563
|
name = "windows_i686_gnu"
|
|
5475
5564
|
version = "0.52.6"
|
|
5476
5565
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5477
5566
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
|
5478
5567
|
|
|
5568
|
+
[[package]]
|
|
5569
|
+
name = "windows_i686_gnu"
|
|
5570
|
+
version = "0.53.1"
|
|
5571
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5572
|
+
checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
|
|
5573
|
+
|
|
5479
5574
|
[[package]]
|
|
5480
5575
|
name = "windows_i686_gnullvm"
|
|
5481
5576
|
version = "0.52.6"
|
|
5482
5577
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5483
5578
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
|
5484
5579
|
|
|
5580
|
+
[[package]]
|
|
5581
|
+
name = "windows_i686_gnullvm"
|
|
5582
|
+
version = "0.53.1"
|
|
5583
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5584
|
+
checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
|
|
5585
|
+
|
|
5485
5586
|
[[package]]
|
|
5486
5587
|
name = "windows_i686_msvc"
|
|
5487
5588
|
version = "0.52.6"
|
|
5488
5589
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5489
5590
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
|
5490
5591
|
|
|
5592
|
+
[[package]]
|
|
5593
|
+
name = "windows_i686_msvc"
|
|
5594
|
+
version = "0.53.1"
|
|
5595
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5596
|
+
checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
|
|
5597
|
+
|
|
5491
5598
|
[[package]]
|
|
5492
5599
|
name = "windows_x86_64_gnu"
|
|
5493
5600
|
version = "0.52.6"
|
|
5494
5601
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5495
5602
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
|
5496
5603
|
|
|
5604
|
+
[[package]]
|
|
5605
|
+
name = "windows_x86_64_gnu"
|
|
5606
|
+
version = "0.53.1"
|
|
5607
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5608
|
+
checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
|
|
5609
|
+
|
|
5497
5610
|
[[package]]
|
|
5498
5611
|
name = "windows_x86_64_gnullvm"
|
|
5499
5612
|
version = "0.52.6"
|
|
5500
5613
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5501
5614
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
|
5502
5615
|
|
|
5616
|
+
[[package]]
|
|
5617
|
+
name = "windows_x86_64_gnullvm"
|
|
5618
|
+
version = "0.53.1"
|
|
5619
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5620
|
+
checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
|
|
5621
|
+
|
|
5503
5622
|
[[package]]
|
|
5504
5623
|
name = "windows_x86_64_msvc"
|
|
5505
5624
|
version = "0.52.6"
|
|
5506
5625
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5507
5626
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
|
5508
5627
|
|
|
5628
|
+
[[package]]
|
|
5629
|
+
name = "windows_x86_64_msvc"
|
|
5630
|
+
version = "0.53.1"
|
|
5631
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5632
|
+
checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
|
|
5633
|
+
|
|
5509
5634
|
[[package]]
|
|
5510
5635
|
name = "winnow"
|
|
5511
5636
|
version = "0.7.15"
|
|
@@ -5514,9 +5639,9 @@ checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945"
|
|
|
5514
5639
|
|
|
5515
5640
|
[[package]]
|
|
5516
5641
|
name = "winnow"
|
|
5517
|
-
version = "1.0.
|
|
5642
|
+
version = "1.0.4"
|
|
5518
5643
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5519
|
-
checksum = "
|
|
5644
|
+
checksum = "23b97319f7b8343df12cc98938e5c3eb436064524c8d2b4e30a1d3a36eecdf81"
|
|
5520
5645
|
|
|
5521
5646
|
[[package]]
|
|
5522
5647
|
name = "winx"
|
|
@@ -5524,7 +5649,7 @@ version = "0.36.4"
|
|
|
5524
5649
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5525
5650
|
checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
|
|
5526
5651
|
dependencies = [
|
|
5527
|
-
"bitflags 2.13.
|
|
5652
|
+
"bitflags 2.13.2",
|
|
5528
5653
|
"windows-sys 0.59.0",
|
|
5529
5654
|
]
|
|
5530
5655
|
|
|
@@ -5564,8 +5689,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
5564
5689
|
checksum = "b0e65bb94c369b3c4741ce3d1d2704b1fec93db7c540df0e521a097e7ceeb5be"
|
|
5565
5690
|
dependencies = [
|
|
5566
5691
|
"anyhow",
|
|
5567
|
-
"bitflags 2.13.
|
|
5568
|
-
"indexmap 2.14.
|
|
5692
|
+
"bitflags 2.13.2",
|
|
5693
|
+
"indexmap 2.14.2",
|
|
5569
5694
|
"log",
|
|
5570
5695
|
"serde",
|
|
5571
5696
|
"serde_derive",
|
|
@@ -5585,7 +5710,7 @@ dependencies = [
|
|
|
5585
5710
|
"anyhow",
|
|
5586
5711
|
"hashbrown 0.17.1",
|
|
5587
5712
|
"id-arena",
|
|
5588
|
-
"indexmap 2.14.
|
|
5713
|
+
"indexmap 2.14.2",
|
|
5589
5714
|
"log",
|
|
5590
5715
|
"semver",
|
|
5591
5716
|
"serde",
|
|
@@ -5597,9 +5722,9 @@ dependencies = [
|
|
|
5597
5722
|
|
|
5598
5723
|
[[package]]
|
|
5599
5724
|
name = "writeable"
|
|
5600
|
-
version = "0.6.
|
|
5725
|
+
version = "0.6.4"
|
|
5601
5726
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5602
|
-
checksum = "
|
|
5727
|
+
checksum = "3ad82d2a33cdc9674dc7465672f271e096168fcdbe0f799d9e6db8c5892679dc"
|
|
5603
5728
|
|
|
5604
5729
|
[[package]]
|
|
5605
5730
|
name = "xattr"
|
|
@@ -5624,34 +5749,34 @@ dependencies = [
|
|
|
5624
5749
|
|
|
5625
5750
|
[[package]]
|
|
5626
5751
|
name = "yoke-derive"
|
|
5627
|
-
version = "0.8.
|
|
5752
|
+
version = "0.8.3"
|
|
5628
5753
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5629
|
-
checksum = "
|
|
5754
|
+
checksum = "33811428bee40dbceb6d545e95754741d17a6aef9a4849f0fd62e2ba4f412a78"
|
|
5630
5755
|
dependencies = [
|
|
5631
5756
|
"proc-macro2",
|
|
5632
5757
|
"quote",
|
|
5633
|
-
"syn
|
|
5758
|
+
"syn 3.0.6",
|
|
5634
5759
|
"synstructure",
|
|
5635
5760
|
]
|
|
5636
5761
|
|
|
5637
5762
|
[[package]]
|
|
5638
5763
|
name = "zerocopy"
|
|
5639
|
-
version = "0.8.
|
|
5764
|
+
version = "0.8.57"
|
|
5640
5765
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5641
|
-
checksum = "
|
|
5766
|
+
checksum = "d35102a9f36d089ccae9e4c6802bc118be4487b80aaffc0ab4e0cf5ce92d2873"
|
|
5642
5767
|
dependencies = [
|
|
5643
5768
|
"zerocopy-derive",
|
|
5644
5769
|
]
|
|
5645
5770
|
|
|
5646
5771
|
[[package]]
|
|
5647
5772
|
name = "zerocopy-derive"
|
|
5648
|
-
version = "0.8.
|
|
5773
|
+
version = "0.8.57"
|
|
5649
5774
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5650
|
-
checksum = "
|
|
5775
|
+
checksum = "146c01f5ab44258da43cf276c74a2763db2ff3969c9c652c3f2de07041d0b2bc"
|
|
5651
5776
|
dependencies = [
|
|
5652
5777
|
"proc-macro2",
|
|
5653
5778
|
"quote",
|
|
5654
|
-
"syn 2.0.
|
|
5779
|
+
"syn 2.0.119",
|
|
5655
5780
|
]
|
|
5656
5781
|
|
|
5657
5782
|
[[package]]
|
|
@@ -5665,13 +5790,13 @@ dependencies = [
|
|
|
5665
5790
|
|
|
5666
5791
|
[[package]]
|
|
5667
5792
|
name = "zerofrom-derive"
|
|
5668
|
-
version = "0.1.
|
|
5793
|
+
version = "0.1.8"
|
|
5669
5794
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5670
|
-
checksum = "
|
|
5795
|
+
checksum = "f75b4683f6c7f45248d4d64056a24298c6281e0993356d7d1b4a1a962ef10d4a"
|
|
5671
5796
|
dependencies = [
|
|
5672
5797
|
"proc-macro2",
|
|
5673
5798
|
"quote",
|
|
5674
|
-
"syn
|
|
5799
|
+
"syn 3.0.6",
|
|
5675
5800
|
"synstructure",
|
|
5676
5801
|
]
|
|
5677
5802
|
|
|
@@ -5692,14 +5817,14 @@ checksum = "3c50655cbb0fe3fc43170059e702f1ce5e19b84cec58dc87b037a09935c2f328"
|
|
|
5692
5817
|
dependencies = [
|
|
5693
5818
|
"proc-macro2",
|
|
5694
5819
|
"quote",
|
|
5695
|
-
"syn 2.0.
|
|
5820
|
+
"syn 2.0.119",
|
|
5696
5821
|
]
|
|
5697
5822
|
|
|
5698
5823
|
[[package]]
|
|
5699
5824
|
name = "zerotrie"
|
|
5700
|
-
version = "0.2.
|
|
5825
|
+
version = "0.2.5"
|
|
5701
5826
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5702
|
-
checksum = "
|
|
5827
|
+
checksum = "4ea269c3bd32f0a32c321907a2ae912ba6f4649bb0fc764a15627e99a7095a3f"
|
|
5703
5828
|
dependencies = [
|
|
5704
5829
|
"displaydoc",
|
|
5705
5830
|
"yoke",
|
|
@@ -5708,9 +5833,9 @@ dependencies = [
|
|
|
5708
5833
|
|
|
5709
5834
|
[[package]]
|
|
5710
5835
|
name = "zerovec"
|
|
5711
|
-
version = "0.11.
|
|
5836
|
+
version = "0.11.8"
|
|
5712
5837
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5713
|
-
checksum = "
|
|
5838
|
+
checksum = "bb0464e17806c1d976d5cba29399c7f08e516e279e2ba493f63123b5fca67dd8"
|
|
5714
5839
|
dependencies = [
|
|
5715
5840
|
"yoke",
|
|
5716
5841
|
"zerofrom",
|
|
@@ -5719,20 +5844,26 @@ dependencies = [
|
|
|
5719
5844
|
|
|
5720
5845
|
[[package]]
|
|
5721
5846
|
name = "zerovec-derive"
|
|
5722
|
-
version = "0.11.
|
|
5847
|
+
version = "0.11.6"
|
|
5723
5848
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5724
|
-
checksum = "
|
|
5849
|
+
checksum = "34df6fc39dbd26ddc9c10e6a2984476e13acce22e64e4487636ef494369225da"
|
|
5725
5850
|
dependencies = [
|
|
5726
5851
|
"proc-macro2",
|
|
5727
5852
|
"quote",
|
|
5728
|
-
"syn
|
|
5853
|
+
"syn 3.0.6",
|
|
5729
5854
|
]
|
|
5730
5855
|
|
|
5856
|
+
[[package]]
|
|
5857
|
+
name = "zlib-rs"
|
|
5858
|
+
version = "0.6.8"
|
|
5859
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5860
|
+
checksum = "b268e58e7c693d7c271f93ffc4ba3b380412554231c85bf61ca7af91042a4112"
|
|
5861
|
+
|
|
5731
5862
|
[[package]]
|
|
5732
5863
|
name = "zmij"
|
|
5733
|
-
version = "1.0.
|
|
5864
|
+
version = "1.0.23"
|
|
5734
5865
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5735
|
-
checksum = "
|
|
5866
|
+
checksum = "29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b"
|
|
5736
5867
|
|
|
5737
5868
|
[[package]]
|
|
5738
5869
|
name = "zstd"
|
|
@@ -5745,18 +5876,18 @@ dependencies = [
|
|
|
5745
5876
|
|
|
5746
5877
|
[[package]]
|
|
5747
5878
|
name = "zstd-safe"
|
|
5748
|
-
version = "7.
|
|
5879
|
+
version = "7.3.0"
|
|
5749
5880
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5750
|
-
checksum = "
|
|
5881
|
+
checksum = "64d80649ab6db9d9f6f9c80a40becd948eda4714a0a5ac8c4d157a32231c7882"
|
|
5751
5882
|
dependencies = [
|
|
5752
5883
|
"zstd-sys",
|
|
5753
5884
|
]
|
|
5754
5885
|
|
|
5755
5886
|
[[package]]
|
|
5756
5887
|
name = "zstd-sys"
|
|
5757
|
-
version = "2.0
|
|
5888
|
+
version = "2.1.0+zstd.1.5.7"
|
|
5758
5889
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5759
|
-
checksum = "
|
|
5890
|
+
checksum = "0ef0a8027ec3ee71300ab3bcbcd0393f434aa72b91ca6d635a39941deae8eea0"
|
|
5760
5891
|
dependencies = [
|
|
5761
5892
|
"cc",
|
|
5762
5893
|
"pkg-config",
|