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.
Files changed (114) hide show
  1. {act_cli-0.13.0 → act_cli-0.13.2}/Cargo.lock +719 -588
  2. {act_cli-0.13.0 → act_cli-0.13.2}/Cargo.toml +25 -7
  3. {act_cli-0.13.0 → act_cli-0.13.2}/PKG-INFO +1 -1
  4. {act_cli-0.13.0 → act_cli-0.13.2}/act-cli/Cargo.toml +5 -5
  5. {act_cli-0.13.0 → act_cli-0.13.2}/act-cli/src/rmcp_bridge.rs +57 -7
  6. {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-mcp/Cargo.toml +1 -1
  7. {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-runtime/Cargo.toml +3 -3
  8. {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-runtime/src/http_client.rs +104 -31
  9. {act_cli-0.13.0 → act_cli-0.13.2}/README.md +0 -0
  10. {act_cli-0.13.0 → act_cli-0.13.2}/act-cli/README.md +0 -0
  11. {act_cli-0.13.0 → act_cli-0.13.2}/act-cli/build.rs +0 -0
  12. {act_cli-0.13.0 → act_cli-0.13.2}/act-cli/src/config.rs +0 -0
  13. {act_cli-0.13.0 → act_cli-0.13.2}/act-cli/src/format.rs +0 -0
  14. {act_cli-0.13.0 → act_cli-0.13.2}/act-cli/src/login_cmd.rs +0 -0
  15. {act_cli-0.13.0 → act_cli-0.13.2}/act-cli/src/main.rs +0 -0
  16. {act_cli-0.13.0 → act_cli-0.13.2}/act-cli/src/oauth/discovery.rs +0 -0
  17. {act_cli-0.13.0 → act_cli-0.13.2}/act-cli/src/oauth/issuer.rs +0 -0
  18. {act_cli-0.13.0 → act_cli-0.13.2}/act-cli/src/oauth/listener.rs +0 -0
  19. {act_cli-0.13.0 → act_cli-0.13.2}/act-cli/src/oauth/mod.rs +0 -0
  20. {act_cli-0.13.0 → act_cli-0.13.2}/act-cli/src/oauth/pkce.rs +0 -0
  21. {act_cli-0.13.0 → act_cli-0.13.2}/act-cli/src/oauth/refresh.rs +0 -0
  22. {act_cli-0.13.0 → act_cli-0.13.2}/act-cli/src/oauth/refresher.rs +0 -0
  23. {act_cli-0.13.0 → act_cli-0.13.2}/act-cli/src/oauth/registration.rs +0 -0
  24. {act_cli-0.13.0 → act_cli-0.13.2}/act-cli/src/oauth/run.rs +0 -0
  25. {act_cli-0.13.0 → act_cli-0.13.2}/act-cli/src/oauth/state.rs +0 -0
  26. {act_cli-0.13.0 → act_cli-0.13.2}/act-cli/src/secret_cmd.rs +0 -0
  27. {act_cli-0.13.0 → act_cli-0.13.2}/act-cli/src/snapshots/act__format__tests__golden__info_json.snap +0 -0
  28. {act_cli-0.13.0 → act_cli-0.13.2}/act-cli/src/snapshots/act__format__tests__golden__info_text.snap +0 -0
  29. {act_cli-0.13.0 → act_cli-0.13.2}/act-cli/src/snapshots/act__format__tests__golden__info_toon.snap +0 -0
  30. {act_cli-0.13.0 → act_cli-0.13.2}/act-cli/src/tty.rs +0 -0
  31. {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-credentials/Cargo.toml +0 -0
  32. {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-credentials/src/backend/file.rs +0 -0
  33. {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-credentials/src/backend/mod.rs +0 -0
  34. {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-credentials/src/expiry.rs +0 -0
  35. {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-credentials/src/field.rs +0 -0
  36. {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-credentials/src/index.rs +0 -0
  37. {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-credentials/src/lib.rs +0 -0
  38. {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-credentials/src/record.rs +0 -0
  39. {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-credentials/src/store.rs +0 -0
  40. {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-credentials/tests/backend_selection.rs +0 -0
  41. {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-credentials/tests/store_roundtrip.rs +0 -0
  42. {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-mcp/README.md +0 -0
  43. {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-mcp/src/lib.rs +0 -0
  44. {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-policy/Cargo.toml +0 -0
  45. {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-policy/src/ceilings.rs +0 -0
  46. {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-policy/src/consent.rs +0 -0
  47. {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-policy/src/decision.rs +0 -0
  48. {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-policy/src/effective.rs +0 -0
  49. {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-policy/src/fs_matcher.rs +0 -0
  50. {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-policy/src/grant.rs +0 -0
  51. {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-policy/src/lib.rs +0 -0
  52. {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-policy/src/net.rs +0 -0
  53. {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-policy/src/provider.rs +0 -0
  54. {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-policy/src/providers/credentials.rs +0 -0
  55. {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-policy/src/providers/fs.rs +0 -0
  56. {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-policy/src/providers/generic.rs +0 -0
  57. {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-policy/src/providers/http.rs +0 -0
  58. {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-policy/src/providers/mod.rs +0 -0
  59. {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-policy/src/providers/sockets.rs +0 -0
  60. {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-policy/tests/policy_properties.proptest-regressions +0 -0
  61. {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-policy/tests/policy_properties.rs +0 -0
  62. {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-runtime/README.md +0 -0
  63. {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-runtime/src/actor.rs +0 -0
  64. {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-runtime/src/audit/emit.rs +0 -0
  65. {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-runtime/src/audit/layer.rs +0 -0
  66. {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-runtime/src/audit/mod.rs +0 -0
  67. {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-runtime/src/audit/record.rs +0 -0
  68. {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-runtime/src/audit/render.rs +0 -0
  69. {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
  70. {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
  71. {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
  72. {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
  73. {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
  74. {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
  75. {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
  76. {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
  77. {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
  78. {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
  79. {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
  80. {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
  81. {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-runtime/src/bindings.rs +0 -0
  82. {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-runtime/src/consent/channel.rs +0 -0
  83. {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-runtime/src/consent/gate.rs +0 -0
  84. {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-runtime/src/consent/mod.rs +0 -0
  85. {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-runtime/src/credentials.rs +0 -0
  86. {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-runtime/src/engine.rs +0 -0
  87. {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-runtime/src/fs_policy.rs +0 -0
  88. {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-runtime/src/http_policy.rs +0 -0
  89. {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-runtime/src/info.rs +0 -0
  90. {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-runtime/src/lib.rs +0 -0
  91. {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-runtime/src/resolve.rs +0 -0
  92. {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-runtime/src/runtime.rs +0 -0
  93. {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-runtime/src/sessions.rs +0 -0
  94. {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-runtime/src/store.rs +0 -0
  95. {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-runtime/src/tests.rs +0 -0
  96. {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-runtime/src/validate.rs +0 -0
  97. {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-runtime/wit/deps/act-consent-0.1.0/package.wit +0 -0
  98. {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-runtime/wit/deps/act-core-0.4.0/package.wit +0 -0
  99. {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-runtime/wit/deps/act-credentials-0.1.0/package.wit +0 -0
  100. {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-runtime/wit/deps/act-sessions-0.2.0/package.wit +0 -0
  101. {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-runtime/wit/deps/act-tools-0.2.0/package.wit +0 -0
  102. {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-runtime/wit/world.wit +0 -0
  103. {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-store/Cargo.toml +0 -0
  104. {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-store/README.md +0 -0
  105. {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-store/src/fetch.rs +0 -0
  106. {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-store/src/index.rs +0 -0
  107. {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-store/src/layout.rs +0 -0
  108. {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-store/src/lib.rs +0 -0
  109. {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-store/src/lock.rs +0 -0
  110. {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-store/src/provenance.rs +0 -0
  111. {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-store/src/reference.rs +0 -0
  112. {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-store/src/referrer.rs +0 -0
  113. {act_cli-0.13.0 → act_cli-0.13.2}/crates/act-store/src/store.rs +0 -0
  114. {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.0"
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.2+spec-1.1.0",
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.0"
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.2+spec-1.1.0",
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.0"
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.18",
102
- "toml 1.1.2+spec-1.1.0",
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.0"
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.0"
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.18",
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.0"
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.0"
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.2+spec-1.1.0",
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.0"
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.18",
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.4"
256
+ version = "1.1.5"
257
257
  source = "registry+https://github.com/rust-lang/crates.io-index"
258
- checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
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.5"
292
+ version = "0.1.6"
293
293
  source = "registry+https://github.com/rust-lang/crates.io-index"
294
- checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
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.103"
351
+ version = "1.0.104"
352
352
  source = "registry+https://github.com/rust-lang/crates.io-index"
353
- checksum = "2a4385e2e34eb35d6b3efe798b9eb88096925d87726c0798709bf56d9ed84af3"
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.89"
394
+ version = "0.1.92"
395
395
  source = "registry+https://github.com/rust-lang/crates.io-index"
396
- checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
396
+ checksum = "82f6aeea286b8eb4dd3431a1be1b59d290ace00f5bfd8e2a159bc2a05e2c1667"
397
397
  dependencies = [
398
398
  "proc-macro2",
399
399
  "quote",
400
- "syn 2.0.118",
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.17.1"
417
+ version = "1.18.1"
418
418
  source = "registry+https://github.com/rust-lang/crates.io-index"
419
- checksum = "4342d8937fc7e5dd9b1c60292261c0670c882a2cd1719cfc11b1af41731e32ad"
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.42.0"
428
+ version = "0.45.0"
429
429
  source = "registry+https://github.com/rust-lang/crates.io-index"
430
- checksum = "6d9ceb1da931507a12f4fccea479dccd00da1943e1b4ae72d8e502d707361444"
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.0"
499
+ version = "0.23.1"
500
500
  source = "registry+https://github.com/rust-lang/crates.io-index"
501
- checksum = "b25655df2c3cdd83c5e5b293b88acd880332b2ddadd7c30ac43144fdc0033da9"
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.0"
526
+ version = "2.13.2"
527
527
  source = "registry+https://github.com/rust-lang/crates.io-index"
528
- checksum = "b4388bee8683e3d04af747c73422af53102d2bd24d9eadb6cbc100baef4b43f8"
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.12.3"
595
+ version = "1.13.1"
596
596
  source = "registry+https://github.com/rust-lang/crates.io-index"
597
- checksum = "5cee35f73844aa3014bb606320a6c1f010249dbdf43342fe54b5a4f6a8ed4b79"
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.4.2"
621
+ version = "2.7.0"
622
622
  source = "registry+https://github.com/rust-lang/crates.io-index"
623
- checksum = "3d7c8918969267b2932ffd5655509bbbea0833823058c378876953217f5fc50e"
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.2.65"
645
+ version = "1.4.6"
670
646
  source = "registry+https://github.com/rust-lang/crates.io-index"
671
- checksum = "e228eec9be7c17ccb640b59b36a5cd805ea2a564a4c5e162c2f659fea30d3b96"
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.4"
657
+ version = "1.0.5"
682
658
  source = "registry+https://github.com/rust-lang/crates.io-index"
683
- checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
659
+ checksum = "4e7648175b45a9a48536d676f68d918270699102aa8dab5496df06904c914600"
684
660
 
685
661
  [[package]]
686
662
  name = "cfg_aliases"
687
- version = "0.2.1"
663
+ version = "0.2.2"
688
664
  source = "registry+https://github.com/rust-lang/crates.io-index"
689
- checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
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.0",
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.6"
727
+ version = "4.6.7"
752
728
  source = "registry+https://github.com/rust-lang/crates.io-index"
753
- checksum = "473c7e07f409a8d772161724aa8db6a765a2532a70f9667eeb7b49d3d02fbdca"
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.6"
737
+ version = "4.6.7"
762
738
  source = "registry+https://github.com/rust-lang/crates.io-index"
763
- checksum = "7b48fea5a88e9ae728a2dcbedbfc0e730f7d60da42e1cb049a83c9fb8b789889"
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.9"
749
+ version = "4.6.11"
774
750
  source = "registry+https://github.com/rust-lang/crates.io-index"
775
- checksum = "3be2ad0423bdbbb0e25bc89add796f3559706d4a95e1bc98e4d9662a957b6a19"
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.4"
758
+ version = "4.6.7"
783
759
  source = "registry+https://github.com/rust-lang/crates.io-index"
784
- checksum = "d012d2b9d65aca7f18f4d9878a045bc17899bba951561ba5ec3c2ba1eed9a061"
760
+ checksum = "f9c751b79415d4e559e3d1fcf128e09e720eb673a06d26cf6f392d37d75b66e0"
785
761
  dependencies = [
786
762
  "heck",
787
763
  "proc-macro2",
788
764
  "quote",
789
- "syn 3.0.4",
765
+ "syn 3.0.6",
790
766
  ]
791
767
 
792
768
  [[package]]
793
769
  name = "clap_lex"
794
- version = "1.1.0"
770
+ version = "1.1.1"
795
771
  source = "registry+https://github.com/rust-lang/crates.io-index"
796
- checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
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.18",
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.7"
810
+ version = "4.6.8"
835
811
  source = "registry+https://github.com/rust-lang/crates.io-index"
836
- checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
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.4"
820
+ version = "0.16.6"
845
821
  source = "registry+https://github.com/rust-lang/crates.io-index"
846
- checksum = "4fe5f465a4f6fee88fad41b85d990f84c835335e85b5d9e6e63e0d06d28cba7c"
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.1"
831
+ version = "1.19.3"
856
832
  source = "registry+https://github.com/rust-lang/crates.io-index"
857
- checksum = "33e2a781ebdf4467d1428dc4593067825fb646f6871475098d8577421af73558"
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.0"
910
+ version = "0.3.1"
929
911
  source = "registry+https://github.com/rust-lang/crates.io-index"
930
- checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201"
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.0"
919
+ version = "0.135.2"
938
920
  source = "registry+https://github.com/rust-lang/crates.io-index"
939
- checksum = "a4a59ddc4abd9c5560f4742864b2cd8c19e73c7263f0c866b2c45c2d31587adc"
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.0"
928
+ version = "0.135.2"
947
929
  source = "registry+https://github.com/rust-lang/crates.io-index"
948
- checksum = "8a8c361cd22fd0fdd8e61af6bfd86ad9c0c62f78b2b1caa2b9e4e97cd8f605fe"
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.0"
937
+ version = "0.135.2"
956
938
  source = "registry+https://github.com/rust-lang/crates.io-index"
957
- checksum = "b86c34ae183cf2410318f899648fe1ef6ab9148486e7b938d7b4d814e61dafc9"
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.0"
947
+ version = "0.135.2"
966
948
  source = "registry+https://github.com/rust-lang/crates.io-index"
967
- checksum = "415f1a12668869e16ac3b66a729fb8cce8bbe6e50e68d1fa0142acd0c9c05f0c"
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.0"
958
+ version = "0.135.2"
977
959
  source = "registry+https://github.com/rust-lang/crates.io-index"
978
- checksum = "73eecedc85ffca4f34dbe197c6545c8ade6579a61352457936f53c3bffa6353b"
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.0"
989
+ version = "0.135.2"
1008
990
  source = "registry+https://github.com/rust-lang/crates.io-index"
1009
- checksum = "66834005198c3e9e3d89cd69cf1541419402ab75250afbeaa3128db6d5254025"
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.0"
1002
+ version = "0.135.2"
1021
1003
  source = "registry+https://github.com/rust-lang/crates.io-index"
1022
- checksum = "7e6efaf74077091a2ff41317cc8eb2779264dae4b8a16d955835f3fcda338f52"
1004
+ checksum = "a8aefe7ed05aa9a831a4696f55e020a6c93998325a09c642863f0be7845fe3a8"
1023
1005
 
1024
1006
  [[package]]
1025
1007
  name = "cranelift-control"
1026
- version = "0.135.0"
1008
+ version = "0.135.2"
1027
1009
  source = "registry+https://github.com/rust-lang/crates.io-index"
1028
- checksum = "a4258d4ed6ad4e698fe1fec4277b1fcbea6f2a17cb5ec3f04bddfb38ca83d93e"
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.0"
1017
+ version = "0.135.2"
1036
1018
  source = "registry+https://github.com/rust-lang/crates.io-index"
1037
- checksum = "4f016b6f87b1a46a3f5df59b82d88bb352bf2fa6d7868875dfc4d6b65de5242d"
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.0"
1029
+ version = "0.135.2"
1048
1030
  source = "registry+https://github.com/rust-lang/crates.io-index"
1049
- checksum = "b16f2b149dae6ea3886bee931445196d86d8e71b66f7c3b21abe434f77189be8"
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.0"
1042
+ version = "0.135.2"
1061
1043
  source = "registry+https://github.com/rust-lang/crates.io-index"
1062
- checksum = "f00258ff3d37f52ed731df679205e66175c728846dbde186ee20e93973d12ee7"
1044
+ checksum = "bcb1cc85ccb60cfc53c3d55e23196fef28ae78fbcebe4e1ff3ff866a3c93d61c"
1063
1045
 
1064
1046
  [[package]]
1065
1047
  name = "cranelift-native"
1066
- version = "0.135.0"
1048
+ version = "0.135.2"
1067
1049
  source = "registry+https://github.com/rust-lang/crates.io-index"
1068
- checksum = "4f31eb7e08f31e5bc9c167c35718b0325efa3d4e234e2e9342316e01b18a4b51"
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.0"
1059
+ version = "0.135.2"
1078
1060
  source = "registry+https://github.com/rust-lang/crates.io-index"
1079
- checksum = "2e0b67d313f510520f40c1496c3446af0d6b30219d1ba9a4c09c77ec288a561b"
1061
+ checksum = "56caa8a7f1e0f2c61400996cc1567fb06dd417c49d5e673131a149cb9628625f"
1080
1062
 
1081
1063
  [[package]]
1082
1064
  name = "crc32fast"
1083
- version = "1.5.0"
1065
+ version = "1.5.2"
1084
1066
  source = "registry+https://github.com/rust-lang/crates.io-index"
1085
- checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
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.6"
1074
+ version = "0.8.8"
1093
1075
  source = "registry+https://github.com/rust-lang/crates.io-index"
1094
- checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
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.20"
1084
+ version = "0.9.21"
1103
1085
  source = "registry+https://github.com/rust-lang/crates.io-index"
1104
- checksum = "2d6914041f254d6e9176c01941b21115dcfb7089e55135a35411081bd106ef3f"
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.21"
1093
+ version = "0.8.23"
1112
1094
  source = "registry+https://github.com/rust-lang/crates.io-index"
1113
- checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
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.23.0"
1134
+ version = "0.24.1"
1153
1135
  source = "registry+https://github.com/rust-lang/crates.io-index"
1154
- checksum = "25ae13da2f202d56bd7f91c25fba009e7717a1e4a1cc98a76d844b65ae912e9d"
1136
+ checksum = "ed17f5901b6630b993ca003def43f2f8ef4014fc13b047b57aad617ff32bc2ec"
1155
1137
  dependencies = [
1156
- "darling_core 0.23.0",
1157
- "darling_macro 0.23.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.118",
1153
+ "syn 2.0.119",
1172
1154
  ]
1173
1155
 
1174
1156
  [[package]]
1175
1157
  name = "darling_core"
1176
- version = "0.23.0"
1158
+ version = "0.24.1"
1177
1159
  source = "registry+https://github.com/rust-lang/crates.io-index"
1178
- checksum = "9865a50f7c335f53564bb694ef660825eb8610e0a53d3e11bf1b0d3df31e03b0"
1160
+ checksum = "6837e2cf7485aaae18f86181d2f0e9a7ed297a025e220aeabf63fdebd3a2ddff"
1179
1161
  dependencies = [
1180
1162
  "ident_case",
1181
1163
  "proc-macro2",
1182
1164
  "quote",
1183
1165
  "strsim",
1184
- "syn 2.0.118",
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.118",
1177
+ "syn 2.0.119",
1196
1178
  ]
1197
1179
 
1198
1180
  [[package]]
1199
1181
  name = "darling_macro"
1200
- version = "0.23.0"
1182
+ version = "0.24.1"
1201
1183
  source = "registry+https://github.com/rust-lang/crates.io-index"
1202
- checksum = "ac3984ec7bd6cfa798e62b4a642426a5be0e68f9401cfc2a01e3fa9ea2fcdb8d"
1184
+ checksum = "2ac7135c3ef02b2f7833bbeb1be5ba7f966dcde8a87c6b87f65a778d71a02785"
1203
1185
  dependencies = [
1204
- "darling_core 0.23.0",
1186
+ "darling_core 0.24.1",
1205
1187
  "quote",
1206
- "syn 2.0.118",
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.118",
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.18",
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.118",
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.118",
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.2",
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.0",
1364
+ "bitflags 2.13.2",
1383
1365
  "objc2",
1384
1366
  ]
1385
1367
 
1386
1368
  [[package]]
1387
1369
  name = "displaydoc"
1388
- version = "0.2.6"
1370
+ version = "0.2.7"
1389
1371
  source = "registry+https://github.com/rust-lang/crates.io-index"
1390
- checksum = "1ac70aa55017e108007fbaf5aa0f54b021c98f92ff8af59d42eda9da96e3dd4f"
1372
+ checksum = "c6232dd377dcc64799954cbd3a9bb882e9cdc1308ccd87b1c098f1fb2eaf82a8"
1391
1373
  dependencies = [
1392
1374
  "proc-macro2",
1393
1375
  "quote",
1394
- "syn 2.0.118",
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.118",
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.16.0"
1415
+ version = "1.18.0"
1434
1416
  source = "registry+https://github.com/rust-lang/crates.io-index"
1435
- checksum = "91622ff5e7162018101f2fea40d6ebf4a78bbe5a49736a2020649edf9693679e"
1417
+ checksum = "252afb9ae5eaa683babdc6a068b3f5726eb19e05070c731f9b2a23a7c3e8ed34"
1436
1418
 
1437
1419
  [[package]]
1438
1420
  name = "embed-manifest"
1439
- version = "1.5.0"
1421
+ version = "1.5.1"
1440
1422
  source = "registry+https://github.com/rust-lang/crates.io-index"
1441
- checksum = "94cdc65b1cf9e871453ce2f86f5aaec24ff2eaa36a1fa3e02e441dddc3613b99"
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.35"
1445
+ version = "0.8.41"
1464
1446
  source = "registry+https://github.com/rust-lang/crates.io-index"
1465
- checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
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.4.1"
1476
+ version = "2.5.0"
1489
1477
  source = "registry+https://github.com/rust-lang/crates.io-index"
1490
- checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6"
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.9"
1492
+ version = "0.1.12"
1505
1493
  source = "registry+https://github.com/rust-lang/crates.io-index"
1506
- checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
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.9"
1504
+ version = "1.1.10"
1517
1505
  source = "registry+https://github.com/rust-lang/crates.io-index"
1518
- checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c"
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.32"
1582
+ version = "0.3.34"
1594
1583
  source = "registry+https://github.com/rust-lang/crates.io-index"
1595
- checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
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.32"
1597
+ version = "0.3.34"
1609
1598
  source = "registry+https://github.com/rust-lang/crates.io-index"
1610
- checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
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.32"
1607
+ version = "0.3.34"
1619
1608
  source = "registry+https://github.com/rust-lang/crates.io-index"
1620
- checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
1609
+ checksum = "92d699e522242e69e3003b94ecc1f960f3a5e015aa7c5d7486e65ad01dd94f5e"
1621
1610
 
1622
1611
  [[package]]
1623
1612
  name = "futures-executor"
1624
- version = "0.3.32"
1613
+ version = "0.3.34"
1625
1614
  source = "registry+https://github.com/rust-lang/crates.io-index"
1626
- checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
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.32"
1624
+ version = "0.3.34"
1636
1625
  source = "registry+https://github.com/rust-lang/crates.io-index"
1637
- checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
1626
+ checksum = "53c0fa8157de1303bfffdaa1cc2a673bfffb60102f76b0ef4441659124373fed"
1638
1627
 
1639
1628
  [[package]]
1640
1629
  name = "futures-macro"
1641
- version = "0.3.32"
1630
+ version = "0.3.34"
1642
1631
  source = "registry+https://github.com/rust-lang/crates.io-index"
1643
- checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
1632
+ checksum = "9fb9654ba8355388abeb8dcb4fc62f511300867002afc858860463bdd9fe0c44"
1644
1633
  dependencies = [
1645
1634
  "proc-macro2",
1646
1635
  "quote",
1647
- "syn 2.0.118",
1636
+ "syn 3.0.6",
1648
1637
  ]
1649
1638
 
1650
1639
  [[package]]
1651
1640
  name = "futures-sink"
1652
- version = "0.3.32"
1641
+ version = "0.3.34"
1653
1642
  source = "registry+https://github.com/rust-lang/crates.io-index"
1654
- checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
1643
+ checksum = "1944426bf7d03f1d14f708785e4b33efd750b36d48a157b836b3efc15ede8e1d"
1655
1644
 
1656
1645
  [[package]]
1657
1646
  name = "futures-task"
1658
- version = "0.3.32"
1647
+ version = "0.3.34"
1659
1648
  source = "registry+https://github.com/rust-lang/crates.io-index"
1660
- checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
1649
+ checksum = "cd417de3d1d015fc3bfd2b1ea46dfc7bab72ef86f1cc7cc9c78e728b34a6d1fd"
1661
1650
 
1662
1651
  [[package]]
1663
1652
  name = "futures-util"
1664
- version = "0.3.32"
1653
+ version = "0.3.34"
1665
1654
  source = "registry+https://github.com/rust-lang/crates.io-index"
1666
- checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
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.0",
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.118",
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.0",
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.18"
1756
+ version = "0.4.20"
1768
1757
  source = "registry+https://github.com/rust-lang/crates.io-index"
1769
- checksum = "52dfc19153a48bde0cbd630453615c8151bce3a5adfac7a0aebfbf0a1e1f57e3"
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.0",
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.4"
1822
+ version = "0.1.0-alpha.12"
1834
1823
  source = "registry+https://github.com/rust-lang/crates.io-index"
1835
- checksum = "86ea1de50b701a3790e63f49b6d7a22ecbdd3959f8e99d7d2bf07a60c4dddff9"
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.18",
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-alpha.4"
1850
+ version = "0.1.0"
1862
1851
  source = "registry+https://github.com/rust-lang/crates.io-index"
1863
- checksum = "ff35368c4fd9f7b05af083e298d64d19da56c3f724d6eb7ba8e5ebd3698e5014"
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.18",
1859
+ "thiserror 2.0.20",
1871
1860
  ]
1872
1861
 
1873
1862
  [[package]]
1874
1863
  name = "hclient-dns"
1875
- version = "0.1.0-alpha.4"
1864
+ version = "0.1.0-alpha.11"
1876
1865
  source = "registry+https://github.com/rust-lang/crates.io-index"
1877
- checksum = "3ea411df06c5559dcb1d75e46dcc5ed4207f5ab6d86344611fe4c5b68404a483"
1866
+ checksum = "4e6e266761d960775a210f71f0cbde259af6103469129b54215d24bbc5ccb14c"
1878
1867
  dependencies = [
1879
1868
  "bytes",
1880
1869
  "futures-core",
1881
1870
  "hclient-core",
1882
- "thiserror 2.0.18",
1871
+ "thiserror 2.0.20",
1883
1872
  ]
1884
1873
 
1885
1874
  [[package]]
1886
1875
  name = "hclient-dns-system"
1887
- version = "0.1.0-alpha.4"
1876
+ version = "0.1.0-alpha.12"
1888
1877
  source = "registry+https://github.com/rust-lang/crates.io-index"
1889
- checksum = "84613b8617287c94b64eafd85fe42fd0e40318c852a8789577c3629bb5a3dfda"
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.18",
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.4"
1893
+ version = "0.1.0-alpha.11"
1904
1894
  source = "registry+https://github.com/rust-lang/crates.io-index"
1905
- checksum = "d04a7ca10a8ab4b81bfb1117c6687da9ba556fa88e6e2c29bc5d5c4c0b80e688"
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.18",
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.4"
1915
+ version = "0.1.0-alpha.12"
1926
1916
  source = "registry+https://github.com/rust-lang/crates.io-index"
1927
- checksum = "34880a8875e191c10bcdd9d427029e96d34e4435f2be3e441cd66df69b8a9253"
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.18",
1935
+ "thiserror 2.0.20",
1946
1936
  "tokio",
1937
+ "tracing",
1947
1938
  "web-time",
1948
- "winnow 1.0.3",
1939
+ "winnow 1.0.4",
1949
1940
  ]
1950
1941
 
1951
1942
  [[package]]
1952
1943
  name = "hclient-proto"
1953
- version = "0.1.0-alpha.4"
1944
+ version = "0.1.0-alpha.8"
1954
1945
  source = "registry+https://github.com/rust-lang/crates.io-index"
1955
- checksum = "0062e27a910c7bbe25dee82ac84360e31d643521db2557aec8cbffbdd5c03ede"
1946
+ checksum = "36702c60206af13f38fbb2971170aaa1f89089dc5bb38975aeaa9fb4e68cfacd"
1956
1947
  dependencies = [
1957
- "base64 0.23.0",
1948
+ "base64 0.23.1",
1958
1949
  "bytes",
1959
1950
  "form_urlencoded",
1960
1951
  "http",
1961
1952
  "percent-encoding",
1962
- "thiserror 2.0.18",
1963
- "winnow 1.0.3",
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.4"
1959
+ version = "0.1.0-alpha.11"
1969
1960
  source = "registry+https://github.com/rust-lang/crates.io-index"
1970
- checksum = "e14499979b7d386d0e7553a94f5f8068b260036345d34bf7255e7687e1ae5aee"
1961
+ checksum = "6f955faadcb95c2bb8ee45007009f7f0c9dea6c0fe5ae41bfb9ea2a4e61e75ce"
1971
1962
  dependencies = [
1972
1963
  "bytes",
1973
1964
  "hclient-core",
1974
1965
  "hclient-proto",
1975
1966
  "http",
1976
- "thiserror 2.0.18",
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.4"
1973
+ version = "0.1.0-alpha.11"
1982
1974
  source = "registry+https://github.com/rust-lang/crates.io-index"
1983
- checksum = "9ed40ee1f9b6d3f6aa0129be3a4a66818cb07eacd5dce3bfdd045663df455936"
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.18",
1981
+ "thiserror 2.0.20",
1990
1982
  ]
1991
1983
 
1992
1984
  [[package]]
1993
1985
  name = "hclient-rt-tokio"
1994
- version = "0.1.0-alpha.4"
1986
+ version = "0.1.0-alpha.11"
1995
1987
  source = "registry+https://github.com/rust-lang/crates.io-index"
1996
- checksum = "d9888b98c291faeb7f2a8ffcdc6c2110765fc644287fd4560c9f9039594f33fd"
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.4"
1999
+ version = "0.1.0-alpha.10"
2008
2000
  source = "registry+https://github.com/rust-lang/crates.io-index"
2009
- checksum = "fdd2eaf48e5618eb2ed30d9266a7037eef3ac406a3a707f8264bfeda9912fb44"
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.4"
2009
+ version = "0.1.0-alpha.12"
2018
2010
  source = "registry+https://github.com/rust-lang/crates.io-index"
2019
- checksum = "aa7e2e67585d0150d75b2effdca4f510747a0f83f76ac29be03de05f60de69bc"
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.18",
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.2"
2032
+ version = "0.5.3"
2040
2033
  source = "registry+https://github.com/rust-lang/crates.io-index"
2041
- checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
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.3"
2073
+ version = "0.1.5"
2081
2074
  source = "registry+https://github.com/rust-lang/crates.io-index"
2082
- checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
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.13"
2098
+ version = "0.4.15"
2106
2099
  source = "registry+https://github.com/rust-lang/crates.io-index"
2107
- checksum = "818356c5132c1fede50f837ca96afbe78ff42413047f4abb886217845e1b6c8c"
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.2.0"
2191
+ version = "2.3.0"
2199
2192
  source = "registry+https://github.com/rust-lang/crates.io-index"
2200
- checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c"
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.2.0"
2205
+ version = "2.3.0"
2213
2206
  source = "registry+https://github.com/rust-lang/crates.io-index"
2214
- checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29"
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.2.0"
2218
+ version = "2.3.0"
2226
2219
  source = "registry+https://github.com/rust-lang/crates.io-index"
2227
- checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4"
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.2.0"
2232
+ version = "2.3.0"
2240
2233
  source = "registry+https://github.com/rust-lang/crates.io-index"
2241
- checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38"
2234
+ checksum = "1563da1ed3e0b3bf3d74c9b85917ac9c56464d2f57242270c09c9e752f8021a0"
2242
2235
 
2243
2236
  [[package]]
2244
2237
  name = "icu_properties"
2245
- version = "2.2.0"
2238
+ version = "2.3.0"
2246
2239
  source = "registry+https://github.com/rust-lang/crates.io-index"
2247
- checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de"
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.2.0"
2253
+ version = "2.3.0"
2260
2254
  source = "registry+https://github.com/rust-lang/crates.io-index"
2261
- checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14"
2255
+ checksum = "e590f038c1464a96894fd6d10127e90a8be4509f56ff7ecef851b15cee0b7caa"
2262
2256
 
2263
2257
  [[package]]
2264
2258
  name = "icu_provider"
2265
- version = "2.2.0"
2259
+ version = "2.3.1"
2266
2260
  source = "registry+https://github.com/rust-lang/crates.io-index"
2267
- checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421"
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.0"
2337
+ version = "2.14.2"
2344
2338
  source = "registry+https://github.com/rust-lang/crates.io-index"
2345
- checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
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.59.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.0"
2383
+ version = "2.12.2"
2390
2384
  source = "registry+https://github.com/rust-lang/crates.io-index"
2391
- checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2"
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.35"
2447
+ version = "0.2.37"
2454
2448
  source = "registry+https://github.com/rust-lang/crates.io-index"
2455
- checksum = "668b7183bd07af9a4885f5c35b0cc5c83c4607a913c16b7e17291832910d2dcc"
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.0"
2464
+ version = "0.1.1"
2466
2465
  source = "registry+https://github.com/rust-lang/crates.io-index"
2467
- checksum = "7feca88439efe53da3754500c1851dedf3cb36c524dd5cf8225cc0794de95d09"
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.35"
2474
+ version = "0.2.37"
2475
2475
  source = "registry+https://github.com/rust-lang/crates.io-index"
2476
- checksum = "3a69dcb3a21cfb32ce1cd056169337ca284af0766dd766e7878819b251a49204"
2476
+ checksum = "378268a1116ad67ae6228701118ac9f491d78fda38a40a1f1a9e1348de6f7212"
2477
2477
  dependencies = [
2478
2478
  "jiff-core",
2479
2479
  "proc-macro2",
2480
2480
  "quote",
2481
- "syn 2.0.118",
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.18",
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.118",
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.118",
2545
+ "syn 2.0.119",
2531
2546
  ]
2532
2547
 
2533
2548
  [[package]]
2534
2549
  name = "jobserver"
2535
- version = "0.1.34"
2550
+ version = "0.1.35"
2536
2551
  source = "registry+https://github.com/rust-lang/crates.io-index"
2537
- checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
2552
+ checksum = "1c00acbd29eabad4a2392fa0e921c874934dbbf4194312ad20f04a0ed67a3cb3"
2538
2553
  dependencies = [
2539
- "getrandom 0.3.4",
2554
+ "getrandom 0.4.3",
2540
2555
  "libc",
2541
2556
  ]
2542
2557
 
2543
2558
  [[package]]
2544
2559
  name = "js-sys"
2545
- version = "0.3.103"
2560
+ version = "0.3.105"
2546
2561
  source = "registry+https://github.com/rust-lang/crates.io-index"
2547
- checksum = "53b44bfcdb3f8d5837a46dae1ca9660a837176eee74a28b229bc626816589102"
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.18",
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.186"
2636
+ version = "0.2.189"
2622
2637
  source = "registry+https://github.com/rust-lang/crates.io-index"
2623
- checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
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.18"
2648
+ version = "0.1.24"
2634
2649
  source = "registry+https://github.com/rust-lang/crates.io-index"
2635
- checksum = "c943259e342f1e06ff2da7a83eabdfe7f92ce10262688dbf1895ff0b3e6e4652"
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.2"
2663
+ version = "0.8.3"
2649
2664
  source = "registry+https://github.com/rust-lang/crates.io-index"
2650
- checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
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.33"
2678
+ version = "0.4.34"
2664
2679
  source = "registry+https://github.com/rust-lang/crates.io-index"
2665
- checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad"
2680
+ checksum = "f9f8bd3e56ce4dfc153cf470fffbfa98c7620958b312ca5c3a4b8d5181fd13c6"
2666
2681
 
2667
2682
  [[package]]
2668
2683
  name = "lru-slab"
2669
- version = "0.1.2"
2684
+ version = "0.1.3"
2670
2685
  source = "registry+https://github.com/rust-lang/crates.io-index"
2671
- checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
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.2"
2717
+ version = "2.8.3"
2703
2718
  source = "registry+https://github.com/rust-lang/crates.io-index"
2704
- checksum = "88904434abc2901f197fe8cc55f0445e7ded921dba5911dad2e2b39b48e663c4"
2719
+ checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98"
2705
2720
 
2706
2721
  [[package]]
2707
2722
  name = "memfd"
2708
- version = "0.6.5"
2723
+ version = "0.6.6"
2709
2724
  source = "registry+https://github.com/rust-lang/crates.io-index"
2710
- checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227"
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.3"
2732
+ version = "0.3.4"
2718
2733
  source = "registry+https://github.com/rust-lang/crates.io-index"
2719
- checksum = "38d1115007560874e373613744c6fba374c17688327a71c1476d1a5954cc857b"
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.21.0"
2744
+ version = "2.24.0"
2730
2745
  source = "registry+https://github.com/rust-lang/crates.io-index"
2731
- checksum = "cb3d648e68cea56d9858d535ee28f9538404e2dd8cb08ed0bd05dca379477f39"
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.8.9"
2754
+ version = "0.9.1"
2740
2755
  source = "registry+https://github.com/rust-lang/crates.io-index"
2741
- checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
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.1"
2764
+ version = "1.2.3"
2750
2765
  source = "registry+https://github.com/rust-lang/crates.io-index"
2751
- checksum = "02bd0af71c67b473010cbbc60715ee815645a4dc942899111f494b4b737d6fda"
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.0",
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.0",
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.0",
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.0",
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.0",
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.18",
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.18",
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.3.0"
3005
+ version = "4.4.0"
2964
3006
  source = "registry+https://github.com/rust-lang/crates.io-index"
2965
- checksum = "d211803b9b6b570f68772237e415a029d5a50c65d382910b879fb19d3271f94d"
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.0",
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.33"
3072
+ version = "0.3.34"
3031
3073
  source = "registry+https://github.com/rust-lang/crates.io-index"
3032
- checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e"
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.5"
3105
+ version = "0.1.6"
3064
3106
  source = "registry+https://github.com/rust-lang/crates.io-index"
3065
- checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564"
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.106"
3159
+ version = "1.0.107"
3118
3160
  source = "registry+https://github.com/rust-lang/crates.io-index"
3119
- checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
3161
+ checksum = "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9"
3120
3162
  dependencies = [
3121
3163
  "unicode-ident",
3122
3164
  ]
3123
3165
 
3124
3166
  [[package]]
3125
3167
  name = "process-wrap"
3126
- version = "9.1.0"
3168
+ version = "10.0.0"
3127
3169
  source = "registry+https://github.com/rust-lang/crates.io-index"
3128
- checksum = "2e842efad9119158434d193c6682e2ebee4b44d6ad801d7b349623b3f57cdf55"
3170
+ checksum = "0e3f4237d0e4741eb50bc5584db701f1299c85fa31ff0274dd6445e79dc42d12"
3129
3171
  dependencies = [
3130
3172
  "futures",
3131
- "indexmap 2.14.0",
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.0",
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.0"
3201
+ version = "48.0.2"
3160
3202
  source = "registry+https://github.com/rust-lang/crates.io-index"
3161
- checksum = "c455b90365c6c8fc95da08bfdb50090dc0ce5c77ce2585025d12370dbb2a7b14"
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.0"
3213
+ version = "48.0.2"
3172
3214
  source = "registry+https://github.com/rust-lang/crates.io-index"
3173
- checksum = "92e6c1756d5b8ce2a6353593fc15a21ffbfbc7c030f0ea02eb53d61aa4121c07"
3215
+ checksum = "550c64f4245f013664d187a37ec94b4e99bd43a00980134e0e5fd48896b1d3af"
3174
3216
  dependencies = [
3175
3217
  "proc-macro2",
3176
3218
  "quote",
3177
- "syn 2.0.118",
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.11"
3230
+ version = "0.11.12"
3189
3231
  source = "registry+https://github.com/rust-lang/crates.io-index"
3190
- checksum = "0c1a41e437b6bbd489372cd4971de128e85c855f56c57f283d20ff016cf7c0a8"
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.18",
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.16"
3250
+ version = "0.11.18"
3209
3251
  source = "registry+https://github.com/rust-lang/crates.io-index"
3210
- checksum = "2f4bfc015262b9df63c8845072ce59068853ff5872180c2ce2f13038b970e560"
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.18",
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.46"
3287
+ version = "1.0.47"
3246
3288
  source = "registry+https://github.com/rust-lang/crates.io-index"
3247
- checksum = "dfbc457d0c7a0759a614551b11a6409e5951f6c7537be1f1b7682b9ae9230368"
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.0",
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.2"
3421
+ version = "0.5.3"
3380
3422
  source = "registry+https://github.com/rust-lang/crates.io-index"
3381
- checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
3423
+ checksum = "60dc65c0ff1a7ae1294b0c67b9f14baf70b644404010370171787bfac1038fc0"
3382
3424
  dependencies = [
3383
- "getrandom 0.2.17",
3384
3425
  "libredox",
3385
- "thiserror 2.0.18",
3426
+ "thiserror 2.0.20",
3386
3427
  ]
3387
3428
 
3388
3429
  [[package]]
3389
3430
  name = "ref-cast"
3390
- version = "1.0.25"
3431
+ version = "1.0.27"
3391
3432
  source = "registry+https://github.com/rust-lang/crates.io-index"
3392
- checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
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.25"
3440
+ version = "1.0.27"
3400
3441
  source = "registry+https://github.com/rust-lang/crates.io-index"
3401
- checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
3442
+ checksum = "92ecd8964f8453721699a1ed72037b0db49ce2f5a5138486ee89bed6f67cdf3a"
3402
3443
  dependencies = [
3403
3444
  "proc-macro2",
3404
3445
  "quote",
3405
- "syn 2.0.118",
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.16"
3478
+ version = "0.4.18"
3438
3479
  source = "registry+https://github.com/rust-lang/crates.io-index"
3439
- checksum = "8fcfdb36bda0c880c5931cdc7a2bcdc8ba4556847b9d912bca70bc94708711ad"
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.4"
3495
+ version = "0.13.5"
3455
3496
  source = "registry+https://github.com/rust-lang/crates.io-index"
3456
- checksum = "219c5811de6525e5416c7d5d53bb656d3afdbc6c5af816e0802bcfa42dbdc1c3"
3497
+ checksum = "16a1cfa75cc186dd73d5818e510e042e40927bccc9c236b061cea97e1eb08029"
3457
3498
  dependencies = [
3458
- "base64 0.22.1",
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.1.0"
3550
+ version = "3.4.0"
3510
3551
  source = "registry+https://github.com/rust-lang/crates.io-index"
3511
- checksum = "ad26b216c966e987e80e86daf784a455c039c43d98575ceed57b8faa259e5695"
3552
+ checksum = "b23c62fe489ac1d401ab32688cfacac3737a8978dc3343e5361464c7724fd3cb"
3512
3553
  dependencies = [
3513
3554
  "async-trait",
3514
- "base64 0.23.0",
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.1",
3568
+ "schemars 1.2.2",
3527
3569
  "serde",
3528
3570
  "serde_json",
3529
3571
  "sse-stream",
3530
- "thiserror 2.0.18",
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.1.0"
3584
+ version = "3.4.0"
3543
3585
  source = "registry+https://github.com/rust-lang/crates.io-index"
3544
- checksum = "41bc748630c2be2a71b614c2f40d27bc0df0060696d224e1692c72345b7e0b79"
3586
+ checksum = "cd740c45d66ceb87e5579082abc27bd771665e464e9660a17a048c721b2a6025"
3545
3587
  dependencies = [
3546
- "darling 0.23.0",
3588
+ "darling 0.24.1",
3547
3589
  "proc-macro2",
3548
3590
  "quote",
3549
3591
  "serde_json",
3550
- "syn 2.0.118",
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.27"
3603
+ version = "0.1.28"
3562
3604
  source = "registry+https://github.com/rust-lang/crates.io-index"
3563
- checksum = "b50b8869d9fc858ce7266cce0194bd74df58b9d0e3f6df3a9fc8eb470d95c09d"
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.4"
3624
+ version = "1.1.5"
3583
3625
  source = "registry+https://github.com/rust-lang/crates.io-index"
3584
- checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
3626
+ checksum = "891efababe418670775f199f0d233d84843c227a0949a883ce15b37c78d6629d"
3585
3627
  dependencies = [
3586
- "bitflags 2.13.0",
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.41"
3647
+ version = "0.23.45"
3606
3648
  source = "registry+https://github.com/rust-lang/crates.io-index"
3607
- checksum = "6b92b125634d9b795e7beca796cc790df15a7fb38323bf3196fda83292d06b1f"
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.0"
3674
+ version = "1.15.1"
3633
3675
  source = "registry+https://github.com/rust-lang/crates.io-index"
3634
- checksum = "764899a24af3980067ee14bc143654f297b22eaebfe3c7b6b211920a5a59b046"
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.13"
3711
+ version = "0.103.15"
3670
3712
  source = "registry+https://github.com/rust-lang/crates.io-index"
3671
- checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e"
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.22"
3723
+ version = "1.0.23"
3682
3724
  source = "registry+https://github.com/rust-lang/crates.io-index"
3683
- checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
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.1"
3786
+ version = "1.2.2"
3745
3787
  source = "registry+https://github.com/rust-lang/crates.io-index"
3746
- checksum = "a2b42f36aa1cd011945615b92222f6bf73c599a102a300334cd7f8dbeec726cc"
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.1"
3800
+ version = "1.2.2"
3759
3801
  source = "registry+https://github.com/rust-lang/crates.io-index"
3760
- checksum = "7d115b50f4aaeea07e79c1912f645c7513d81715d0420f8bc77a18c6260b307f"
3802
+ checksum = "d98c67716b46af2f0b8cf752abc930f6f9aecfbf671ecfb531db8a31dbe4e2ba"
3761
3803
  dependencies = [
3762
3804
  "proc-macro2",
3763
3805
  "quote",
3764
3806
  "serde_derive_internals",
3765
- "syn 2.0.118",
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.0",
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.228"
3851
+ version = "1.0.229"
3810
3852
  source = "registry+https://github.com/rust-lang/crates.io-index"
3811
- checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
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.228"
3861
+ version = "1.0.229"
3820
3862
  source = "registry+https://github.com/rust-lang/crates.io-index"
3821
- checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
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.228"
3870
+ version = "1.0.229"
3829
3871
  source = "registry+https://github.com/rust-lang/crates.io-index"
3830
- checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
3872
+ checksum = "e7a5d71263a5a7d47b41f6b3f06ba276f10cc18b0931f1799f710578e2309348"
3831
3873
  dependencies = [
3832
3874
  "proc-macro2",
3833
3875
  "quote",
3834
- "syn 2.0.118",
3876
+ "syn 3.0.6",
3835
3877
  ]
3836
3878
 
3837
3879
  [[package]]
3838
3880
  name = "serde_derive_internals"
3839
- version = "0.29.1"
3881
+ version = "0.30.0"
3840
3882
  source = "registry+https://github.com/rust-lang/crates.io-index"
3841
- checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
3883
+ checksum = "f852137cce035d6a4df67ccce505ff6b3e9fd3a10e3e52b24dc71e650bb1a9bd"
3842
3884
  dependencies = [
3843
3885
  "proc-macro2",
3844
3886
  "quote",
3845
- "syn 2.0.118",
3887
+ "syn 3.0.6",
3846
3888
  ]
3847
3889
 
3848
3890
  [[package]]
3849
3891
  name = "serde_json"
3850
- version = "1.0.150"
3892
+ version = "1.0.151"
3851
3893
  source = "registry+https://github.com/rust-lang/crates.io-index"
3852
- checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9"
3894
+ checksum = "c841b55ecdae098c80dcae9cf767f6f8a0c2cdb3416bbef72181df4d0fe73f14"
3853
3895
  dependencies = [
3854
- "indexmap 2.14.0",
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.21.0"
3938
+ version = "3.23.0"
3897
3939
  source = "registry+https://github.com/rust-lang/crates.io-index"
3898
- checksum = "76a5c54c7310e7b8b9577c286d7e399ddd876c3e12b3ed917a8aabc4b96e9e8c"
3940
+ checksum = "935177bb8c0cd8ca1a4e6d1a2ac8988bea69cab4f9d3a31311e012ad27868ea4"
3899
3941
  dependencies = [
3900
- "base64 0.22.1",
3942
+ "base64 0.23.1",
3901
3943
  "bs58",
3902
3944
  "chrono",
3903
3945
  "hex",
3904
3946
  "indexmap 1.9.3",
3905
- "indexmap 2.14.0",
3947
+ "indexmap 2.14.2",
3948
+ "jiff",
3906
3949
  "schemars 0.9.0",
3907
- "schemars 1.2.1",
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.21.0"
3959
+ version = "3.23.0"
3917
3960
  source = "registry+https://github.com/rust-lang/crates.io-index"
3918
- checksum = "84d57bc0c8b9a17920c178daa6bb924850d54a9c97ab45194bb8c17ad66bb660"
3961
+ checksum = "1d607aa01a3cb0ad757d6fd216136910db3c97b102fe686585689615a02dbcdc"
3919
3962
  dependencies = [
3920
- "darling 0.23.0",
3963
+ "darling 0.24.1",
3921
3964
  "proc-macro2",
3922
3965
  "quote",
3923
- "syn 2.0.118",
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.0",
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.9"
4036
+ version = "0.3.10"
3994
4037
  source = "registry+https://github.com/rust-lang/crates.io-index"
3995
- checksum = "703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214"
4038
+ checksum = "3a219298ac11a56ea9a6d2120044824d6f01aeb034955e7af7bc16858527deea"
3996
4039
 
3997
4040
  [[package]]
3998
4041
  name = "simd_cesu8"
3999
- version = "1.1.1"
4042
+ version = "1.2.0"
4000
4043
  source = "registry+https://github.com/rust-lang/crates.io-index"
4001
- checksum = "94f90157bb87cddf702797c5dadfa0be7d266cdf49e22da2fcaa32eff75b2c33"
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.15.2"
4070
+ version = "1.16.1"
4028
4071
  source = "registry+https://github.com/rust-lang/crates.io-index"
4029
- checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90"
4072
+ checksum = "ba467056f1b547ed52077911161fc86985becbc60e8e1857c8a144dab0def891"
4030
4073
  dependencies = [
4031
4074
  "serde",
4032
4075
  ]
4033
4076
 
4034
4077
  [[package]]
4035
4078
  name = "socket2"
4036
- version = "0.6.4"
4079
+ version = "0.6.5"
4037
4080
  source = "registry+https://github.com/rust-lang/crates.io-index"
4038
- checksum = "52d1cfed4120b4d927bf7c0f86d2087a4a7d6027c906d9f9d525a80573b9be51"
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.5"
4089
+ version = "0.2.6"
4047
4090
  source = "registry+https://github.com/rust-lang/crates.io-index"
4048
- checksum = "c123f296ade4ec4b8b0f6162116e6629f5146922ca5ab40ca9d3c2e73ab4761e"
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.118",
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.118"
4157
+ version = "2.0.119"
4115
4158
  source = "registry+https://github.com/rust-lang/crates.io-index"
4116
- checksum = "1b9ae57f904213ebb649ce6895b8a66c66f0203b9319718f69a5612a065b1422"
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.4"
4168
+ version = "3.0.6"
4126
4169
  source = "registry+https://github.com/rust-lang/crates.io-index"
4127
- checksum = "e6275cddf4610d1775e6d1fe9469b2e77d0f39fd98fb7450901b821e0c53649f"
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.13.2"
4188
+ version = "0.14.0"
4146
4189
  source = "registry+https://github.com/rust-lang/crates.io-index"
4147
- checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
4190
+ checksum = "901704edd0dfe137f1987838ee4f259e4e063c31371bdb423f7ae38ec6f77f02"
4148
4191
  dependencies = [
4149
4192
  "proc-macro2",
4150
4193
  "quote",
4151
- "syn 2.0.118",
4194
+ "syn 3.0.6",
4152
4195
  ]
4153
4196
 
4154
4197
  [[package]]
4155
4198
  name = "system-resolver"
4156
- version = "0.2.1"
4199
+ version = "0.2.4"
4157
4200
  source = "registry+https://github.com/rust-lang/crates.io-index"
4158
- checksum = "f4de590f7890ee54267e862aa80b07853616739da66b3bb4d4acf428bee8ae53"
4201
+ checksum = "99b93a923420770ca25ae2b89ea8cb086687685cf53c296a6faf4d5dca3c32fc"
4159
4202
  dependencies = [
4160
- "thiserror 2.0.18",
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.18"
4264
+ version = "2.0.20"
4222
4265
  source = "registry+https://github.com/rust-lang/crates.io-index"
4223
- checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
4266
+ checksum = "ec86235f5fcc2a73650310756d2ac5b138a5780bbbdfae3eeccec992c435ba4f"
4224
4267
  dependencies = [
4225
- "thiserror-impl 2.0.18",
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.118",
4279
+ "syn 2.0.119",
4237
4280
  ]
4238
4281
 
4239
4282
  [[package]]
4240
4283
  name = "thiserror-impl"
4241
- version = "2.0.18"
4284
+ version = "2.0.20"
4242
4285
  source = "registry+https://github.com/rust-lang/crates.io-index"
4243
- checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
4286
+ checksum = "bc04cd3e1236dd4a98afca4569f2deb3f120e5422a4023be2cb683f8486292af"
4244
4287
  dependencies = [
4245
4288
  "proc-macro2",
4246
4289
  "quote",
4247
- "syn 2.0.118",
4290
+ "syn 3.0.6",
4248
4291
  ]
4249
4292
 
4250
4293
  [[package]]
4251
4294
  name = "thread_local"
4252
- version = "1.1.9"
4295
+ version = "1.1.10"
4253
4296
  source = "registry+https://github.com/rust-lang/crates.io-index"
4254
- checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
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.53"
4304
+ version = "0.3.55"
4262
4305
  source = "registry+https://github.com/rust-lang/crates.io-index"
4263
- checksum = "18dfaaeddcb932337b5e7866ee7d0ce9b76d2fd092997146f187ec09b4558a50"
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.31"
4324
+ version = "0.2.32"
4282
4325
  source = "registry+https://github.com/rust-lang/crates.io-index"
4283
- checksum = "c431b87111666e491a90baa837f914fb45cd5dc3c268591b0220ff5057f2085f"
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.3"
4334
+ version = "0.8.4"
4292
4335
  source = "registry+https://github.com/rust-lang/crates.io-index"
4293
- checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d"
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.11.0"
4344
+ version = "1.13.3"
4302
4345
  source = "registry+https://github.com/rust-lang/crates.io-index"
4303
- checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3"
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.52.3"
4350
+ version = "1.53.1"
4317
4351
  source = "registry+https://github.com/rust-lang/crates.io-index"
4318
- checksum = "8fc7f01b389ac15039e4dc9531aa973a135d7a4135281b12d7c1bc79fd57fffe"
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.0"
4367
+ version = "2.7.2"
4334
4368
  source = "registry+https://github.com/rust-lang/crates.io-index"
4335
- checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496"
4369
+ checksum = "78773a2a397f451582ce068015985c33193cf6dea8b74d2a639fe457b2f07b0e"
4336
4370
  dependencies = [
4337
4371
  "proc-macro2",
4338
4372
  "quote",
4339
- "syn 2.0.118",
4373
+ "syn 3.0.6",
4340
4374
  ]
4341
4375
 
4342
4376
  [[package]]
4343
4377
  name = "tokio-rustls"
4344
- version = "0.26.4"
4378
+ version = "0.26.5"
4345
4379
  source = "registry+https://github.com/rust-lang/crates.io-index"
4346
- checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
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.18"
4388
+ version = "0.1.19"
4355
4389
  source = "registry+https://github.com/rust-lang/crates.io-index"
4356
- checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70"
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.18"
4399
+ version = "0.7.19"
4366
4400
  source = "registry+https://github.com/rust-lang/crates.io-index"
4367
- checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
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.0",
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.2+spec-1.1.0"
4428
+ version = "1.1.6+spec-1.1.0"
4394
4429
  source = "registry+https://github.com/rust-lang/crates.io-index"
4395
- checksum = "81f3d15e84cbcd896376e6730314d59fb5a87f31e4b038454184435cd57defee"
4430
+ checksum = "920602543f0911ab71da12c50d59701da54c196d1a2bf5cb4b75667f137a406a"
4396
4431
  dependencies = [
4397
- "indexmap 2.14.0",
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.3",
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.2+spec-1.1.0"
4461
+ version = "1.1.3+spec-1.1.0"
4427
4462
  source = "registry+https://github.com/rust-lang/crates.io-index"
4428
- checksum = "a2abe9b86193656635d2411dc43050282ca48aa31c2451210f4202550afb7526"
4463
+ checksum = "1d38ac1cf9b95face32296c0a3ede1fdc270627c9d9c02a7274dd6d960dc4d56"
4429
4464
  dependencies = [
4430
- "winnow 1.0.3",
4465
+ "winnow 1.0.4",
4431
4466
  ]
4432
4467
 
4433
4468
  [[package]]
4434
4469
  name = "toml_writer"
4435
- version = "1.1.1+spec-1.1.0"
4470
+ version = "1.1.2+spec-1.1.0"
4436
4471
  source = "registry+https://github.com/rust-lang/crates.io-index"
4437
- checksum = "756daf9b1013ebe47a8776667b466417e2d4c5679d441c26230efd9ef78692db"
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.0",
4480
+ "indexmap 2.14.2",
4446
4481
  "serde",
4447
4482
  "serde_json",
4448
- "thiserror 2.0.18",
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.0",
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.118",
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.24"
4626
+ version = "1.0.25"
4592
4627
  source = "registry+https://github.com/rust-lang/crates.io-index"
4593
- checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
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.23.4"
4689
+ version = "1.26.1"
4655
4690
  source = "registry+https://github.com/rust-lang/crates.io-index"
4656
- checksum = "bf80a72845275afea99e7f2b434723d3bc7e38470fcd1c7ed39a599c73319a53"
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.126"
4755
+ version = "0.2.128"
4721
4756
  source = "registry+https://github.com/rust-lang/crates.io-index"
4722
- checksum = "4b067c0c11094aef6b7a801c1e34a26affafdf3d051dba08456b868789aaf9a4"
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.76"
4768
+ version = "0.4.78"
4734
4769
  source = "registry+https://github.com/rust-lang/crates.io-index"
4735
- checksum = "c62df1340f32221cb9c54d6a27b030e3dba64361d4a95bed55f9aacb44da291d"
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.126"
4778
+ version = "0.2.128"
4744
4779
  source = "registry+https://github.com/rust-lang/crates.io-index"
4745
- checksum = "167ce5e579f6bcf889c4f7175a8a5a585de84e8ff93976ce393efa5f2837aab1"
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.126"
4788
+ version = "0.2.128"
4754
4789
  source = "registry+https://github.com/rust-lang/crates.io-index"
4755
- checksum = "f3997c7839262f4ef12cf90b818d6340c18e80f263f1a94bf157d0ec4420380e"
4790
+ checksum = "411e4887f0071ef2d2164a9d5fdf2d20efbef78fccd3a78b0c10a1dc5295e48a"
4756
4791
  dependencies = [
4757
4792
  "bumpalo",
4758
4793
  "proc-macro2",
4759
4794
  "quote",
4760
- "syn 2.0.118",
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.126"
4801
+ version = "0.2.128"
4767
4802
  source = "registry+https://github.com/rust-lang/crates.io-index"
4768
- checksum = "dc1b4cb0cc549fcf58d7dfc081778139b3d283a081644e833e84682ad71cea24"
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.0",
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.257.1"
4847
+ version = "0.259.0"
4813
4848
  source = "registry+https://github.com/rust-lang/crates.io-index"
4814
- checksum = "7d8ad9f0a39050867bda22e6486c316e2e52d20a42154d5bc433934bf738d085"
4849
+ checksum = "b1d0246511d901aacf25d2dc9111f0054947de5e093fe662099e709ff7530dc3"
4815
4850
  dependencies = [
4816
4851
  "leb128fmt",
4817
- "wasmparser 0.257.1",
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.0",
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.0",
4899
+ "bitflags 2.13.2",
4865
4900
  "hashbrown 0.17.1",
4866
- "indexmap 2.14.0",
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.0",
4912
+ "bitflags 2.13.2",
4878
4913
  "hashbrown 0.17.1",
4879
- "indexmap 2.14.0",
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.257.1"
4921
+ version = "0.259.0"
4887
4922
  source = "registry+https://github.com/rust-lang/crates.io-index"
4888
- checksum = "d92fc335fb6d48f46bda1d8b26b69e28320c15ac3272208333833d6e217e2b4a"
4923
+ checksum = "0f7c12eac7bb587801590f6a67ff0bc84d0748513864b71108e4b311cc3df694"
4889
4924
  dependencies = [
4890
- "bitflags 2.13.0",
4891
- "indexmap 2.14.0",
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.0"
4943
+ version = "48.0.2"
4909
4944
  source = "registry+https://github.com/rust-lang/crates.io-index"
4910
- checksum = "f12115b509def01c338ec8ee9b52c4cefb27f7b8db57279c5c7cfe2e9eaf9900"
4945
+ checksum = "699c2cb832d70d284b2839ebeb12721ca2ef80aa4a3389d2d2d13acf3e19c821"
4911
4946
  dependencies = [
4912
4947
  "addr2line",
4913
4948
  "async-trait",
4914
- "bitflags 2.13.0",
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.0"
4996
+ version = "48.0.2"
4962
4997
  source = "registry+https://github.com/rust-lang/crates.io-index"
4963
- checksum = "13b153945550fe9f370f611b33a2b6398cb9b6be333e3bc49e4cbe5219ef44b9"
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.0",
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.0"
5027
+ version = "48.0.2"
4993
5028
  source = "registry+https://github.com/rust-lang/crates.io-index"
4994
- checksum = "4e1464c6a7ece16f1aeeab9a62d4a821581d143d6dfd462a99b66b04d31431da"
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.0"
5047
+ version = "48.0.2"
5013
5048
  source = "registry+https://github.com/rust-lang/crates.io-index"
5014
- checksum = "3791d98e7fa804e2a3ac13e1436b73c742bf358448ed6dc269872bf770061292"
5049
+ checksum = "5af067a5d17e17a424f99d31f08e08c5132dcc53a0f031a7be9279719a936b71"
5015
5050
  dependencies = [
5016
5051
  "anyhow",
5017
5052
  "proc-macro2",
5018
5053
  "quote",
5019
- "syn 2.0.118",
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.0"
5062
+ version = "48.0.2"
5028
5063
  source = "registry+https://github.com/rust-lang/crates.io-index"
5029
- checksum = "9d20fde8e4a894972646b183622e49212105960daa0a16621da41622464c9fc1"
5064
+ checksum = "540b7151342d75c3d596447c136d3862a280600bc6fd10b5dfc7c9e67c2f719f"
5030
5065
 
5031
5066
  [[package]]
5032
5067
  name = "wasmtime-internal-core"
5033
- version = "48.0.0"
5068
+ version = "48.0.2"
5034
5069
  source = "registry+https://github.com/rust-lang/crates.io-index"
5035
- checksum = "2c01c81d781512e17b38c3a76ca9aa2564bc3f9fd8ff6ffc77ba3e1c290d488a"
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.0"
5080
+ version = "48.0.2"
5046
5081
  source = "registry+https://github.com/rust-lang/crates.io-index"
5047
- checksum = "a83f10fbd4bcacec9bcf7be49932a738356ec027816230f9d6f053433b3de97f"
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.18",
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.0"
5106
+ version = "48.0.2"
5072
5107
  source = "registry+https://github.com/rust-lang/crates.io-index"
5073
- checksum = "9d327512b9aaf18d41c8de650e1bbd9d8cbedc101fb0a9774a70c0e63a94e1bc"
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.0"
5120
+ version = "48.0.2"
5086
5121
  source = "registry+https://github.com/rust-lang/crates.io-index"
5087
- checksum = "7fdc7614412bf6cfc99c90367e580940db2f75513bef1455d667e25ba37eb21f"
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.0"
5132
+ version = "48.0.2"
5098
5133
  source = "registry+https://github.com/rust-lang/crates.io-index"
5099
- checksum = "2a09abde04346919af1136a28f344e200685509e28815aef4c39dc08977cc1d8"
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.0"
5143
+ version = "48.0.2"
5109
5144
  source = "registry+https://github.com/rust-lang/crates.io-index"
5110
- checksum = "cc0221393863c248fcb3d02afb7d83b4e690f0878fb095173ccfb9ea24456c28"
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.0"
5155
+ version = "48.0.2"
5121
5156
  source = "registry+https://github.com/rust-lang/crates.io-index"
5122
- checksum = "fb0941017d1ae98c02bc7ab1935d6ccb037481fe6d3dad49cb43de19781ffa42"
5157
+ checksum = "8f325614219c58c9f625b591ac79dbbefc76728720d72a721a6350c872d848e4"
5123
5158
  dependencies = [
5124
5159
  "proc-macro2",
5125
5160
  "quote",
5126
- "syn 2.0.118",
5161
+ "syn 2.0.119",
5127
5162
  ]
5128
5163
 
5129
5164
  [[package]]
5130
5165
  name = "wasmtime-internal-wit-bindgen"
5131
- version = "48.0.0"
5166
+ version = "48.0.2"
5132
5167
  source = "registry+https://github.com/rust-lang/crates.io-index"
5133
- checksum = "e34575ad64da80c2b075262905624f222ea33793519cd877c8fe051d2f54a520"
5168
+ checksum = "4ec33585b420181c41e26ac6153f0d18aa200e6aba9457dff6f8ebba3feedf98"
5134
5169
  dependencies = [
5135
5170
  "anyhow",
5136
- "bitflags 2.13.0",
5171
+ "bitflags 2.13.2",
5137
5172
  "heck",
5138
- "indexmap 2.14.0",
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.0"
5180
+ version = "48.0.2"
5146
5181
  source = "registry+https://github.com/rust-lang/crates.io-index"
5147
- checksum = "506031bd0149c5ce550cac51a83b8b30f5bb564f6e7f6b05534eed97fd60357b"
5182
+ checksum = "ca7a1fae91151d1213fc53e1c2f635a22ca33692fbda4018f13e1ddb6396014d"
5148
5183
  dependencies = [
5149
5184
  "async-trait",
5150
- "bitflags 2.13.0",
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
- "thiserror 2.0.18",
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.0"
5204
+ version = "48.0.2"
5169
5205
  source = "registry+https://github.com/rust-lang/crates.io-index"
5170
- checksum = "0c12ec9f35825fac7de32b03b962d637679b65201ae23da518bed190a6a08831"
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.0"
5226
+ version = "48.0.2"
5191
5227
  source = "registry+https://github.com/rust-lang/crates.io-index"
5192
- checksum = "73bc54df469cdfd9fa82d80bf69253c4d23cb90ee4c1ca8b009cad59713ba794"
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 = "257.0.1"
5239
+ version = "259.0.0"
5204
5240
  source = "registry+https://github.com/rust-lang/crates.io-index"
5205
- checksum = "3c416ee8044cf88c5280e3d87c322b009525eb25142cf7428f0a90ea88febc3b"
5241
+ checksum = "c69beba8d9da07af9a0971b559149a2ac4729895b55144de4fddbf5a02660648"
5206
5242
  dependencies = [
5207
5243
  "bumpalo",
5208
5244
  "leb128fmt",
5209
5245
  "memchr",
5210
5246
  "unicode-width",
5211
- "wasm-encoder 0.257.1",
5247
+ "wasm-encoder 0.259.0",
5212
5248
  ]
5213
5249
 
5214
5250
  [[package]]
5215
5251
  name = "wat"
5216
- version = "1.257.1"
5252
+ version = "1.259.0"
5217
5253
  source = "registry+https://github.com/rust-lang/crates.io-index"
5218
- checksum = "672e5495f00c5fc6c6b502205bae4708aa4dd13d969754438743afe0a8af0f1d"
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.103"
5261
+ version = "0.3.105"
5226
5262
  source = "registry+https://github.com/rust-lang/crates.io-index"
5227
- checksum = "8622dcb61c0bcc9fffa6938bed81210af2da9a7e4a1a834b2e37a59b6dfb6141"
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.8"
5297
+ version = "1.0.9"
5262
5298
  source = "registry+https://github.com/rust-lang/crates.io-index"
5263
- checksum = "0d46a5a140e6f7afeccd8eae97eff335163939eac8b929834875168b29b3d267"
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.118",
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.118",
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.3"
5642
+ version = "1.0.4"
5518
5643
  source = "registry+https://github.com/rust-lang/crates.io-index"
5519
- checksum = "0592e1c9d151f854e6fd382574c3a0855250e1d9b2f99d9281c6e6391af352f1"
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.0",
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.0",
5568
- "indexmap 2.14.0",
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.0",
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.3"
5725
+ version = "0.6.4"
5601
5726
  source = "registry+https://github.com/rust-lang/crates.io-index"
5602
- checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
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.2"
5752
+ version = "0.8.3"
5628
5753
  source = "registry+https://github.com/rust-lang/crates.io-index"
5629
- checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
5754
+ checksum = "33811428bee40dbceb6d545e95754741d17a6aef9a4849f0fd62e2ba4f412a78"
5630
5755
  dependencies = [
5631
5756
  "proc-macro2",
5632
5757
  "quote",
5633
- "syn 2.0.118",
5758
+ "syn 3.0.6",
5634
5759
  "synstructure",
5635
5760
  ]
5636
5761
 
5637
5762
  [[package]]
5638
5763
  name = "zerocopy"
5639
- version = "0.8.52"
5764
+ version = "0.8.57"
5640
5765
  source = "registry+https://github.com/rust-lang/crates.io-index"
5641
- checksum = "ce1022995ff5ff5d841ad7d994facc23098cd40152f2c1d11cd607c6f530653f"
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.52"
5773
+ version = "0.8.57"
5649
5774
  source = "registry+https://github.com/rust-lang/crates.io-index"
5650
- checksum = "1ae7f38b72ec2a254e2b87ef277cf2cd4fb97cbebf944faa6f33354da0867930"
5775
+ checksum = "146c01f5ab44258da43cf276c74a2763db2ff3969c9c652c3f2de07041d0b2bc"
5651
5776
  dependencies = [
5652
5777
  "proc-macro2",
5653
5778
  "quote",
5654
- "syn 2.0.118",
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.7"
5793
+ version = "0.1.8"
5669
5794
  source = "registry+https://github.com/rust-lang/crates.io-index"
5670
- checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
5795
+ checksum = "f75b4683f6c7f45248d4d64056a24298c6281e0993356d7d1b4a1a962ef10d4a"
5671
5796
  dependencies = [
5672
5797
  "proc-macro2",
5673
5798
  "quote",
5674
- "syn 2.0.118",
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.118",
5820
+ "syn 2.0.119",
5696
5821
  ]
5697
5822
 
5698
5823
  [[package]]
5699
5824
  name = "zerotrie"
5700
- version = "0.2.4"
5825
+ version = "0.2.5"
5701
5826
  source = "registry+https://github.com/rust-lang/crates.io-index"
5702
- checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf"
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.6"
5836
+ version = "0.11.8"
5712
5837
  source = "registry+https://github.com/rust-lang/crates.io-index"
5713
- checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239"
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.3"
5847
+ version = "0.11.6"
5723
5848
  source = "registry+https://github.com/rust-lang/crates.io-index"
5724
- checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
5849
+ checksum = "34df6fc39dbd26ddc9c10e6a2984476e13acce22e64e4487636ef494369225da"
5725
5850
  dependencies = [
5726
5851
  "proc-macro2",
5727
5852
  "quote",
5728
- "syn 2.0.118",
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.21"
5864
+ version = "1.0.23"
5734
5865
  source = "registry+https://github.com/rust-lang/crates.io-index"
5735
- checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
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.2.4"
5879
+ version = "7.3.0"
5749
5880
  source = "registry+https://github.com/rust-lang/crates.io-index"
5750
- checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d"
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.16+zstd.1.5.7"
5888
+ version = "2.1.0+zstd.1.5.7"
5758
5889
  source = "registry+https://github.com/rust-lang/crates.io-index"
5759
- checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
5890
+ checksum = "0ef0a8027ec3ee71300ab3bcbcd0393f434aa72b91ca6d635a39941deae8eea0"
5760
5891
  dependencies = [
5761
5892
  "cc",
5762
5893
  "pkg-config",