@signalapp/libsignal-client 0.81.0 → 0.82.0

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 (166) hide show
  1. package/Native.d.ts +34 -31
  2. package/Native.js +4 -1
  3. package/dist/AccountKeys.d.ts +3 -3
  4. package/dist/AccountKeys.js +8 -14
  5. package/dist/Address.d.ts +1 -1
  6. package/dist/Address.js +8 -15
  7. package/dist/EcKeys.d.ts +1 -1
  8. package/dist/EcKeys.js +4 -10
  9. package/dist/Errors.d.ts +2 -2
  10. package/dist/Errors.js +5 -9
  11. package/dist/MessageBackup.d.ts +4 -4
  12. package/dist/MessageBackup.js +10 -18
  13. package/dist/Minidump.js +2 -6
  14. package/dist/Mp4Sanitizer.d.ts +2 -2
  15. package/dist/Mp4Sanitizer.js +3 -8
  16. package/dist/SealedSenderMultiRecipientMessage.d.ts +1 -1
  17. package/dist/SealedSenderMultiRecipientMessage.js +2 -5
  18. package/dist/WebpSanitizer.js +2 -6
  19. package/dist/acknowledgments.md +254 -89
  20. package/dist/incremental_mac.d.ts +1 -1
  21. package/dist/incremental_mac.js +11 -19
  22. package/dist/index.d.ts +18 -18
  23. package/dist/index.js +93 -158
  24. package/dist/internal.d.ts +2 -2
  25. package/dist/internal.js +3 -8
  26. package/dist/io.d.ts +1 -1
  27. package/dist/io.js +1 -5
  28. package/dist/net/CDSI.d.ts +2 -2
  29. package/dist/net/CDSI.js +8 -12
  30. package/dist/net/Chat.d.ts +11 -12
  31. package/dist/net/Chat.js +15 -22
  32. package/dist/net/KeyTransparency.d.ts +10 -10
  33. package/dist/net/KeyTransparency.js +4 -8
  34. package/dist/net/Registration.d.ts +5 -5
  35. package/dist/net/Registration.js +16 -22
  36. package/dist/net/SvrB.d.ts +3 -3
  37. package/dist/net/SvrB.js +5 -9
  38. package/dist/net/chat/UnauthUsernamesService.d.ts +4 -4
  39. package/dist/net/chat/UnauthUsernamesService.js +5 -7
  40. package/dist/net.d.ts +11 -11
  41. package/dist/net.js +27 -46
  42. package/dist/usernames.js +12 -23
  43. package/dist/zkgroup/GenericServerPublicParams.d.ts +1 -1
  44. package/dist/zkgroup/GenericServerPublicParams.js +3 -6
  45. package/dist/zkgroup/GenericServerSecretParams.d.ts +2 -2
  46. package/dist/zkgroup/GenericServerSecretParams.js +8 -11
  47. package/dist/zkgroup/NotarySignature.d.ts +1 -1
  48. package/dist/zkgroup/NotarySignature.js +3 -5
  49. package/dist/zkgroup/ServerPublicParams.d.ts +2 -2
  50. package/dist/zkgroup/ServerPublicParams.js +2 -5
  51. package/dist/zkgroup/ServerSecretParams.d.ts +3 -3
  52. package/dist/zkgroup/ServerSecretParams.js +10 -13
  53. package/dist/zkgroup/auth/AuthCredentialPresentation.d.ts +2 -2
  54. package/dist/zkgroup/auth/AuthCredentialPresentation.js +6 -9
  55. package/dist/zkgroup/auth/AuthCredentialWithPni.d.ts +1 -1
  56. package/dist/zkgroup/auth/AuthCredentialWithPni.js +3 -6
  57. package/dist/zkgroup/auth/AuthCredentialWithPniResponse.d.ts +1 -1
  58. package/dist/zkgroup/auth/AuthCredentialWithPniResponse.js +3 -6
  59. package/dist/zkgroup/auth/ClientZkAuthOperations.d.ts +6 -6
  60. package/dist/zkgroup/auth/ClientZkAuthOperations.js +9 -12
  61. package/dist/zkgroup/auth/ServerZkAuthOperations.d.ts +5 -5
  62. package/dist/zkgroup/auth/ServerZkAuthOperations.js +7 -10
  63. package/dist/zkgroup/backups/BackupAuthCredential.d.ts +5 -5
  64. package/dist/zkgroup/backups/BackupAuthCredential.js +12 -15
  65. package/dist/zkgroup/backups/BackupAuthCredentialPresentation.d.ts +4 -4
  66. package/dist/zkgroup/backups/BackupAuthCredentialPresentation.js +7 -10
  67. package/dist/zkgroup/backups/BackupAuthCredentialRequest.d.ts +5 -5
  68. package/dist/zkgroup/backups/BackupAuthCredentialRequest.js +8 -11
  69. package/dist/zkgroup/backups/BackupAuthCredentialRequestContext.d.ts +6 -6
  70. package/dist/zkgroup/backups/BackupAuthCredentialRequestContext.js +8 -11
  71. package/dist/zkgroup/backups/BackupAuthCredentialResponse.d.ts +1 -1
  72. package/dist/zkgroup/backups/BackupAuthCredentialResponse.js +3 -6
  73. package/dist/zkgroup/backups/BackupCredentialType.js +1 -3
  74. package/dist/zkgroup/backups/BackupLevel.js +1 -3
  75. package/dist/zkgroup/calllinks/CallLinkAuthCredential.d.ts +5 -5
  76. package/dist/zkgroup/calllinks/CallLinkAuthCredential.js +8 -11
  77. package/dist/zkgroup/calllinks/CallLinkAuthCredentialPresentation.d.ts +4 -4
  78. package/dist/zkgroup/calllinks/CallLinkAuthCredentialPresentation.js +5 -8
  79. package/dist/zkgroup/calllinks/CallLinkAuthCredentialResponse.d.ts +5 -5
  80. package/dist/zkgroup/calllinks/CallLinkAuthCredentialResponse.js +8 -11
  81. package/dist/zkgroup/calllinks/CallLinkPublicParams.d.ts +1 -1
  82. package/dist/zkgroup/calllinks/CallLinkPublicParams.js +3 -6
  83. package/dist/zkgroup/calllinks/CallLinkSecretParams.d.ts +4 -4
  84. package/dist/zkgroup/calllinks/CallLinkSecretParams.js +9 -12
  85. package/dist/zkgroup/calllinks/CreateCallLinkCredential.d.ts +5 -5
  86. package/dist/zkgroup/calllinks/CreateCallLinkCredential.js +8 -11
  87. package/dist/zkgroup/calllinks/CreateCallLinkCredentialPresentation.d.ts +3 -3
  88. package/dist/zkgroup/calllinks/CreateCallLinkCredentialPresentation.js +3 -6
  89. package/dist/zkgroup/calllinks/CreateCallLinkCredentialRequest.d.ts +4 -4
  90. package/dist/zkgroup/calllinks/CreateCallLinkCredentialRequest.js +8 -11
  91. package/dist/zkgroup/calllinks/CreateCallLinkCredentialRequestContext.d.ts +6 -6
  92. package/dist/zkgroup/calllinks/CreateCallLinkCredentialRequestContext.js +10 -13
  93. package/dist/zkgroup/calllinks/CreateCallLinkCredentialResponse.d.ts +1 -1
  94. package/dist/zkgroup/calllinks/CreateCallLinkCredentialResponse.js +3 -6
  95. package/dist/zkgroup/groups/ClientZkGroupCipher.d.ts +5 -5
  96. package/dist/zkgroup/groups/ClientZkGroupCipher.js +13 -16
  97. package/dist/zkgroup/groups/GroupIdentifier.d.ts +1 -1
  98. package/dist/zkgroup/groups/GroupIdentifier.js +3 -5
  99. package/dist/zkgroup/groups/GroupMasterKey.d.ts +1 -1
  100. package/dist/zkgroup/groups/GroupMasterKey.js +3 -5
  101. package/dist/zkgroup/groups/GroupPublicParams.d.ts +2 -2
  102. package/dist/zkgroup/groups/GroupPublicParams.js +5 -8
  103. package/dist/zkgroup/groups/GroupSecretParams.d.ts +3 -3
  104. package/dist/zkgroup/groups/GroupSecretParams.js +10 -13
  105. package/dist/zkgroup/groups/ProfileKeyCiphertext.d.ts +1 -1
  106. package/dist/zkgroup/groups/ProfileKeyCiphertext.js +3 -6
  107. package/dist/zkgroup/groups/UuidCiphertext.d.ts +1 -1
  108. package/dist/zkgroup/groups/UuidCiphertext.js +3 -6
  109. package/dist/zkgroup/groupsend/GroupSendDerivedKeyPair.d.ts +2 -2
  110. package/dist/zkgroup/groupsend/GroupSendDerivedKeyPair.js +3 -6
  111. package/dist/zkgroup/groupsend/GroupSendEndorsement.d.ts +5 -5
  112. package/dist/zkgroup/groupsend/GroupSendEndorsement.js +10 -13
  113. package/dist/zkgroup/groupsend/GroupSendEndorsementsResponse.d.ts +7 -7
  114. package/dist/zkgroup/groupsend/GroupSendEndorsementsResponse.js +14 -17
  115. package/dist/zkgroup/groupsend/GroupSendFullToken.d.ts +3 -3
  116. package/dist/zkgroup/groupsend/GroupSendFullToken.js +5 -8
  117. package/dist/zkgroup/groupsend/GroupSendToken.d.ts +2 -2
  118. package/dist/zkgroup/groupsend/GroupSendToken.js +5 -8
  119. package/dist/zkgroup/index.d.ts +57 -57
  120. package/dist/zkgroup/index.js +57 -118
  121. package/dist/zkgroup/internal/ByteArray.js +6 -10
  122. package/dist/zkgroup/internal/Constants.js +4 -7
  123. package/dist/zkgroup/profiles/ClientZkProfileOperations.d.ts +8 -8
  124. package/dist/zkgroup/profiles/ClientZkProfileOperations.js +12 -15
  125. package/dist/zkgroup/profiles/ExpiringProfileKeyCredential.d.ts +1 -1
  126. package/dist/zkgroup/profiles/ExpiringProfileKeyCredential.js +3 -6
  127. package/dist/zkgroup/profiles/ExpiringProfileKeyCredentialResponse.d.ts +1 -1
  128. package/dist/zkgroup/profiles/ExpiringProfileKeyCredentialResponse.js +3 -6
  129. package/dist/zkgroup/profiles/ProfileKey.d.ts +4 -4
  130. package/dist/zkgroup/profiles/ProfileKey.js +8 -10
  131. package/dist/zkgroup/profiles/ProfileKeyCommitment.d.ts +1 -1
  132. package/dist/zkgroup/profiles/ProfileKeyCommitment.js +3 -6
  133. package/dist/zkgroup/profiles/ProfileKeyCredentialPresentation.d.ts +3 -3
  134. package/dist/zkgroup/profiles/ProfileKeyCredentialPresentation.js +7 -10
  135. package/dist/zkgroup/profiles/ProfileKeyCredentialRequest.d.ts +1 -1
  136. package/dist/zkgroup/profiles/ProfileKeyCredentialRequest.js +3 -6
  137. package/dist/zkgroup/profiles/ProfileKeyCredentialRequestContext.d.ts +2 -2
  138. package/dist/zkgroup/profiles/ProfileKeyCredentialRequestContext.js +5 -8
  139. package/dist/zkgroup/profiles/ProfileKeyVersion.d.ts +1 -1
  140. package/dist/zkgroup/profiles/ProfileKeyVersion.js +3 -5
  141. package/dist/zkgroup/profiles/ServerZkProfileOperations.d.ts +7 -7
  142. package/dist/zkgroup/profiles/ServerZkProfileOperations.js +7 -10
  143. package/dist/zkgroup/receipts/ClientZkReceiptOperations.d.ts +6 -6
  144. package/dist/zkgroup/receipts/ClientZkReceiptOperations.js +12 -15
  145. package/dist/zkgroup/receipts/ReceiptCredential.d.ts +1 -1
  146. package/dist/zkgroup/receipts/ReceiptCredential.js +3 -6
  147. package/dist/zkgroup/receipts/ReceiptCredentialPresentation.d.ts +2 -2
  148. package/dist/zkgroup/receipts/ReceiptCredentialPresentation.js +6 -8
  149. package/dist/zkgroup/receipts/ReceiptCredentialRequest.d.ts +1 -1
  150. package/dist/zkgroup/receipts/ReceiptCredentialRequest.js +3 -6
  151. package/dist/zkgroup/receipts/ReceiptCredentialRequestContext.d.ts +2 -2
  152. package/dist/zkgroup/receipts/ReceiptCredentialRequestContext.js +6 -8
  153. package/dist/zkgroup/receipts/ReceiptCredentialResponse.d.ts +1 -1
  154. package/dist/zkgroup/receipts/ReceiptCredentialResponse.js +3 -6
  155. package/dist/zkgroup/receipts/ReceiptSerial.d.ts +1 -1
  156. package/dist/zkgroup/receipts/ReceiptSerial.js +3 -5
  157. package/dist/zkgroup/receipts/ServerZkReceiptOperations.d.ts +4 -4
  158. package/dist/zkgroup/receipts/ServerZkReceiptOperations.js +7 -10
  159. package/package.json +24 -20
  160. package/prebuilds/darwin-arm64/@signalapp+libsignal-client.node +0 -0
  161. package/prebuilds/darwin-x64/@signalapp+libsignal-client.node +0 -0
  162. package/prebuilds/linux-arm64/@signalapp+libsignal-client.node +0 -0
  163. package/prebuilds/linux-x64/@signalapp+libsignal-client.node +0 -0
  164. package/prebuilds/win32-arm64/@signalapp+libsignal-client.node +0 -0
  165. package/prebuilds/win32-x64/@signalapp+libsignal-client.node +0 -0
  166. package/zkgroup.js +1 -1
