sentry-cli 3.2.1__tar.gz → 3.3.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 (175) hide show
  1. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/Cargo.lock +986 -33
  2. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/Cargo.toml +6 -1
  3. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/PKG-INFO +2 -2
  4. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/README.md +1 -1
  5. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/sentry_cli.egg-info/PKG-INFO +2 -2
  6. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/sentry_cli.egg-info/SOURCES.txt +6 -0
  7. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/api/data_types/mod.rs +2 -0
  8. sentry_cli-3.3.2/src/api/data_types/snapshots.rs +90 -0
  9. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/api/mod.rs +53 -0
  10. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/commands/build/mod.rs +2 -0
  11. sentry_cli-3.3.2/src/commands/build/snapshots.rs +419 -0
  12. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/commands/build/upload.rs +2 -259
  13. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/commands/mod.rs +2 -0
  14. sentry_cli-3.3.2/src/commands/proguard/mod.rs +45 -0
  15. sentry_cli-3.2.1/src/commands/upload_proguard.rs → sentry_cli-3.3.2/src/commands/proguard/upload.rs +9 -10
  16. sentry_cli-3.3.2/src/commands/proguard/uuid.rs +36 -0
  17. sentry_cli-3.3.2/src/commands/upload_proguard.rs +11 -0
  18. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/utils/args.rs +67 -0
  19. sentry_cli-3.3.2/src/utils/build_vcs.rs +205 -0
  20. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/utils/dif.rs +11 -13
  21. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/utils/mod.rs +1 -0
  22. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/utils/proguard/mapping.rs +4 -29
  23. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/utils/releases.rs +7 -0
  24. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/LICENSE +0 -0
  25. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/MANIFEST.in +0 -0
  26. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/apple-catalog-parsing/AGENTS.md +0 -0
  27. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/apple-catalog-parsing/CLAUDE.md +0 -0
  28. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/apple-catalog-parsing/Cargo.toml +0 -0
  29. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/apple-catalog-parsing/build.rs +0 -0
  30. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/apple-catalog-parsing/native/swift/AssetCatalogParser/Package.swift +0 -0
  31. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/apple-catalog-parsing/native/swift/AssetCatalogParser/Sources/AssetCatalogParser/AssetCatalogReader.swift +0 -0
  32. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/apple-catalog-parsing/native/swift/AssetCatalogParser/Sources/ObjcSupport/include/safeValueForKey.h +0 -0
  33. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/apple-catalog-parsing/native/swift/AssetCatalogParser/Sources/ObjcSupport/safeValueForKey.m +0 -0
  34. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/apple-catalog-parsing/native/swift/AssetCatalogParser/Tests/AssetCatalogParserTests/AssetCatalogParserTests.swift +0 -0
  35. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/apple-catalog-parsing/native/swift/AssetCatalogParser/Tests/AssetCatalogParserTests/Resources/test.xcarchive/Info.plist +0 -0
  36. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/apple-catalog-parsing/native/swift/AssetCatalogParser/Tests/AssetCatalogParserTests/Resources/test.xcarchive/Products/Applications/DemoApp.app/Assets.car +0 -0
  37. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/apple-catalog-parsing/src/asset_catalog.rs +0 -0
  38. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/apple-catalog-parsing/src/lib.rs +0 -0
  39. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/build.rs +0 -0
  40. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/pyproject.toml +0 -0
  41. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/sentry_cli.egg-info/dependency_links.txt +0 -0
  42. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/sentry_cli.egg-info/top_level.txt +0 -0
  43. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/setup.cfg +0 -0
  44. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/setup.py +0 -0
  45. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/AGENTS.md +0 -0
  46. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/CLAUDE.md +0 -0
  47. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/api/connection_manager.rs +0 -0
  48. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/api/data_types/chunking/artifact.rs +0 -0
  49. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/api/data_types/chunking/build.rs +0 -0
  50. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/api/data_types/chunking/compression.rs +0 -0
  51. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/api/data_types/chunking/dif.rs +0 -0
  52. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/api/data_types/chunking/file_state.rs +0 -0
  53. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/api/data_types/chunking/hash_algorithm.rs +0 -0
  54. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/api/data_types/chunking/mod.rs +0 -0
  55. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/api/data_types/chunking/upload/mod.rs +0 -0
  56. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/api/data_types/chunking/upload/options.rs +0 -0
  57. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/api/data_types/deploy.rs +0 -0
  58. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/api/encoding.rs +0 -0
  59. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/api/envelopes_api.rs +0 -0
  60. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/api/errors/api_error.rs +0 -0
  61. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/api/errors/mod.rs +0 -0
  62. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/api/errors/sentry_error.rs +0 -0
  63. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/api/pagination.rs +0 -0
  64. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/api/serialization.rs +0 -0
  65. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/bashsupport.sh +0 -0
  66. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/commands/bash_hook.rs +0 -0
  67. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/commands/dart_symbol_map/mod.rs +0 -0
  68. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/commands/dart_symbol_map/upload.rs +0 -0
  69. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/commands/debug_files/bundle_jvm.rs +0 -0
  70. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/commands/debug_files/bundle_sources.rs +0 -0
  71. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/commands/debug_files/check.rs +0 -0
  72. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/commands/debug_files/find.rs +0 -0
  73. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/commands/debug_files/mod.rs +0 -0
  74. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/commands/debug_files/print_sources.rs +0 -0
  75. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/commands/debug_files/upload.rs +0 -0
  76. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/commands/deploys/list.rs +0 -0
  77. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/commands/deploys/mod.rs +0 -0
  78. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/commands/deploys/new.rs +0 -0
  79. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/commands/derive_parser.rs +0 -0
  80. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/commands/events/list.rs +0 -0
  81. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/commands/events/mod.rs +0 -0
  82. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/commands/info.rs +0 -0
  83. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/commands/issues/list.rs +0 -0
  84. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/commands/issues/mod.rs +0 -0
  85. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/commands/issues/mute.rs +0 -0
  86. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/commands/issues/resolve.rs +0 -0
  87. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/commands/issues/unresolve.rs +0 -0
  88. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/commands/login.rs +0 -0
  89. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/commands/logs/list.rs +0 -0
  90. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/commands/logs/mod.rs +0 -0
  91. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/commands/monitors/list.rs +0 -0
  92. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/commands/monitors/mod.rs +0 -0
  93. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/commands/monitors/run.rs +0 -0
  94. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/commands/organizations/list.rs +0 -0
  95. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/commands/organizations/mod.rs +0 -0
  96. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/commands/projects/list.rs +0 -0
  97. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/commands/projects/mod.rs +0 -0
  98. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/commands/react_native/gradle.rs +0 -0
  99. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/commands/react_native/mod.rs +0 -0
  100. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/commands/react_native/xcode.rs +0 -0
  101. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/commands/releases/archive.rs +0 -0
  102. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/commands/releases/delete.rs +0 -0
  103. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/commands/releases/finalize.rs +0 -0
  104. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/commands/releases/info.rs +0 -0
  105. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/commands/releases/list.rs +0 -0
  106. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/commands/releases/mod.rs +0 -0
  107. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/commands/releases/new.rs +0 -0
  108. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/commands/releases/propose_version.rs +0 -0
  109. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/commands/releases/restore.rs +0 -0
  110. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/commands/releases/set_commits.rs +0 -0
  111. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/commands/repos/list.rs +0 -0
  112. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/commands/repos/mod.rs +0 -0
  113. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/commands/send_envelope.rs +0 -0
  114. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/commands/send_event.rs +0 -0
  115. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/commands/send_metric/common_args.rs +0 -0
  116. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/commands/send_metric/increment.rs +0 -0
  117. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/commands/send_metric/mod.rs +0 -0
  118. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/commands/send_metric/set.rs +0 -0
  119. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/commands/sourcemaps/inject.rs +0 -0
  120. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/commands/sourcemaps/mod.rs +0 -0
  121. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/commands/sourcemaps/resolve.rs +0 -0
  122. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/commands/sourcemaps/upload.rs +0 -0
  123. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/commands/uninstall.rs +0 -0
  124. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/commands/update.rs +0 -0
  125. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/commands/upload_dif.rs +0 -0
  126. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/commands/upload_dsym.rs +0 -0
  127. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/config.rs +0 -0
  128. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/constants.rs +0 -0
  129. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/main.rs +0 -0
  130. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/utils/android.rs +0 -0
  131. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/utils/auth_token/auth_token_impl.rs +0 -0
  132. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/utils/auth_token/error.rs +0 -0
  133. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/utils/auth_token/mod.rs +0 -0
  134. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/utils/auth_token/org_auth_token.rs +0 -0
  135. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/utils/auth_token/redacting.rs +0 -0
  136. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/utils/auth_token/test.rs +0 -0
  137. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/utils/auth_token/user_auth_token.rs +0 -0
  138. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/utils/build/apple.rs +0 -0
  139. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/utils/build/mod.rs +0 -0
  140. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/utils/build/normalize.rs +0 -0
  141. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/utils/build/validation.rs +0 -0
  142. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/utils/chunks/mod.rs +0 -0
  143. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/utils/chunks/options.rs +0 -0
  144. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/utils/chunks/types.rs +0 -0
  145. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/utils/chunks/upload.rs +0 -0
  146. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/utils/ci.rs +0 -0
  147. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/utils/cordova.rs +0 -0
  148. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/utils/dif_upload/error.rs +0 -0
  149. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/utils/dif_upload/mod.rs +0 -0
  150. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/utils/event.rs +0 -0
  151. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/utils/file_search.rs +0 -0
  152. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/utils/file_upload.rs +0 -0
  153. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/utils/formatting.rs +0 -0
  154. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/utils/fs.rs +0 -0
  155. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/utils/http.rs +0 -0
  156. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/utils/logging.rs +0 -0
  157. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/utils/non_empty.rs +0 -0
  158. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/utils/progress.rs +0 -0
  159. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/utils/proguard/mod.rs +0 -0
  160. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/utils/proguard/upload.rs +0 -0
  161. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/utils/retry.rs +0 -0
  162. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/utils/snapshots/sentry_cli__utils__vcs__tests__generate_patch_default_twenty.snap +0 -0
  163. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/utils/snapshots/sentry_cli__utils__vcs__tests__generate_patch_ignore_missing.snap +0 -0
  164. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/utils/snapshots/sentry_cli__utils__vcs__tests__generate_patch_set_base.snap +0 -0
  165. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/utils/snapshots/sentry_cli__utils__vcs__tests__generate_patch_set_previous_commit.snap +0 -0
  166. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/utils/snapshots/sentry_cli__utils__vcs__tests__get_commits_from_git.snap +0 -0
  167. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/utils/source_bundle.rs +0 -0
  168. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/utils/sourcemaps/inject.rs +0 -0
  169. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/utils/sourcemaps.rs +0 -0
  170. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/utils/system.rs +0 -0
  171. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/utils/ui.rs +0 -0
  172. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/utils/update.rs +0 -0
  173. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/utils/value_parsers.rs +0 -0
  174. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/utils/vcs.rs +0 -0
  175. {sentry_cli-3.2.1 → sentry_cli-3.3.2}/src/utils/xcode.rs +0 -0