@@ -1396,7 +1396,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1396
1396
 
1397
1397
  ```
1398
1398
 
1399
- ## hax-lib-macros 0.2.0, hax-lib-macros 0.3.1, hax-lib 0.2.0, hax-lib 0.3.1
1399
+ ## hax-lib-macros 0.2.0, hax-lib-macros 0.3.4, hax-lib 0.2.0, hax-lib 0.3.4
1400
1400
 
1401
1401
  ```
1402
1402
 
@@ -1800,7 +1800,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1800
1800
 
1801
1801
  ```
1802
1802
 
1803
- ## sorted-vec 0.8.6
1803
+ ## sorted-vec 0.8.10
1804
1804
 
1805
1805
  ```
1806
1806
  Apache License
@@ -2613,7 +2613,7 @@ limitations under the License.
2613
2613
 
2614
2614
  ```
2615
2615
 
2616
- ## bindgen 0.72.0
2616
+ ## bindgen 0.72.1
2617
2617
 
2618
2618
  ```
2619
2619
  BSD 3-Clause License
@@ -2749,7 +2749,7 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
2749
2749
  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2750
2750
  ```
2751
2751
 
2752
- ## ed25519-dalek 2.1.1
2752
+ ## ed25519-dalek 2.2.0
2753
2753
 
2754
2754
  ```
2755
2755
  Copyright (c) 2017-2019 isis agora lovecruft. All rights reserved.
@@ -2818,7 +2818,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2818
2818
 
2819
2819
  ```
2820
2820
 
2821
- ## asn1 0.21.0, asn1_derive 0.21.0
2821
+ ## asn1 0.21.3, asn1_derive 0.21.3
2822
2822
 
2823
2823
  ```
2824
2824
  Copyright (c) Alex Gaynor and individual contributors.
@@ -2939,7 +2939,7 @@ CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2939
2939
 
2940
2940
  ```
2941
2941
 
2942
- ## libloading 0.8.6
2942
+ ## libloading 0.8.8
2943
2943
 
2944
2944
  ```
2945
2945
  Copyright © 2015, Simonas Kazlauskas
@@ -2957,7 +2957,7 @@ THIS SOFTWARE.
2957
2957
 
2958
2958
  ```
2959
2959
 
2960
- ## rustls-webpki 0.103.1
2960
+ ## rustls-webpki 0.103.6
2961
2961
 
2962
2962
  ```
2963
2963
  Except as otherwise noted, this project is licensed under the following
@@ -2982,7 +2982,7 @@ third-party/chromium/LICENSE.
2982
2982
 
2983
2983
  ```
2984
2984
 
2985
- ## windows-core 0.61.0, windows-implement 0.60.0, windows-interface 0.59.1, windows-link 0.1.1, windows-result 0.3.2, windows-strings 0.4.0, windows-sys 0.52.0, windows-sys 0.59.0, windows-targets 0.52.6, windows_aarch64_msvc 0.52.6, windows_x86_64_gnu 0.52.6, windows_x86_64_msvc 0.52.6
2985
+ ## windows-core 0.62.0, windows-implement 0.60.0, windows-interface 0.59.1, windows-link 0.2.0, windows-result 0.4.0, windows-strings 0.5.0, windows-sys 0.52.0, windows-sys 0.59.0, windows-sys 0.61.0, windows-targets 0.52.6, windows-targets 0.53.3, windows_aarch64_msvc 0.52.6, windows_aarch64_msvc 0.53.0, windows_x86_64_gnu 0.52.6, windows_x86_64_gnu 0.53.0, windows_x86_64_msvc 0.52.6, windows_x86_64_msvc 0.53.0
2986
2986
 
2987
2987
  ```
2988
2988
  MIT License
@@ -3040,7 +3040,7 @@ DEALINGS IN THE SOFTWARE.
3040
3040
 
3041
3041
  ```
3042
3042
 
3043
- ## sha1 0.10.6, sha2 0.10.8
3043
+ ## sha1 0.10.6, sha2 0.10.9
3044
3044
 
3045
3045
  ```