@@ -193,6 +193,41 @@ dependencies = [
193
193
  "wait-timeout",
194
194
  ]
195
195
 
196
+ [[package]]
197
+ name = "async-compression"
198
+ version = "0.4.36"
199
+ source = "registry+https://github.com/rust-lang/crates.io-index"
200
+ checksum = "98ec5f6c2f8bc326c994cb9e241cc257ddaba9afa8555a43cffbb5dd86efaa37"
201
+ dependencies = [
202
+ "compression-codecs",
203
+ "compression-core",
204
+ "futures-core",
205
+ "pin-project-lite",
206
+ "tokio",
207
+ ]
208
+
209
+ [[package]]
210
+ name = "async-stream"
211
+ version = "0.3.6"
212
+ source = "registry+https://github.com/rust-lang/crates.io-index"
213
+ checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
214
+ dependencies = [
215
+ "async-stream-impl",
216
+ "futures-core",
217
+ "pin-project-lite",
218
+ ]
219
+
220
+ [[package]]
221
+ name = "async-stream-impl"
222
+ version = "0.3.6"
223
+ source = "registry+https://github.com/rust-lang/crates.io-index"
224
+ checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
225
+ dependencies = [
226
+ "proc-macro2",
227
+ "quote",
228
+ "syn",
229
+ ]
230
+
196
231
  [[package]]
197
232
  name = "atomic-waker"
198
233
  version = "1.1.2"
@@ -231,6 +266,12 @@ dependencies = [
231
266
  "windows-link 0.2.0",
232
267
  ]
233
268
 
269
+ [[package]]
270
+ name = "base16ct"
271
+ version = "0.2.0"
272
+ source = "registry+https://github.com/rust-lang/crates.io-index"
273
+ checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"
274
+
234
275
  [[package]]
235
276
  name = "base64"
236
277
  version = "0.13.1"
@@ -253,6 +294,12 @@ dependencies = [
253
294
  "vsimd",
254
295
  ]
255
296
 
297
+ [[package]]
298
+ name = "base64ct"
299
+ version = "1.8.3"
300
+ source = "registry+https://github.com/rust-lang/crates.io-index"
301
+ checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06"
302
+
256
303
  [[package]]
257
304
  name = "binary-merge"
258
305
  version = "0.1.2"
@@ -483,6 +530,23 @@ dependencies = [
483
530
  "windows-sys 0.59.0",
484
531
  ]
485
532
 
533
+ [[package]]
534
+ name = "compression-codecs"
535
+ version = "0.4.35"
536
+ source = "registry+https://github.com/rust-lang/crates.io-index"
537
+ checksum = "b0f7ac3e5b97fdce45e8922fb05cae2c37f7bbd63d30dd94821dacfd8f3f2bf2"
538
+ dependencies = [
539
+ "compression-core",
540
+ "zstd",
541
+ "zstd-safe",
542
+ ]
543
+
544
+ [[package]]
545
+ name = "compression-core"
546
+ version = "0.4.31"
547
+ source = "registry+https://github.com/rust-lang/crates.io-index"
548
+ checksum = "75984efb6ed102a0d42db99afb6c1948f0380d1d91808d5529916e6c08b49d8d"
549
+
486
550
  [[package]]
487
551
  name = "console"
488
552
  version = "0.15.11"
@@ -509,6 +573,12 @@ dependencies = [
509
573
  "windows-sys 0.61.1",
510
574
  ]
511
575
 
576
+ [[package]]
577
+ name = "const-oid"
578
+ version = "0.9.6"
579
+ source = "registry+https://github.com/rust-lang/crates.io-index"
580
+ checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
581
+
512
582
  [[package]]
513
583
  name = "constant_time_eq"
514
584
  version = "0.3.1"
@@ -524,6 +594,16 @@ dependencies = [
524
594
  "memchr",
525
595
  ]
526
596
 
597
+ [[package]]
598
+ name = "core-foundation"
599
+ version = "0.9.4"
600
+ source = "registry+https://github.com/rust-lang/crates.io-index"
601
+ checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
602
+ dependencies = [
603
+ "core-foundation-sys",
604
+ "libc",
605
+ ]
606
+
527
607
  [[package]]
528
608
  name = "core-foundation-sys"
529
609
  version = "0.8.7"
@@ -588,6 +668,18 @@ version = "0.8.21"
588
668
  source = "registry+https://github.com/rust-lang/crates.io-index"
589
669
  checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
590
670
 
671
+ [[package]]
672
+ name = "crypto-bigint"
673
+ version = "0.5.5"
674
+ source = "registry+https://github.com/rust-lang/crates.io-index"
675
+ checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
676
+ dependencies = [
677
+ "generic-array",
678
+ "rand_core 0.6.4",
679
+ "subtle",
680
+ "zeroize",
681
+ ]
682
+
591
683
  [[package]]