3046
3046
  Copyright (c) 2006-2009 Graydon Hoare
@@ -3073,7 +3073,7 @@ DEALINGS IN THE SOFTWARE.
3073
3073
 
3074
3074
  ```
3075
3075
 
3076
- ## rayon-core 1.12.1, rayon 1.10.0
3076
+ ## rayon-core 1.13.0, rayon 1.11.0
3077
3077
 
3078
3078
  ```
3079
3079
  Copyright (c) 2010 The Rust Project Developers
@@ -3104,7 +3104,7 @@ DEALINGS IN THE SOFTWARE.
3104
3104
 
3105
3105
  ```
3106
3106
 
3107
- ## core-foundation-sys 0.8.7, core-foundation 0.10.0
3107
+ ## core-foundation-sys 0.8.7, core-foundation 0.10.1
3108
3108
 
3109
3109
  ```
3110
3110
  Copyright (c) 2012-2013 Mozilla Foundation
@@ -3161,7 +3161,7 @@ SOFTWARE.
3161
3161
 
3162
3162
  ```
3163
3163
 
3164
- ## backtrace 0.3.74, cc 1.2.18, cfg-if 1.0.0, cmake 0.1.48, openssl-probe 0.1.6, rustc-demangle 0.1.24, socket2 0.5.9
3164
+ ## backtrace 0.3.75, cc 1.2.37, cfg-if 1.0.3, cmake 0.1.48, find-msvc-tools 0.1.1, openssl-probe 0.1.6, pkg-config 0.3.32, rustc-demangle 0.1.26, socket2 0.6.0
3165
3165
 
3166
3166
  ```
3167
3167
  Copyright (c) 2014 Alex Crichton
@@ -3224,7 +3224,39 @@ DEALINGS IN THE SOFTWARE.
3224
3224
 
3225
3225
  ```
3226
3226
 
3227
- ## mio 1.0.3
3227
+ ## libz-sys 1.1.22
3228
+
3229
+ ```
3230
+ Copyright (c) 2014 Alex Crichton
3231
+ Copyright (c) 2020 Josh Triplett
3232
+
3233
+ Permission is hereby granted, free of charge, to any
3234
+ person obtaining a copy of this software and associated
3235
+ documentation files (the "Software"), to deal in the
3236
+ Software without restriction, including without
3237
+ limitation the rights to use, copy, modify, merge,
3238
+ publish, distribute, sublicense, and/or sell copies of
3239
+ the Software, and to permit persons to whom the Software
3240
+ is furnished to do so, subject to the following
3241
+ conditions:
3242
+
3243
+ The above copyright notice and this permission notice
3244
+ shall be included in all copies or substantial portions
3245
+ of the Software.
3246
+
3247
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
3248
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
3249
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
3250
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
3251
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3252
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3253
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3254
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3255
+ DEALINGS IN THE SOFTWARE.
3256
+
3257
+ ```
3258
+
3259
+ ## mio 1.0.4
3228
3260
 
3229
3261
  ```
3230
3262
  Copyright (c) 2014 Carl Lerche and other MIO contributors
@@ -3249,7 +3281,7 @@ THE SOFTWARE.
3249
3281
 
3250
3282
  ```
3251
3283
 
3252
- ## errno 0.3.11
3284
+ ## errno 0.3.14
3253
3285
 
3254
3286
  ```
3255
3287
  Copyright (c) 2014 Chris Wong
@@ -3280,11 +3312,37 @@ DEALINGS IN THE SOFTWARE.
3280
3312
 
3281
3313
  ```
3282
3314
 
3283
- ## base64ct 1.6.0
3315
+ ## mime 0.3.17
3316
+
3317
+ ```
3318
+ Copyright (c) 2014 Sean McArthur
3319
+
3320
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3321
+ of this software and associated documentation files (the "Software"), to deal
3322
+ in the Software without restriction, including without limitation the rights
3323
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3324
+ copies of the Software, and to permit persons to whom the Software is
3325
+ furnished to do so, subject to the following conditions:
3326
+
3327
+ The above copyright notice and this permission notice shall be included in
3328
+ all copies or substantial portions of the Software.
3329
+
3330
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3331
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3332
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3333
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3334
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3335
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3336
+ THE SOFTWARE.
3337
+
3338
+
3339
+ ```
3340
+
3341
+ ## base64ct 1.8.0
3284
3342
 
3285
3343
  ```
3286
3344
  Copyright (c) 2014 Steve "Sc00bz" Thomas (steve at tobtu dot com)
3287
- Copyright (c) 2021 The RustCrypto Project Developers
3345
+ Copyright (c) 2021-2025 The RustCrypto Project Developers
3288
3346
 
3289
3347
  Permission is hereby granted, free of charge, to any
3290
3348
  person obtaining a copy of this software and associated
@@ -3312,7 +3370,7 @@ DEALINGS IN THE SOFTWARE.
3312
3370
 
3313
3371
  ```
3314
3372
 
3315
- ## bitflags 2.9.0, glob 0.3.2, log 0.4.27, num-derive 0.4.2, num-integer 0.1.46, num-traits 0.2.19, range-map 0.2.0, regex-automata 0.4.9, regex-syntax 0.8.5, regex 1.11.1
3373
+ ## bitflags 2.9.4, glob 0.3.3, log 0.4.28, num-derive 0.4.2, num-integer 0.1.46, num-traits 0.2.19, range-map 0.2.0, regex-automata 0.4.10, regex-syntax 0.8.6, regex 1.11.2
3316
3374
 
3317
3375
  ```
3318
3376
  Copyright (c) 2014 The Rust Project Developers
@@ -3343,7 +3401,7 @@ DEALINGS IN THE SOFTWARE.
3343
3401
 
3344
3402
  ```
3345
3403
 
3346
- ## uuid 1.16.0
3404
+ ## uuid 1.18.1
3347
3405
 
3348
3406
  ```
3349
3407
  Copyright (c) 2014 The Rust Project Developers
@@ -3401,7 +3459,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3401
3459
 
3402
3460
  ```
3403
3461
 
3404
- ## libc 0.2.171
3462
+ ## libc 0.2.175
3405
3463
 
3406
3464
  ```
3407
3465
  Copyright (c) 2014-2020 The Rust Project Developers
@@ -3432,7 +3490,33 @@ DEALINGS IN THE SOFTWARE.
3432
3490
 
3433
3491
  ```
3434
3492
 
3435
- ## flate2 1.1.1
3493
+ ## headers-core 0.3.0
3494
+
3495
+ ```
3496
+ Copyright (c) 2014-2023 Sean McArthur
3497
+
3498
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3499
+ of this software and associated documentation files (the "Software"), to deal
3500
+ in the Software without restriction, including without limitation the rights
3501
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3502
+ copies of the Software, and to permit persons to whom the Software is
3503
+ furnished to do so, subject to the following conditions:
3504
+
3505
+ The above copyright notice and this permission notice shall be included in
3506
+ all copies or substantial portions of the Software.
3507
+
3508
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3509
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3510
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3511
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3512
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3513
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3514
+ THE SOFTWARE.
3515
+
3516
+
3517
+ ```
3518
+
3519
+ ## flate2 1.1.2
3436
3520
 
3437
3521
  ```
3438
3522
  Copyright (c) 2014-2025 Alex Crichton
@@ -3463,7 +3547,7 @@ DEALINGS IN THE SOFTWARE.
3463
3547
 
3464
3548
  ```
3465
3549
 
3466
- ## hyper 1.6.0
3550
+ ## hyper 1.7.0
3467
3551
 
3468
3552
  ```
3469
3553
  Copyright (c) 2014-2025 Sean McArthur
@@ -3488,7 +3572,33 @@ THE SOFTWARE.
3488
3572
 
3489
3573
  ```
3490
3574
 
3491
- ## either 1.15.0, itertools 0.10.5, itertools 0.14.0, petgraph 0.7.1, serde_with 3.12.0, serde_with_macros 3.12.0
3575
+ ## headers 0.4.1
3576
+
3577
+ ```
3578
+ Copyright (c) 2014-2025 Sean McArthur
3579
+
3580
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3581
+ of this software and associated documentation files (the "Software"), to deal
3582
+ in the Software without restriction, including without limitation the rights
3583
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3584
+ copies of the Software, and to permit persons to whom the Software is
3585
+ furnished to do so, subject to the following conditions:
3586
+
3587
+ The above copyright notice and this permission notice shall be included in
3588
+ all copies or substantial portions of the Software.
3589
+
3590
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3591
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3592
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3593
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3594
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3595
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3596
+ THE SOFTWARE.
3597
+
3598
+
3599
+ ```
3600
+
3601
+ ## either 1.15.0, itertools 0.13.0, itertools 0.14.0, petgraph 0.7.1, serde_with 3.14.0, serde_with_macros 3.14.0
3492
3602
 
3493
3603
  ```
3494
3604
  Copyright (c) 2015
@@ -3544,7 +3654,7 @@ THE SOFTWARE.
3544
3654
 
3545
3655
  ```
3546
3656
 
3547
- ## tempfile 3.19.1
3657
+ ## tempfile 3.22.0
3548
3658
 
3549
3659
  ```
3550
3660
  Copyright (c) 2015 Steven Allen
@@ -3687,7 +3797,7 @@ THE SOFTWARE.
3687
3797
 
3688
3798
  ```
3689
3799
 
3690
- ## schannel 0.1.27
3800
+ ## schannel 0.1.28
3691
3801
 
3692
3802
  ```
3693
3803
  Copyright (c) 2015 steffengy
@@ -3934,7 +4044,7 @@ DEALINGS IN THE SOFTWARE.
3934
4044
 
3935
4045
  ```
3936
4046
 
3937
- ## hashbrown 0.15.2
4047
+ ## hashbrown 0.15.5
3938
4048
 
3939
4049
  ```
3940
4050
  Copyright (c) 2016 Amanieu d'Antras
@@ -3965,7 +4075,7 @@ DEALINGS IN THE SOFTWARE.
3965
4075
 
3966
4076
  ```
3967
4077
 
3968
- ## intmap 3.1.0
4078
+ ## intmap 3.1.2
3969
4079
 
3970
4080
  ```
3971
4081
  Copyright (c) 2016 Jesper Axelsson
@@ -3977,7 +4087,7 @@ The above copyright notice and this permission notice shall be included in all c
3977
4087
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3978
4088
  ```
3979
4089
 
3980
- ## rustls-native-certs 0.8.1, rustls 0.23.25
4090
+ ## rustls-native-certs 0.8.1, rustls 0.23.31
3981
4091
 
3982
4092
  ```
3983
4093
  Copyright (c) 2016 Joseph Birr-Pixton <jpixton@gmail.com>
@@ -4039,6 +4149,31 @@ DEALINGS IN THE SOFTWARE.
4039
4149
 
4040
4150
  ```
4041
4151
 
4152
+ ## httpdate 1.0.3
4153
+
4154
+ ```
4155
+ Copyright (c) 2016 Pyfisch
4156
+
4157
+ Permission is hereby granted, free of charge, to any person obtaining a copy
4158
+ of this software and associated documentation files (the "Software"), to deal
4159
+ in the Software without restriction, including without limitation the rights
4160
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4161
+ copies of the Software, and to permit persons to whom the Software is
4162
+ furnished to do so, subject to the following conditions:
4163
+
4164
+ The above copyright notice and this permission notice shall be included in
4165
+ all copies or substantial portions of the Software.
4166
+
4167
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4168
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4169
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4170
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4171
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4172
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
4173
+ THE SOFTWARE.
4174
+
4175
+ ```
4176
+
4042
4177
  ## rustc_version 0.4.1
4043
4178
 
4044
4179
  ```
@@ -4127,7 +4262,7 @@ DEALINGS IN THE SOFTWARE.
4127
4262
 
4128
4263
  ```
4129
4264
 
4130
- ## multimap 0.10.0
4265
+ ## multimap 0.10.1
4131
4266
 
4132
4267
  ```