592
684
  name = "crypto-common"
593
685
  version = "0.1.6"
@@ -649,6 +741,33 @@ dependencies = [
649
741
  "windows-sys 0.59.0",
650
742
  ]
651
743
 
744
+ [[package]]
745
+ name = "curve25519-dalek"
746
+ version = "4.1.3"
747
+ source = "registry+https://github.com/rust-lang/crates.io-index"
748
+ checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be"
749
+ dependencies = [
750
+ "cfg-if",
751
+ "cpufeatures",
752
+ "curve25519-dalek-derive",
753
+ "digest",
754
+ "fiat-crypto",
755
+ "rustc_version",
756
+ "subtle",
757
+ "zeroize",
758
+ ]
759
+
760
+ [[package]]
761
+ name = "curve25519-dalek-derive"
762
+ version = "0.1.1"
763
+ source = "registry+https://github.com/rust-lang/crates.io-index"
764
+ checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3"
765
+ dependencies = [
766
+ "proc-macro2",
767
+ "quote",
768
+ "syn",
769
+ ]
770
+
652
771
  [[package]]
653
772
  name = "data-encoding"
654
773
  version = "2.9.0"
@@ -671,6 +790,17 @@ version = "0.1.9"
671
790
  source = "registry+https://github.com/rust-lang/crates.io-index"
672
791
  checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
673
792
 
793
+ [[package]]
794
+ name = "der"
795
+ version = "0.7.10"
796
+ source = "registry+https://github.com/rust-lang/crates.io-index"
797
+ checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
798
+ dependencies = [
799
+ "const-oid",
800
+ "pem-rfc7468",
801
+ "zeroize",
802
+ ]
803
+
674
804
  [[package]]
675
805
  name = "deranged"
676
806
  version = "0.5.4"
@@ -704,6 +834,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
704
834
  checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
705
835
  dependencies = [
706
836
  "block-buffer",
837
+ "const-oid",
707
838
  "crypto-common",
708
839
  "subtle",
709
840
  ]
@@ -784,6 +915,44 @@ version = "1.0.5"
784
915
  source = "registry+https://github.com/rust-lang/crates.io-index"
785
916
  checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
786
917
 
918
+ [[package]]
919
+ name = "ecdsa"
920
+ version = "0.16.9"
921
+ source = "registry+https://github.com/rust-lang/crates.io-index"
922
+ checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca"
923
+ dependencies = [
924
+ "der",
925
+ "digest",
926
+ "elliptic-curve",
927
+ "rfc6979",
928
+ "signature",
929
+ "spki",
930
+ ]
931
+
932
+ [[package]]
933
+ name = "ed25519"
934
+ version = "2.2.3"
935
+ source = "registry+https://github.com/rust-lang/crates.io-index"
936
+ checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53"
937
+ dependencies = [
938
+ "pkcs8",
939
+ "signature",
940
+ ]
941
+
942
+ [[package]]
943
+ name = "ed25519-dalek"
944
+ version = "2.2.0"
945
+ source = "registry+https://github.com/rust-lang/crates.io-index"
946
+ checksum = "70e796c081cee67dc755e1a36a0a172b897fab85fc3f6bc48307991f64e4eca9"
947
+ dependencies = [
948
+ "curve25519-dalek",
949
+ "ed25519",
950
+ "serde",
951
+ "sha2",
952
+ "subtle",
953
+ "zeroize",
954
+ ]
955
+
787
956
  [[package]]
788
957
  name = "either"
789
958
  version = "1.15.0"
@@ -799,6 +968,27 @@ dependencies = [
799
968
  "string_cache",
800
969
  ]
801
970
 
971
+ [[package]]
972
+ name = "elliptic-curve"
973
+ version = "0.13.8"
974
+ source = "registry+https://github.com/rust-lang/crates.io-index"
975
+ checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47"
976
+ dependencies = [
977
+ "base16ct",
978
+ "crypto-bigint",
979
+ "digest",
980
+ "ff",
981
+ "generic-array",
982
+ "group",
983
+ "hkdf",
984
+ "pem-rfc7468",
985
+ "pkcs8",
986
+ "rand_core 0.6.4",
987
+ "sec1",
988
+ "subtle",
989
+ "zeroize",
990
+ ]
991
+
802
992
  [[package]]
803
993
  name = "elsa"
804
994
  version = "1.11.2"
@@ -857,6 +1047,22 @@ version = "2.3.0"
857
1047
  source = "registry+https://github.com/rust-lang/crates.io-index"
858
1048
  checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
859
1049
 
1050
+ [[package]]
1051
+ name = "ff"
1052
+ version = "0.13.1"
1053
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1054
+ checksum = "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393"
1055
+ dependencies = [
1056
+ "rand_core 0.6.4",
1057
+ "subtle",
1058
+ ]
1059
+
1060
+ [[package]]
1061
+ name = "fiat-crypto"
1062
+ version = "0.2.9"
1063
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1064
+ checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d"
1065
+
860
1066
  [[package]]
861
1067
  name = "filetime"
862
1068
  version = "0.2.26"
@@ -897,6 +1103,21 @@ version = "0.2.0"
897
1103
  source = "registry+https://github.com/rust-lang/crates.io-index"
898
1104
  checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
899
1105
 
1106
+ [[package]]
1107
+ name = "foreign-types"
1108
+ version = "0.3.2"
1109
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1110
+ checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
1111
+ dependencies = [
1112
+ "foreign-types-shared",
1113
+ ]
1114
+
1115
+ [[package]]
1116
+ name = "foreign-types-shared"
1117
+ version = "0.1.1"
1118
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1119
+ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
1120
+
900
1121
  [[package]]
901
1122
  name = "form_urlencoded"
902
1123
  version = "1.2.2"
@@ -1015,6 +1236,7 @@ checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
1015
1236
  dependencies = [
1016
1237
  "typenum",
1017
1238
  "version_check",
1239
+ "zeroize",
1018
1240
  ]
1019
1241
 
1020
1242
  [[package]]
@@ -1107,6 +1329,17 @@ dependencies = [
1107
1329
  "scroll 0.12.0",
1108
1330
  ]
1109
1331
 
1332
+ [[package]]
1333
+ name = "group"
1334
+ version = "0.13.0"
1335
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1336
+ checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"
1337
+ dependencies = [
1338
+ "ff",
1339
+ "rand_core 0.6.4",
1340
+ "subtle",
1341
+ ]
1342
+
1110
1343
  [[package]]
1111
1344
  name = "h2"
1112
1345
  version = "0.4.12"
@@ -1174,6 +1407,15 @@ version = "0.4.3"
1174
1407
  source = "registry+https://github.com/rust-lang/crates.io-index"
1175
1408
  checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
1176
1409
 
1410
+ [[package]]
1411
+ name = "hkdf"
1412
+ version = "0.12.4"
1413
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1414
+ checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
1415
+ dependencies = [
1416
+ "hmac",
1417
+ ]
1418
+
1177
1419
  [[package]]
1178
1420
  name = "hmac"
1179
1421
  version = "0.12.1"