4133
4268
  Copyright (c) 2016 multimap developers
@@ -4158,7 +4293,7 @@ DEALINGS IN THE SOFTWARE.
4158
4293
 
4159
4294
  ```
4160
4295
 
4161
- ## indexmap 2.9.0
4296
+ ## indexmap 2.11.3
4162
4297
 
4163
4298
  ```
4164
4299
  Copyright (c) 2016--2017
@@ -4482,6 +4617,38 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
4482
4617
  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
4483
4618
  WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4484
4619
 
4620
+ ```
4621
+
4622
+ ## vcpkg 0.2.15
4623
+
4624
+ ```
4625
+ Copyright (c) 2017 Jim McGrath
4626
+
4627
+ Permission is hereby granted, free of charge, to any
4628
+ person obtaining a copy of this software and associated
4629
+ documentation files (the "Software"), to deal in the
4630
+ Software without restriction, including without
4631
+ limitation the rights to use, copy, modify, merge,
4632
+ publish, distribute, sublicense, and/or sell copies of
4633
+ the Software, and to permit persons to whom the Software
4634
+ is furnished to do so, subject to the following
4635
+ conditions:
4636
+
4637
+ The above copyright notice and this permission notice
4638
+ shall be included in all copies or substantial portions
4639
+ of the Software.
4640
+
4641
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
4642
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
4643
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
4644
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
4645
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
4646
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
4647
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
4648
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
4649
+ DEALINGS IN THE SOFTWARE.
4650
+
4651
+
4485
4652
  ```
4486
4653
 
4487
4654
  ## foreign-types-macros 0.2.3, foreign-types-shared 0.3.1, foreign-types 0.5.0
@@ -4509,7 +4676,7 @@ SOFTWARE.
4509
4676
 
4510
4677
  ```
4511
4678
 
4512
- ## h2 0.4.8
4679
+ ## h2 0.4.12
4513
4680
 
4514
4681
  ```
4515
4682
  Copyright (c) 2017 h2 authors
@@ -4633,7 +4800,7 @@ DEALINGS IN THE SOFTWARE.
4633
4800
 
4634
4801
  ```
4635
4802
 
4636
- ## autocfg 1.4.0
4803
+ ## autocfg 1.5.0
4637
4804
 
4638
4805
  ```
4639
4806
  Copyright (c) 2018 Josh Stone
@@ -4664,7 +4831,7 @@ DEALINGS IN THE SOFTWARE.
4664
4831
 
4665
4832
  ```
4666
4833
 
4667
- ## smallvec 1.15.0
4834
+ ## smallvec 1.15.1
4668
4835
 
4669
4836
  ```
4670
4837
  Copyright (c) 2018 The Servo Project Developers
@@ -4904,7 +5071,7 @@ DEALINGS IN THE SOFTWARE.
4904
5071
 
4905
5072
  ```
4906
5073
 
4907
- ## getrandom 0.2.15
5074
+ ## getrandom 0.2.16
4908
5075
 
4909
5076
  ```
4910
5077
  Copyright (c) 2018-2024 The rust-random Project Developers
@@ -4936,7 +5103,7 @@ DEALINGS IN THE SOFTWARE.
4936
5103
 
4937
5104
  ```
4938
5105
 
4939
- ## getrandom 0.3.2
5106
+ ## getrandom 0.3.3
4940
5107
 
4941
5108
  ```
4942
5109
  Copyright (c) 2018-2025 The rust-random Project Developers
@@ -4968,7 +5135,7 @@ DEALINGS IN THE SOFTWARE.
4968
5135
 
4969
5136
  ```
4970
5137
 
4971
- ## slab 0.4.9
5138
+ ## slab 0.4.11
4972
5139
 
4973
5140
  ```
4974
5141
  Copyright (c) 2019 Carl Lerche
@@ -5211,7 +5378,7 @@ DEALINGS IN THE SOFTWARE.
5211
5378
 
5212
5379
  ```
5213
5380
 
5214
- ## tracing-attributes 0.1.28, tracing-core 0.1.33, tracing 0.1.41
5381
+ ## tracing-attributes 0.1.30, tracing-core 0.1.34, tracing 0.1.41
5215
5382
 
5216
5383
  ```
5217
5384
  Copyright (c) 2019 Tokio Contributors
@@ -5397,7 +5564,7 @@ DEALINGS IN THE SOFTWARE.
5397
5564
 
5398
5565
  ```
5399
5566
 
5400
- ## iana-time-zone 0.1.63
5567
+ ## iana-time-zone 0.1.64
5401
5568
 
5402
5569
  ```
5403
5570
  Copyright (c) 2020 Andrew D. Straw
@@ -5491,7 +5658,7 @@ DEALINGS IN THE SOFTWARE.
5491
5658
 
5492
5659
  ```
5493
5660
 
5494
- ## memmap2 0.9.5
5661
+ ## memmap2 0.9.8
5495
5662
 
5496
5663
  ```
5497
5664
  Copyright (c) 2020 Yevhenii Reizner
@@ -5729,7 +5896,7 @@ SOFTWARE.
5729
5896
 
5730
5897
  ```
5731
5898
 
5732
- ## rustls-pki-types 1.11.0
5899
+ ## rustls-pki-types 1.12.0
5733
5900
 
5734
5901
  ```
5735
5902
  Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
@@ -5810,7 +5977,7 @@ SOFTWARE.
5810
5977
 
5811
5978
  ```
5812
5979
 
5813
- ## hyper-util 0.1.11
5980
+ ## hyper-util 0.1.17
5814
5981
 
5815
5982
  ```
5816
5983
  Copyright (c) 2023-2025 Sean McArthur
@@ -5835,7 +6002,7 @@ THE SOFTWARE.
5835
6002
 
5836
6003
  ```
5837
6004
 
5838
- ## deranged 0.4.0
6005
+ ## deranged 0.5.3
5839
6006
 