@@ -1205,12 +1447,11 @@ dependencies = [
1205
1447
 
1206
1448
  [[package]]
1207
1449
  name = "http"
1208
- version = "1.3.1"
1450
+ version = "1.4.0"
1209
1451
  source = "registry+https://github.com/rust-lang/crates.io-index"
1210
- checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
1452
+ checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a"
1211
1453
  dependencies = [
1212
1454
  "bytes",
1213
- "fnv",
1214
1455
  "itoa",
1215
1456
  ]
1216
1457
 
@@ -1285,6 +1526,39 @@ dependencies = [
1285
1526
  "pin-utils",
1286
1527
  "smallvec",
1287
1528
  "tokio",
1529
+ "want",
1530
+ ]
1531
+
1532
+ [[package]]
1533
+ name = "hyper-rustls"
1534
+ version = "0.27.7"
1535
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1536
+ checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
1537
+ dependencies = [
1538
+ "http",
1539
+ "hyper",
1540
+ "hyper-util",
1541
+ "rustls",
1542
+ "rustls-pki-types",
1543
+ "tokio",
1544
+ "tokio-rustls",
1545
+ "tower-service",
1546
+ ]
1547
+
1548
+ [[package]]
1549
+ name = "hyper-tls"
1550
+ version = "0.6.0"
1551
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1552
+ checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
1553
+ dependencies = [
1554
+ "bytes",
1555
+ "http-body-util",
1556
+ "hyper",
1557
+ "hyper-util",
1558
+ "native-tls",
1559
+ "tokio",
1560
+ "tokio-native-tls",
1561
+ "tower-service",
1288
1562
  ]
1289
1563
 
1290
1564
  [[package]]
@@ -1293,13 +1567,24 @@ version = "0.1.17"
1293
1567
  source = "registry+https://github.com/rust-lang/crates.io-index"
1294
1568
  checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
1295
1569
  dependencies = [
1570
+ "base64 0.22.1",
1296
1571
  "bytes",
1572
+ "futures-channel",
1297
1573
  "futures-core",
1574
+ "futures-util",
1298
1575
  "http",
1299
1576
  "http-body",
1300
1577
  "hyper",
1578
+ "ipnet",
1579
+ "libc",
1580
+ "percent-encoding",
1301
1581
  "pin-project-lite",
1582
+ "socket2",
1583
+ "system-configuration",
1302
1584
  "tokio",
1585
+ "tower-service",
1586
+ "tracing",
1587
+ "windows-registry",
1303
1588
  ]
1304
1589
 
1305
1590
  [[package]]
@@ -1455,6 +1740,12 @@ dependencies = [
1455
1740
  "winapi-util",
1456
1741
  ]
1457
1742
 
1743
+ [[package]]
1744
+ name = "imagesize"
1745
+ version = "0.14.0"
1746
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1747
+ checksum = "09e54e57b4c48b40f7aec75635392b12b3421fa26fe8b4332e63138ed278459c"
1748
+
1458
1749
  [[package]]
1459
1750
  name = "indent_write"
1460
1751
  version = "2.2.0"
@@ -1485,6 +1776,12 @@ dependencies = [
1485
1776
  "regex",
1486
1777
  ]
1487
1778
 
1779
+ [[package]]
1780
+ name = "infer"
1781
+ version = "0.19.0"
1782
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1783
+ checksum = "a588916bfdfd92e71cacef98a63d9b1f0d74d6599980d11894290e7ddefffcf7"
1784
+
1488
1785
  [[package]]
1489
1786
  name = "inout"
1490
1787
  version = "0.1.4"
@@ -1528,6 +1825,22 @@ dependencies = [
1528
1825
  "libc",
1529
1826
  ]
1530
1827
 
1828
+ [[package]]
1829
+ name = "ipnet"
1830
+ version = "2.11.0"
1831
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1832
+ checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
1833
+
1834
+ [[package]]
1835
+ name = "iri-string"
1836
+ version = "0.7.9"
1837
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1838
+ checksum = "4f867b9d1d896b67beb18518eda36fdb77a32ea590de864f1325b294a6d14397"
1839
+ dependencies = [
1840
+ "memchr",
1841
+ "serde",
1842
+ ]
1843
+
1531
1844
  [[package]]
1532
1845
  name = "is-terminal"
1533
1846
  version = "0.4.16"
@@ -1589,19 +1902,45 @@ checksum = "72167d68f5fce3b8655487b8038691a3c9984ee769590f93f2a631f4ad64e4f5"
1589
1902
 
1590
1903
  [[package]]
1591
1904
  name = "js-sys"
1592
- version = "0.3.81"
1905
+ version = "0.3.89"
1593
1906
  source = "registry+https://github.com/rust-lang/crates.io-index"
1594
- checksum = "ec48937a97411dcb524a265206ccd4c90bb711fca92b2792c407f268825b9305"
1907
+ checksum = "f4eacb0641a310445a4c513f2a5e23e19952e269c6a38887254d5f837a305506"
1595
1908
  dependencies = [
1596
1909
  "once_cell",
1597
1910
  "wasm-bindgen",
1598
1911
  ]
1599
1912
 
1913
+ [[package]]
1914
+ name = "jsonwebtoken"
1915
+ version = "10.3.0"
1916
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1917
+ checksum = "0529410abe238729a60b108898784df8984c87f6054c9c4fcacc47e4803c1ce1"
1918
+ dependencies = [
1919
+ "base64 0.22.1",
1920
+ "ed25519-dalek",
1921
+ "getrandom 0.2.16",
1922
+ "hmac",
1923
+ "js-sys",
1924
+ "p256",
1925
+ "p384",
1926
+ "pem",
1927
+ "rand 0.8.5",
1928
+ "rsa",
1929
+ "serde",
1930
+ "serde_json",
1931
+ "sha2",
1932
+ "signature",
1933
+ "simple_asn1",
1934
+ ]
1935
+
1600
1936
  [[package]]
1601
1937
  name = "lazy_static"
1602
1938
  version = "1.5.0"
1603
1939
  source = "registry+https://github.com/rust-lang/crates.io-index"
1604
1940
  checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
1941
+ dependencies = [
1942
+ "spin",
1943
+ ]
1605
1944
 
1606
1945
  [[package]]
1607
1946
  name = "leb128"
@@ -1627,6 +1966,12 @@ dependencies = [
1627
1966
  "pkg-config",
1628
1967
  ]
1629
1968
 
1969
+ [[package]]
1970
+ name = "libm"
1971
+ version = "0.2.16"
1972
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1973
+ checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
1974
+
1630
1975
  [[package]]
1631
1976
  name = "libredox"
1632
1977
  version = "0.1.10"
@@ -1742,6 +2087,12 @@ version = "0.3.4"
1742
2087
  source = "registry+https://github.com/rust-lang/crates.io-index"
1743
2088
  checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
1744
2089
 
2090
+ [[package]]
2091
+ name = "mediatype"
2092
+ version = "0.21.0"
2093
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2094
+ checksum = "120fa187be19d9962f0926633453784691731018a2bf936ddb4e29101b79c4a7"
2095
+
1745
2096
  [[package]]
1746
2097
  name = "memchr"
1747
2098
  version = "2.7.6"
@@ -1757,6 +2108,22 @@ dependencies = [
1757
2108
  "libc",
1758
2109
  ]
1759
2110
 
2111
+ [[package]]
2112
+ name = "mime"
2113
+ version = "0.3.17"
2114
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2115
+ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
2116
+
2117
+ [[package]]
2118
+ name = "mime_guess"
2119
+ version = "2.0.5"
2120
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2121
+ checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
2122
+ dependencies = [
2123
+ "mime",
2124
+ "unicase",
2125
+ ]
2126
+
1760
2127
  [[package]]
1761
2128
  name = "minimal-lexical"
1762
2129
  version = "0.2.1"
@@ -1807,6 +2174,40 @@ dependencies = [
1807
2174
  "tokio",
1808
2175
  ]
1809
2176
 
2177
+ [[package]]
2178
+ name = "multer"
2179
+ version = "3.1.0"
2180
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2181
+ checksum = "83e87776546dc87511aa5ee218730c92b666d7264ab6ed41f9d215af9cd5224b"
2182
+ dependencies = [
2183
+ "bytes",
2184
+ "encoding_rs",
2185
+ "futures-util",
2186
+ "http",
2187
+ "httparse",
2188
+ "memchr",
2189
+ "mime",
2190
+ "spin",
2191
+ "version_check",
2192
+ ]
2193
+
2194
+ [[package]]
2195
+ name = "native-tls"
2196
+ version = "0.2.14"
2197
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2198
+ checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
2199
+ dependencies = [
2200
+ "libc",
2201
+ "log",
2202
+ "openssl",
2203
+ "openssl-probe",
2204
+ "openssl-sys",
2205
+ "schannel",
2206
+ "security-framework",
2207
+ "security-framework-sys",
2208
+ "tempfile",
2209
+ ]
2210
+
1810
2211
  [[package]]
1811
2212
  name = "new_debug_unreachable"
1812
2213
  version = "1.0.6"
@@ -1843,11 +2244,57 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1843
2244
  checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"
1844
2245
 
1845
2246
  [[package]]
1846
- name = "num-conv"
1847
- version = "0.2.0"
2247
+ name = "num-bigint"
2248
+ version = "0.4.6"
2249
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2250
+ checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
2251
+ dependencies = [
2252
+ "num-integer",
2253
+ "num-traits",
2254
+ ]
2255
+
2256
+ [[package]]
2257
+ name = "num-bigint-dig"
2258
+ version = "0.8.6"
2259
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2260
+ checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
2261
+ dependencies = [
2262
+ "lazy_static",
2263
+ "libm",
2264
+ "num-integer",
2265
+ "num-iter",
2266
+ "num-traits",
2267
+ "rand 0.8.5",
2268
+ "smallvec",
2269
+ "zeroize",
2270
+ ]
2271
+
2272
+ [[package]]
2273
+ name = "num-conv"
2274
+ version = "0.2.0"
1848
2275
  source = "registry+https://github.com/rust-lang/crates.io-index"
1849
2276
  checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
1850
2277
 
2278
+ [[package]]
2279
+ name = "num-integer"
2280
+ version = "0.1.46"
2281
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2282
+ checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
2283
+ dependencies = [
2284
+ "num-traits",
2285
+ ]
2286
+
2287
+ [[package]]
2288
+ name = "num-iter"
2289
+ version = "0.1.45"
2290
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2291
+ checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
2292
+ dependencies = [
2293
+ "autocfg",
2294
+ "num-integer",
2295
+ "num-traits",
2296
+ ]
2297
+
1851
2298
  [[package]]
1852
2299
  name = "num-traits"
1853
2300
  version = "0.2.19"
@@ -1855,6 +2302,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1855
2302
  checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1856
2303
  dependencies = [
1857
2304
  "autocfg",
2305
+ "libm",
1858
2306
  ]
1859
2307
 
1860
2308
  [[package]]
@@ -1872,6 +2320,43 @@ dependencies = [
1872
2320
  "memchr",
1873
2321
  ]
1874
2322
 
2323
+ [[package]]
2324
+ name = "objectstore-client"
2325
+ version = "0.1.2"
2326
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2327
+ checksum = "033eedf125e31b30962c0172842e964fc9983bbccd99d9ff033e7e413946861c"
2328
+ dependencies = [
2329
+ "async-compression",
2330
+ "async-stream",
2331
+ "bytes",
2332
+ "futures-util",
2333
+ "infer",
2334
+ "jsonwebtoken",
2335
+ "multer",
2336
+ "objectstore-types",
2337
+ "percent-encoding",
2338
+ "reqwest",
2339
+ "sentry-core",
2340
+ "serde",
2341
+ "thiserror 2.0.17",
2342
+ "tokio",
2343
+ "tokio-util",
2344
+ "url",
2345
+ ]
2346
+
2347
+ [[package]]
2348
+ name = "objectstore-types"
2349
+ version = "0.1.2"
2350
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2351
+ checksum = "956cbdef3971ea108a15e5248625d6229870da3a3c637b6e7aada213526f8014"
2352
+ dependencies = [
2353
+ "http",
2354
+ "humantime",
2355
+ "mediatype",
2356
+ "serde",
2357
+ "thiserror 2.0.17",
2358
+ ]
2359
+
1875
2360
  [[package]]
1876
2361
  name = "once_cell"
1877
2362
  version = "1.21.3"
@@ -1894,6 +2379,32 @@ dependencies = [
1894
2379
  "windows-sys 0.42.0",
1895
2380
  ]
1896
2381
 
2382
+ [[package]]
2383
+ name = "openssl"
2384
+ version = "0.10.75"
2385
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2386
+ checksum = "08838db121398ad17ab8531ce9de97b244589089e290a384c900cb9ff7434328"
2387
+ dependencies = [
2388
+ "bitflags 2.9.4",
2389
+ "cfg-if",
2390
+ "foreign-types",
2391
+ "libc",
2392
+ "once_cell",
2393
+ "openssl-macros",
2394
+ "openssl-sys",
2395
+ ]
2396
+
2397
+ [[package]]
2398
+ name = "openssl-macros"
2399
+ version = "0.1.1"
2400
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2401
+ checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
2402
+ dependencies = [
2403
+ "proc-macro2",
2404
+ "quote",
2405
+ "syn",
2406
+ ]
2407
+
1897
2408
  [[package]]
1898
2409
  name = "openssl-probe"
1899
2410
  version = "0.1.6"
@@ -1911,9 +2422,9 @@ dependencies = [
1911
2422
 
1912
2423
  [[package]]
1913
2424
  name = "openssl-sys"
1914
- version = "0.9.109"
2425
+ version = "0.9.111"
1915
2426
  source = "registry+https://github.com/rust-lang/crates.io-index"
1916
- checksum = "90096e2e47630d78b7d1c20952dc621f957103f8bc2c8359ec81290d75238571"
2427
+ checksum = "82cab2d520aa75e3c58898289429321eb788c3106963d0dc886ec7a5f4adc321"
1917
2428
  dependencies = [
1918
2429
  "cc",
1919
2430
  "libc",
@@ -1960,6 +2471,30 @@ version = "0.5.2"
1960
2471
  source = "registry+https://github.com/rust-lang/crates.io-index"
1961
2472
  checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
1962
2473
 
2474
+ [[package]]
2475
+ name = "p256"
2476
+ version = "0.13.2"
2477
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2478
+ checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b"
2479
+ dependencies = [
2480
+ "ecdsa",
2481
+ "elliptic-curve",
2482
+ "primeorder",
2483
+ "sha2",
2484
+ ]
2485
+
2486
+ [[package]]
2487
+ name = "p384"
2488
+ version = "0.13.1"
2489
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2490
+ checksum = "fe42f1670a52a47d448f14b6a5c61dd78fce51856e68edaa38f7ae3a46b8d6b6"
2491
+ dependencies = [
2492
+ "ecdsa",
2493
+ "elliptic-curve",
2494
+ "primeorder",
2495
+ "sha2",
2496
+ ]
2497
+
1963
2498
  [[package]]
1964
2499
  name = "parking_lot"
1965
2500
  version = "0.12.4"
@@ -2033,6 +2568,25 @@ dependencies = [
2033
2568
  "thiserror 1.0.69",
2034
2569
  ]
2035
2570
 
2571
+ [[package]]
2572
+ name = "pem"
2573
+ version = "3.0.6"
2574
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2575
+ checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
2576
+ dependencies = [
2577
+ "base64 0.22.1",
2578
+ "serde_core",
2579
+ ]
2580
+
2581
+ [[package]]
2582
+ name = "pem-rfc7468"
2583
+ version = "0.7.0"
2584
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2585
+ checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
2586
+ dependencies = [
2587
+ "base64ct",
2588
+ ]
2589
+
2036
2590
  [[package]]
2037
2591
  name = "percent-encoding"
2038
2592
  version = "2.3.2"
@@ -2133,6 +2687,27 @@ version = "0.1.0"
2133
2687
  source = "registry+https://github.com/rust-lang/crates.io-index"
2134
2688
  checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2135
2689
 
2690
+ [[package]]
2691
+ name = "pkcs1"
2692
+ version = "0.7.5"
2693
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2694
+ checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
2695
+ dependencies = [
2696
+ "der",
2697
+ "pkcs8",
2698
+ "spki",
2699
+ ]
2700
+
2701
+ [[package]]
2702
+ name = "pkcs8"
2703
+ version = "0.10.2"
2704
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2705
+ checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
2706
+ dependencies = [
2707
+ "der",
2708
+ "spki",
2709
+ ]
2710
+
2136
2711
  [[package]]
2137
2712
  name = "pkg-config"
2138
2713
  version = "0.3.32"
@@ -2229,6 +2804,15 @@ dependencies = [
2229
2804
  "unicode-width 0.1.14",
2230
2805
  ]
2231
2806
 
2807
+ [[package]]
2808
+ name = "primeorder"
2809
+ version = "0.13.6"
2810
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2811
+ checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6"
2812
+ dependencies = [
2813
+ "elliptic-curve",
2814
+ ]
2815
+
2232
2816
  [[package]]
2233
2817
  name = "proc-macro2"
2234
2818
  version = "1.0.101"
@@ -2298,6 +2882,8 @@ version = "0.8.5"
2298
2882
  source = "registry+https://github.com/rust-lang/crates.io-index"
2299
2883
  checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
2300
2884
  dependencies = [
2885
+ "libc",
2886
+ "rand_chacha 0.3.1",
2301
2887
  "rand_core 0.6.4",
2302
2888
  ]
2303
2889
 
@@ -2307,10 +2893,20 @@ version = "0.9.2"
2307
2893
  source = "registry+https://github.com/rust-lang/crates.io-index"
2308
2894
  checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
2309
2895
  dependencies = [
2310
- "rand_chacha",
2896
+ "rand_chacha 0.9.0",
2311
2897
  "rand_core 0.9.3",
2312
2898
  ]
2313
2899
 
2900
+ [[package]]
2901
+ name = "rand_chacha"
2902
+ version = "0.3.1"
2903
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2904
+ checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
2905
+ dependencies = [
2906
+ "ppv-lite86",
2907
+ "rand_core 0.6.4",
2908
+ ]
2909
+
2314
2910
  [[package]]
2315
2911
  name = "rand_chacha"
2316
2912
  version = "0.9.0"
@@ -2326,6 +2922,9 @@ name = "rand_core"
2326
2922
  version = "0.6.4"
2327
2923
  source = "registry+https://github.com/rust-lang/crates.io-index"
2328
2924
  checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2925
+ dependencies = [
2926
+ "getrandom 0.2.16",
2927
+ ]
2329
2928
 
2330
2929
  [[package]]
2331
2930
  name = "rand_core"
@@ -2422,6 +3021,93 @@ version = "1.9.3"
2422
3021
  source = "registry+https://github.com/rust-lang/crates.io-index"
2423
3022
  checksum = "ba39f3699c378cd8970968dcbff9c43159ea4cfbd88d43c00b22f2ef10a435d2"
2424
3023
 
3024
+ [[package]]
3025
+ name = "reqwest"
3026
+ version = "0.13.2"
3027
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3028
+ checksum = "ab3f43e3283ab1488b624b44b0e988d0acea0b3214e694730a055cb6b2efa801"
3029
+ dependencies = [
3030
+ "base64 0.22.1",
3031
+ "bytes",
3032
+ "encoding_rs",
3033
+ "futures-core",
3034
+ "futures-util",
3035
+ "h2",
3036
+ "http",
3037
+ "http-body",
3038
+ "http-body-util",
3039
+ "hyper",
3040
+ "hyper-rustls",
3041
+ "hyper-tls",
3042
+ "hyper-util",
3043
+ "js-sys",
3044
+ "log",
3045
+ "mime",
3046
+ "mime_guess",
3047
+ "native-tls",
3048
+ "percent-encoding",
3049
+ "pin-project-lite",
3050
+ "rustls-pki-types",
3051
+ "serde",
3052
+ "serde_json",
3053
+ "sync_wrapper",
3054
+ "tokio",
3055
+ "tokio-native-tls",
3056
+ "tokio-util",
3057
+ "tower",
3058
+ "tower-http",
3059
+ "tower-service",
3060
+ "url",
3061
+ "wasm-bindgen",
3062
+ "wasm-bindgen-futures",
3063
+ "wasm-streams",
3064
+ "web-sys",
3065
+ ]
3066
+
3067
+ [[package]]
3068
+ name = "rfc6979"
3069
+ version = "0.4.0"
3070
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3071
+ checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"
3072
+ dependencies = [
3073
+ "hmac",
3074
+ "subtle",
3075
+ ]
3076
+
3077
+ [[package]]
3078
+ name = "ring"
3079
+ version = "0.17.14"
3080
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3081
+ checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
3082
+ dependencies = [
3083
+ "cc",
3084
+ "cfg-if",
3085
+ "getrandom 0.2.16",
3086
+ "libc",
3087
+ "untrusted",
3088
+ "windows-sys 0.52.0",
3089
+ ]
3090
+
3091
+ [[package]]
3092
+ name = "rsa"
3093
+ version = "0.9.10"
3094
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3095
+ checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
3096
+ dependencies = [
3097
+ "const-oid",
3098
+ "digest",
3099
+ "num-bigint-dig",
3100
+ "num-integer",
3101
+ "num-traits",
3102
+ "pkcs1",
3103
+ "pkcs8",
3104
+ "rand_core 0.6.4",
3105
+ "signature",
3106
+ "spki",
3107
+ "subtle",
3108
+ "zeroize",
3109
+ ]
3110
+
2425
3111
  [[package]]
2426
3112
  name = "rstest"
2427
3113
  version = "0.18.2"
@@ -2520,6 +3206,39 @@ dependencies = [
2520
3206
  "windows-sys 0.61.1",
2521
3207
  ]
2522
3208
 
3209
+ [[package]]
3210
+ name = "rustls"
3211
+ version = "0.23.35"
3212
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3213
+ checksum = "533f54bc6a7d4f647e46ad909549eda97bf5afc1585190ef692b4286b198bd8f"
3214
+ dependencies = [
3215
+ "once_cell",
3216
+ "rustls-pki-types",
3217
+ "rustls-webpki",
3218
+ "subtle",
3219
+ "zeroize",
3220
+ ]
3221
+
3222
+ [[package]]
3223
+ name = "rustls-pki-types"
3224
+ version = "1.13.1"
3225
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3226
+ checksum = "708c0f9d5f54ba0272468c1d306a52c495b31fa155e91bc25371e6df7996908c"
3227
+ dependencies = [
3228
+ "zeroize",
3229
+ ]
3230
+
3231
+ [[package]]
3232
+ name = "rustls-webpki"
3233
+ version = "0.103.8"
3234
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3235
+ checksum = "2ffdfa2f5286e2247234e03f680868ac2815974dc39e00ea15adc445d0aafe52"
3236
+ dependencies = [
3237
+ "ring",
3238
+ "rustls-pki-types",
3239
+ "untrusted",
3240
+ ]
3241
+
2523
3242
  [[package]]
2524
3243
  name = "rustversion"
2525
3244
  version = "1.0.22"
@@ -2606,6 +3325,20 @@ version = "3.0.10"
2606
3325
  source = "registry+https://github.com/rust-lang/crates.io-index"
2607
3326
  checksum = "490dcfcbfef26be6800d11870ff2df8774fa6e86d047e3e8c8a76b25655e41ca"
2608
3327
 
3328
+ [[package]]
3329
+ name = "sec1"
3330
+ version = "0.7.3"
3331
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3332
+ checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc"
3333
+ dependencies = [
3334
+ "base16ct",
3335
+ "der",
3336
+ "generic-array",
3337
+ "pkcs8",
3338
+ "subtle",
3339
+ "zeroize",
3340
+ ]
3341
+
2609
3342
  [[package]]
2610
3343
  name = "secrecy"
2611
3344
  version = "0.8.0"
@@ -2615,6 +3348,19 @@ dependencies = [
2615
3348
  "zeroize",
2616
3349
  ]
2617
3350
 
3351
+ [[package]]
3352
+ name = "security-framework"
3353
+ version = "2.11.1"
3354
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3355
+ checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
3356
+ dependencies = [
3357
+ "bitflags 2.9.4",
3358
+ "core-foundation",
3359
+ "core-foundation-sys",
3360
+ "libc",
3361
+ "security-framework-sys",
3362
+ ]
3363
+
2618
3364
  [[package]]
2619
3365
  name = "security-framework-sys"
2620
3366
  version = "2.15.0"
@@ -2668,7 +3414,7 @@ dependencies = [
2668
3414
 
2669
3415
  [[package]]
2670
3416
  name = "sentry-cli"
2671
- version = "3.2.1"
3417
+ version = "3.3.2"
2672
3418
  dependencies = [
2673
3419
  "anyhow",
2674
3420
  "anylog",
@@ -2689,8 +3435,10 @@ dependencies = [
2689
3435
  "flate2",
2690
3436
  "git2",
2691
3437
  "glob",
3438
+ "http",
2692
3439
  "if_chain",
2693
3440
  "ignore",
3441
+ "imagesize",
2694
3442
  "indicatif",
2695
3443
  "insta",
2696
3444
  "itertools",
@@ -2702,6 +3450,7 @@ dependencies = [
2702
3450
  "mac-process-info",
2703
3451
  "magic_string",
2704
3452
  "mockito",
3453
+ "objectstore-client",
2705
3454
  "open",
2706
3455
  "openssl-probe",
2707
3456
  "parking_lot",
@@ -2722,10 +3471,12 @@ dependencies = [
2722
3471
  "serde_json",
2723
3472
  "serial_test",
2724
3473
  "sha1_smol",
3474
+ "sha2",
2725
3475
  "sourcemap",
2726
3476
  "symbolic",
2727
3477
  "tempfile",
2728
3478
  "thiserror 1.0.69",
3479
+ "tokio",
2729
3480
  "trycmd",
2730
3481
  "url",
2731
3482
  "uuid",
@@ -2906,6 +3657,16 @@ version = "1.3.0"
2906
3657
  source = "registry+https://github.com/rust-lang/crates.io-index"
2907
3658
  checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
2908
3659
 
3660
+ [[package]]
3661
+ name = "signature"
3662
+ version = "2.2.0"
3663
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3664
+ checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
3665
+ dependencies = [
3666
+ "digest",
3667
+ "rand_core 0.6.4",
3668
+ ]
3669
+
2909
3670
  [[package]]
2910
3671
  name = "simd-adler32"
2911
3672
  version = "0.3.7"
@@ -2918,6 +3679,18 @@ version = "2.7.0"
2918
3679
  source = "registry+https://github.com/rust-lang/crates.io-index"
2919
3680
  checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
2920
3681
 
3682
+ [[package]]
3683
+ name = "simple_asn1"
3684
+ version = "0.6.3"
3685
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3686
+ checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
3687
+ dependencies = [
3688
+ "num-bigint",
3689
+ "num-traits",
3690
+ "thiserror 2.0.17",
3691
+ "time",
3692
+ ]
3693
+
2921
3694
  [[package]]
2922
3695
  name = "siphasher"
2923
3696
  version = "1.0.1"
@@ -2996,6 +3769,22 @@ dependencies = [
2996
3769
  "url",
2997
3770
  ]
2998
3771
 
3772
+ [[package]]
3773
+ name = "spin"
3774
+ version = "0.9.8"
3775
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3776
+ checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
3777
+
3778
+ [[package]]
3779
+ name = "spki"
3780
+ version = "0.7.3"
3781
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3782
+ checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
3783
+ dependencies = [
3784
+ "base64ct",
3785
+ "der",
3786
+ ]
3787
+
2999
3788
  [[package]]
3000
3789
  name = "stable_deref_trait"
3001
3790
  version = "1.2.0"
@@ -3138,6 +3927,15 @@ dependencies = [
3138
3927
  "unicode-ident",
3139
3928
  ]
3140
3929
 
3930
+ [[package]]
3931
+ name = "sync_wrapper"
3932
+ version = "1.0.2"
3933
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3934
+ checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
3935
+ dependencies = [
3936
+ "futures-core",
3937
+ ]
3938
+
3141
3939
  [[package]]
3142
3940
  name = "synstructure"
3143
3941
  version = "0.13.2"
@@ -3149,6 +3947,27 @@ dependencies = [
3149
3947
  "syn",
3150
3948
  ]
3151
3949
 
3950
+ [[package]]
3951
+ name = "system-configuration"
3952
+ version = "0.6.1"
3953
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3954
+ checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
3955
+ dependencies = [
3956
+ "bitflags 2.9.4",
3957
+ "core-foundation",
3958
+ "system-configuration-sys",
3959
+ ]
3960
+
3961
+ [[package]]
3962
+ name = "system-configuration-sys"
3963
+ version = "0.6.0"
3964
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3965
+ checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
3966
+ dependencies = [
3967
+ "core-foundation-sys",
3968
+ "libc",
3969
+ ]
3970
+
3152
3971
  [[package]]
3153
3972
  name = "tap"
3154
3973
  version = "1.0.1"
@@ -3294,6 +4113,26 @@ dependencies = [
3294
4113
  "windows-sys 0.59.0",
3295
4114
  ]
3296
4115
 
4116
+ [[package]]
4117
+ name = "tokio-native-tls"
4118
+ version = "0.3.1"
4119
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4120
+ checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
4121
+ dependencies = [
4122
+ "native-tls",
4123
+ "tokio",
4124
+ ]
4125
+
4126
+ [[package]]
4127
+ name = "tokio-rustls"
4128
+ version = "0.26.4"
4129
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4130
+ checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
4131
+ dependencies = [
4132
+ "rustls",
4133
+ "tokio",
4134
+ ]
4135
+
3297
4136
  [[package]]
3298
4137
  name = "tokio-util"
3299
4138
  version = "0.7.16"
@@ -3336,6 +4175,51 @@ version = "0.1.2"
3336
4175
  source = "registry+https://github.com/rust-lang/crates.io-index"
3337
4176
  checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
3338
4177
 
4178
+ [[package]]
4179
+ name = "tower"
4180
+ version = "0.5.2"
4181
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4182
+ checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
4183
+ dependencies = [
4184
+ "futures-core",
4185
+ "futures-util",
4186
+ "pin-project-lite",
4187
+ "sync_wrapper",
4188
+ "tokio",
4189
+ "tower-layer",
4190
+ "tower-service",
4191
+ ]
4192
+
4193
+ [[package]]
4194
+ name = "tower-http"
4195
+ version = "0.6.8"
4196
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4197
+ checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8"
4198
+ dependencies = [
4199
+ "bitflags 2.9.4",
4200
+ "bytes",
4201
+ "futures-util",
4202
+ "http",
4203
+ "http-body",
4204
+ "iri-string",
4205
+ "pin-project-lite",
4206
+ "tower",
4207
+ "tower-layer",
4208
+ "tower-service",
4209
+ ]
4210
+
4211
+ [[package]]
4212
+ name = "tower-layer"
4213
+ version = "0.3.3"
4214
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4215
+ checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
4216
+
4217
+ [[package]]
4218
+ name = "tower-service"
4219
+ version = "0.3.3"
4220
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4221
+ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
4222
+
3339
4223
  [[package]]
3340
4224
  name = "tracing"
3341
4225
  version = "0.1.41"
@@ -3367,6 +4251,12 @@ dependencies = [
3367
4251
  "once_cell",
3368
4252
  ]
3369
4253
 
4254
+ [[package]]
4255
+ name = "try-lock"
4256
+ version = "0.2.5"
4257
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4258
+ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
4259
+
3370
4260
  [[package]]
3371
4261
  name = "trycmd"
3372
4262
  version = "0.14.21"
@@ -3404,6 +4294,12 @@ dependencies = [
3404
4294
  "libc",
3405
4295
  ]
3406
4296
 
4297
+ [[package]]
4298
+ name = "unicase"
4299
+ version = "2.9.0"
4300
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4301
+ checksum = "dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142"
4302
+
3407
4303
  [[package]]
3408
4304
  name = "unicode-id-start"
3409
4305
  version = "1.4.0"
@@ -3428,6 +4324,12 @@ version = "0.2.1"
3428
4324
  source = "registry+https://github.com/rust-lang/crates.io-index"
3429
4325
  checksum = "4a1a07cc7db3810833284e8d372ccdc6da29741639ecc70c9ec107df0fa6154c"
3430
4326
 
4327
+ [[package]]
4328
+ name = "untrusted"
4329
+ version = "0.9.0"
4330
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4331
+ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
4332
+
3431
4333
  [[package]]
3432
4334
  name = "url"
3433
4335
  version = "2.5.7"
@@ -3508,6 +4410,15 @@ dependencies = [
3508
4410
  "winapi-util",
3509
4411
  ]
3510
4412
 
4413
+ [[package]]
4414
+ name = "want"
4415
+ version = "0.3.1"
4416
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4417
+ checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
4418
+ dependencies = [
4419
+ "try-lock",
4420
+ ]
4421
+
3511
4422
  [[package]]
3512
4423
  name = "wasi"
3513
4424
  version = "0.11.1+wasi-snapshot-preview1"
@@ -3540,9 +4451,9 @@ checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
3540
4451
 
3541
4452
  [[package]]
3542
4453
  name = "wasm-bindgen"
3543
- version = "0.2.104"
4454
+ version = "0.2.112"
3544
4455
  source = "registry+https://github.com/rust-lang/crates.io-index"
3545
- checksum = "c1da10c01ae9f1ae40cbfac0bac3b1e724b320abfcf52229f80b547c0d250e2d"
4456
+ checksum = "05d7d0fce354c88b7982aec4400b3e7fcf723c32737cef571bd165f7613557ee"
3546
4457
  dependencies = [
3547
4458
  "cfg-if",
3548
4459
  "once_cell",
@@ -3552,24 +4463,24 @@ dependencies = [
3552
4463
  ]
3553
4464
 
3554
4465
  [[package]]
3555
- name = "wasm-bindgen-backend"
3556
- version = "0.2.104"
4466
+ name = "wasm-bindgen-futures"
4467
+ version = "0.4.62"
3557
4468
  source = "registry+https://github.com/rust-lang/crates.io-index"
3558
- checksum = "671c9a5a66f49d8a47345ab942e2cb93c7d1d0339065d4f8139c486121b43b19"
4469
+ checksum = "ee85afca410ac4abba5b584b12e77ea225db6ee5471d0aebaae0861166f9378a"
3559
4470
  dependencies = [
3560
- "bumpalo",
3561
- "log",
3562
- "proc-macro2",
3563
- "quote",
3564
- "syn",
3565
- "wasm-bindgen-shared",
4471
+ "cfg-if",
4472
+ "futures-util",
4473
+ "js-sys",
4474
+ "once_cell",
4475
+ "wasm-bindgen",
4476
+ "web-sys",
3566
4477
  ]
3567
4478
 
3568
4479
  [[package]]
3569
4480
  name = "wasm-bindgen-macro"
3570
- version = "0.2.104"
4481
+ version = "0.2.112"
3571
4482
  source = "registry+https://github.com/rust-lang/crates.io-index"
3572
- checksum = "7ca60477e4c59f5f2986c50191cd972e3a50d8a95603bc9434501cf156a9a119"
4483
+ checksum = "55839b71ba921e4f75b674cb16f843f4b1f3b26ddfcb3454de1cf65cc021ec0f"
3573
4484
  dependencies = [
3574
4485
  "quote",
3575
4486
  "wasm-bindgen-macro-support",
@@ -3577,26 +4488,39 @@ dependencies = [
3577
4488
 
3578
4489
  [[package]]
3579
4490
  name = "wasm-bindgen-macro-support"
3580
- version = "0.2.104"
4491
+ version = "0.2.112"
3581
4492
  source = "registry+https://github.com/rust-lang/crates.io-index"
3582
- checksum = "9f07d2f20d4da7b26400c9f4a0511e6e0345b040694e8a75bd41d578fa4421d7"
4493
+ checksum = "caf2e969c2d60ff52e7e98b7392ff1588bffdd1ccd4769eba27222fd3d621571"
3583
4494
  dependencies = [
4495
+ "bumpalo",
3584
4496
  "proc-macro2",
3585
4497
  "quote",
3586
4498
  "syn",
3587
- "wasm-bindgen-backend",
3588
4499
  "wasm-bindgen-shared",
3589
4500
  ]
3590
4501
 
3591
4502
  [[package]]
3592
4503
  name = "wasm-bindgen-shared"
3593
- version = "0.2.104"
4504
+ version = "0.2.112"
3594
4505
  source = "registry+https://github.com/rust-lang/crates.io-index"
3595
- checksum = "bad67dc8b2a1a6e5448428adec4c3e84c43e561d8c9ee8a9e5aabeb193ec41d1"
4506
+ checksum = "0861f0dcdf46ea819407495634953cdcc8a8c7215ab799a7a7ce366be71c7b30"
3596
4507
  dependencies = [
3597
4508
  "unicode-ident",
3598
4509
  ]
3599
4510
 
4511
+ [[package]]
4512
+ name = "wasm-streams"
4513
+ version = "0.5.0"
4514
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4515
+ checksum = "9d1ec4f6517c9e11ae630e200b2b65d193279042e28edd4a2cda233e46670bbb"
4516
+ dependencies = [
4517
+ "futures-util",
4518
+ "js-sys",
4519
+ "wasm-bindgen",
4520
+ "wasm-bindgen-futures",
4521
+ "web-sys",
4522
+ ]
4523
+
3600
4524
  [[package]]
3601
4525
  name = "wasmparser"
3602
4526
  version = "0.214.0"
@@ -3623,9 +4547,9 @@ dependencies = [
3623
4547
 
3624
4548
  [[package]]
3625
4549
  name = "web-sys"
3626
- version = "0.3.81"
4550
+ version = "0.3.89"
3627
4551
  source = "registry+https://github.com/rust-lang/crates.io-index"
3628
- checksum = "9367c417a924a74cae129e6a2ae3b47fabb1f8995595ab474029da749a8be120"
4552
+ checksum = "10053fbf9a374174094915bbce141e87a6bf32ecd9a002980db4b638405e8962"
3629
4553
  dependencies = [
3630
4554
  "js-sys",
3631
4555
  "wasm-bindgen",
@@ -3694,8 +4618,8 @@ dependencies = [
3694
4618
  "windows-implement",
3695
4619
  "windows-interface",
3696
4620
  "windows-link 0.2.0",
3697
- "windows-result",
3698
- "windows-strings",
4621
+ "windows-result 0.4.0",
4622
+ "windows-strings 0.5.0",
3699
4623
  ]
3700
4624
 
3701
4625
  [[package]]
@@ -3732,6 +4656,26 @@ version = "0.2.0"
3732
4656
  source = "registry+https://github.com/rust-lang/crates.io-index"
3733
4657
  checksum = "45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65"
3734
4658
 
4659
+ [[package]]
4660
+ name = "windows-registry"
4661
+ version = "0.5.3"
4662
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4663
+ checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
4664
+ dependencies = [
4665
+ "windows-link 0.1.3",
4666
+ "windows-result 0.3.4",
4667
+ "windows-strings 0.4.2",
4668
+ ]
4669
+
4670
+ [[package]]
4671
+ name = "windows-result"
4672
+ version = "0.3.4"
4673
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4674
+ checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
4675
+ dependencies = [
4676
+ "windows-link 0.1.3",
4677
+ ]
4678
+
3735
4679
  [[package]]
3736
4680
  name = "windows-result"
3737
4681
  version = "0.4.0"
@@ -3741,6 +4685,15 @@ dependencies = [
3741
4685
  "windows-link 0.2.0",
3742
4686
  ]
3743
4687
 
4688
+ [[package]]
4689
+ name = "windows-strings"
4690
+ version = "0.4.2"
4691
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4692
+ checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
4693
+ dependencies = [
4694
+ "windows-link 0.1.3",
4695
+ ]
4696
+
3744
4697
  [[package]]
3745
4698
  name = "windows-strings"
3746
4699
  version = "0.5.0"