5840
6007
  ```
5841
6008
  Copyright (c) 2024 Jacob Pratt et al.
@@ -5860,7 +6027,7 @@ SOFTWARE.
5860
6027
 
5861
6028
  ```
5862
6029
 
5863
- ## toml_datetime 0.6.8, toml_edit 0.22.24
6030
+ ## toml_datetime 0.7.1, toml_edit 0.23.5, toml_parser 1.0.2
5864
6031
 
5865
6032
  ```
5866
6033
  Copyright (c) Individual contributors
@@ -5885,7 +6052,7 @@ SOFTWARE.
5885
6052
 
5886
6053
  ```
5887
6054
 
5888
- ## time-core 0.1.4, time 0.3.41
6055
+ ## time-core 0.1.6, time 0.3.43
5889
6056
 
5890
6057
  ```
5891
6058
  Copyright (c) Jacob Pratt et al.
@@ -5941,7 +6108,7 @@ DEALINGS IN THE SOFTWARE.
5941
6108
 
5942
6109
  ```
5943
6110
 
5944
- ## rand 0.9.0, rand_chacha 0.9.0, rand_core 0.6.4, rand_core 0.9.3
6111
+ ## rand 0.9.2, rand_chacha 0.9.0, rand_core 0.6.4, rand_core 0.9.3
5945
6112
 
5946
6113
  ```
5947
6114
  Copyright 2018 Developers of the Rand project
@@ -5973,7 +6140,7 @@ DEALINGS IN THE SOFTWARE.
5973
6140
 
5974
6141
  ```
5975
6142
 
5976
- ## rangemap 1.5.1
6143
+ ## rangemap 1.6.0
5977
6144
 
5978
6145
  ```
5979
6146
  Copyright 2019 Jeffrey Parsons
@@ -5986,7 +6153,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
5986
6153
 
5987
6154
  ```
5988
6155
 
5989
- ## zerocopy-derive 0.8.24, zerocopy 0.8.24
6156
+ ## zerocopy-derive 0.8.27, zerocopy 0.8.27
5990
6157
 
5991
6158
  ```
5992
6159
  Copyright 2023 The Fuchsia Authors
@@ -6211,7 +6378,7 @@ SOFTWARE.
6211
6378
 
6212
6379
  ```
6213
6380
 
6214
- ## crc32fast 1.4.2
6381
+ ## crc32fast 1.5.0
6215
6382
 
6216
6383
  ```
6217
6384
  MIT License
@@ -6292,7 +6459,7 @@ SOFTWARE.
6292
6459
 
6293
6460
  ```
6294
6461
 
6295
- ## macro_rules_attribute-proc_macro 0.2.0, macro_rules_attribute 0.2.0
6462
+ ## macro_rules_attribute-proc_macro 0.2.2, macro_rules_attribute 0.2.2
6296
6463
 
6297
6464
  ```
6298
6465
  MIT License
@@ -6319,7 +6486,7 @@ SOFTWARE.
6319
6486
 
6320
6487
  ```
6321
6488
 
6322
- ## strum 0.27.1, strum_macros 0.27.1
6489
+ ## strum 0.27.2, strum_macros 0.27.2
6323
6490
 
6324
6491
  ```
6325
6492
  MIT License
@@ -6455,12 +6622,12 @@ SOFTWARE.
6455
6622
 
6456
6623
  ```
6457
6624
 
6458
- ## const-str 0.6.2
6625
+ ## const-str 0.6.4
6459
6626
 
6460
6627
  ```
6461
6628
  MIT License
6462
6629
 
6463
- Copyright (c) 2020 Nugine
6630
+ Copyright (c) 2020-2025 Nugine
6464
6631
 
6465
6632
  Permission is hereby granted, free of charge, to any person obtaining a copy
6466
6633
  of this software and associated documentation files (the "Software"), to deal
@@ -6479,6 +6646,7 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
6479
6646
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
6480
6647
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
6481
6648
  SOFTWARE.
6649
+
6482
6650
  ```
6483
6651
 
6484
6652
  ## snow 0.10.0
@@ -6508,7 +6676,7 @@ SOFTWARE.
6508
6676
 
6509
6677
  ```
6510
6678
 
6511
- ## derive-where 1.2.7
6679
+ ## derive-where 1.6.0
6512
6680
 
6513
6681
  ```
6514
6682
  MIT License
@@ -6562,7 +6730,7 @@ SOFTWARE.
6562
6730
 
6563
6731
  ```
6564
6732
 
6565
- ## rustls-platform-verifier 0.5.1
6733
+ ## rustls-platform-verifier 0.5.3
6566
6734
 
6567
6735
  ```
6568
6736
  MIT License
@@ -6616,7 +6784,31 @@ SOFTWARE.
6616
6784
 
6617
6785
  ```
6618
6786
 
6619
- ## tokio-stream 0.1.17, tokio-util 0.7.14, tokio 1.45.0
6787
+ ## async-compression 0.4.30, compression-codecs 0.4.30, compression-core 0.4.29
6788
+
6789
+ ```
6790
+ MIT License
6791
+
6792
+ Copyright (c) <year> <copyright holders>
6793
+
6794
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
6795
+ associated documentation files (the "Software"), to deal in the Software without restriction, including
6796
+ without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
6797
+ copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
6798
+ following conditions:
6799
+
6800
+ The above copyright notice and this permission notice shall be included in all copies or substantial
6801
+ portions of the Software.
6802
+
6803
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
6804
+ LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
6805
+ EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
6806
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
6807
+ USE OR OTHER DEALINGS IN THE SOFTWARE.
6808
+
6809
+ ```
6810
+
6811
+ ## tokio-stream 0.1.17, tokio-util 0.7.16, tokio 1.47.1
6620
6812
 
6621
6813
  ```
6622
6814
  MIT License
@@ -6643,7 +6835,7 @@ SOFTWARE.
6643
6835
 
6644
6836
  ```
6645
6837
 
6646
- ## miniz_oxide 0.8.7
6838
+ ## miniz_oxide 0.8.9
6647
6839
 
6648
6840
  ```
6649
6841
  MIT License
@@ -6727,7 +6919,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
6727
6919
  DEALINGS IN THE SOFTWARE.
6728
6920
  ```
6729
6921
 
6730
- ## curve25519-dalek-derive 0.1.1, adler2 2.0.0, anyhow 1.0.97, async-trait 0.1.88, atomic-waker 1.1.2, auto_enums 0.8.7, derive_utils 0.15.0, displaydoc 0.2.5, dyn-clone 1.0.19, fastrand 2.3.0, home 0.5.9, itoa 1.0.15, linkme-impl 0.3.33, linkme 0.3.33, linux-raw-sys 0.4.15, linux-raw-sys 0.9.3, minimal-lexical 0.2.1, num_enum 0.7.3, num_enum_derive 0.7.3, once_cell 1.21.3, paste 1.0.15, pin-project-internal 1.1.10, pin-project-lite 0.2.16, pin-project 1.1.10, prettyplease 0.2.32, proc-macro-crate 3.3.0, proc-macro2 1.0.94, quote 1.0.40, rustix 0.38.44, rustix 1.0.5, rustversion 1.0.20, semver 1.0.26, send_wrapper 0.6.0, serde 1.0.219, serde_derive 1.0.219, serde_json 1.0.140, syn-mid 0.6.0, syn 2.0.100, thiserror-impl 1.0.69, thiserror-impl 2.0.12, thiserror 1.0.69, thiserror 2.0.12, unicode-ident 1.0.18, utf-8 0.7.6
6922
+ ## curve25519-dalek-derive 0.1.1, adler2 2.0.1, anyhow 1.0.99, async-trait 0.1.89, atomic-waker 1.1.2, auto_enums 0.8.7, derive_utils 0.15.0, displaydoc 0.2.5, dyn-clone 1.0.20, fastrand 2.3.0, home 0.5.11, itoa 1.0.15, linkme-impl 0.3.33, linkme 0.3.33, linux-raw-sys 0.11.0, linux-raw-sys 0.4.15, minimal-lexical 0.2.1, num_enum 0.7.4, num_enum_derive 0.7.4, once_cell 1.21.3, paste 1.0.15, pin-project-internal 1.1.10, pin-project-lite 0.2.16, pin-project 1.1.10, prettyplease 0.2.37, proc-macro-crate 3.4.0, proc-macro2 1.0.101, quote 1.0.40, rustix 0.38.44, rustix 1.1.2, rustversion 1.0.22, semver 1.0.27, send_wrapper 0.6.0, serde 1.0.225, serde_core 1.0.225, serde_derive 1.0.225, serde_json 1.0.145, syn-mid 0.6.0, syn 2.0.106, thiserror-impl 1.0.69, thiserror-impl 2.0.16, thiserror 1.0.69, thiserror 2.0.16, unicode-ident 1.0.19, utf-8 0.7.6
6731
6923
 
6732
6924
  ```
6733
6925
  Permission is hereby granted, free of charge, to any
@@ -6756,7 +6948,7 @@ DEALINGS IN THE SOFTWARE.
6756
6948
 
6757
6949
  ```
6758
6950
 
6759
- ## winnow 0.7.4
6951
+ ## winnow 0.7.13
6760
6952
 
6761
6953
  ```
6762
6954
  Permission is hereby granted, free of charge, to any person obtaining
@@ -6807,7 +6999,7 @@ SOFTWARE.
6807
6999
 
6808
7000
  ```
6809
7001
 
6810
- ## chrono 0.4.40
7002
+ ## chrono 0.4.42
6811
7003
 
6812
7004
  ```
6813
7005
  The MIT License (MIT)
@@ -6860,7 +7052,7 @@ THE SOFTWARE.
6860
7052
 
6861
7053
  ```
6862
7054
 
6863
- ## aho-corasick 1.1.3, memchr 2.7.4
7055
+ ## aho-corasick 1.1.3, memchr 2.7.5
6864
7056
 
6865
7057
  ```
6866
7058
  The MIT License (MIT)
@@ -6943,7 +7135,7 @@ THE SOFTWARE.
6943
7135
 
6944
7136
  ```
6945
7137
 
6946
- ## security-framework-sys 2.14.0, security-framework 3.2.0
7138
+ ## security-framework-sys 2.15.0, security-framework 3.4.0
6947
7139
 
6948
7140
  ```
6949
7141
  The MIT License (MIT)
@@ -6997,7 +7189,7 @@ SOFTWARE.
6997
7189
 
6998
7190
  ```
6999
7191
 
7000
- ## derive_more-impl 2.0.1, derive_more 0.99.19, derive_more 2.0.1
7192
+ ## derive_more-impl 2.0.1, derive_more 0.99.20, derive_more 2.0.1
7001
7193
 
7002
7194
  ```
7003
7195
  The MIT License (MIT)
@@ -7051,33 +7243,6 @@ SOFTWARE.
7051
7243
 
7052
7244
  ```
7053
7245
 
7054
- ## async-compression 0.4.22
7055
-
7056
- ```
7057
- The MIT License (MIT)
7058
-
7059
- Copyright (c) 2018 the rustasync developers
7060
-
7061
- Permission is hereby granted, free of charge, to any person obtaining a copy
7062
- of this software and associated documentation files (the "Software"), to deal
7063
- in the Software without restriction, including without limitation the rights
7064
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7065
- copies of the Software, and to permit persons to whom the Software is
7066
- furnished to do so, subject to the following conditions:
7067
-
7068
- The above copyright notice and this permission notice shall be included in all
7069
- copies or substantial portions of the Software.
7070
-
7071
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
7072
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
7073
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
7074
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
7075
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
7076
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
7077
- SOFTWARE.
7078
-
7079
- ```
7080
-
7081
7246
  ## atomic-take 1.1.0
7082
7247
 
7083
7248
  ```
@@ -7714,7 +7879,7 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
7714
7879
  */
7715
7880
  ```
7716
7881
 
7717
- ## unicode-ident 1.0.18
7882
+ ## unicode-ident 1.0.19
7718
7883
 
7719
7884
  ```
7720
7885
  UNICODE LICENSE V3