@signalapp/libsignal-client 0.74.1 → 0.75.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 (97) hide show
  1. package/Native.d.ts +281 -281
  2. package/dist/AccountKeys.d.ts +7 -8
  3. package/dist/Address.d.ts +12 -9
  4. package/dist/Address.js +10 -6
  5. package/dist/EcKeys.d.ts +12 -13
  6. package/dist/Errors.d.ts +43 -37
  7. package/dist/Errors.js +37 -36
  8. package/dist/MessageBackup.d.ts +6 -7
  9. package/dist/Minidump.d.ts +1 -2
  10. package/dist/Mp4Sanitizer.d.ts +1 -2
  11. package/dist/SealedSenderMultiRecipientMessage.d.ts +3 -4
  12. package/dist/SealedSenderMultiRecipientMessage.js +4 -2
  13. package/dist/WebpSanitizer.d.ts +1 -2
  14. package/dist/acknowledgments.md +24 -631
  15. package/dist/incremental_mac.d.ts +5 -5
  16. package/dist/incremental_mac.js +3 -1
  17. package/dist/index.d.ts +90 -91
  18. package/dist/index.js +4 -4
  19. package/dist/io.d.ts +3 -5
  20. package/dist/net/Chat.d.ts +1 -3
  21. package/dist/net/Chat.js +1 -3
  22. package/dist/net/KeyTransparency.d.ts +6 -7
  23. package/dist/net/Registration.d.ts +2 -3
  24. package/dist/net/Registration.js +1 -1
  25. package/dist/net.d.ts +1 -3
  26. package/dist/usernames.d.ts +8 -9
  27. package/dist/usernames.js +2 -2
  28. package/dist/zkgroup/GenericServerPublicParams.d.ts +1 -2
  29. package/dist/zkgroup/GenericServerSecretParams.d.ts +2 -3
  30. package/dist/zkgroup/NotarySignature.d.ts +1 -2
  31. package/dist/zkgroup/ServerPublicParams.d.ts +4 -5
  32. package/dist/zkgroup/ServerPublicParams.js +1 -1
  33. package/dist/zkgroup/ServerSecretParams.d.ts +5 -6
  34. package/dist/zkgroup/ServerSecretParams.js +1 -1
  35. package/dist/zkgroup/auth/AuthCredentialPresentation.d.ts +1 -2
  36. package/dist/zkgroup/auth/AuthCredentialWithPni.d.ts +1 -2
  37. package/dist/zkgroup/auth/AuthCredentialWithPniResponse.d.ts +1 -2
  38. package/dist/zkgroup/auth/ClientZkAuthOperations.d.ts +1 -2
  39. package/dist/zkgroup/auth/ServerZkAuthOperations.d.ts +1 -2
  40. package/dist/zkgroup/backups/BackupAuthCredential.d.ts +3 -4
  41. package/dist/zkgroup/backups/BackupAuthCredentialPresentation.d.ts +2 -3
  42. package/dist/zkgroup/backups/BackupAuthCredentialRequest.d.ts +2 -3
  43. package/dist/zkgroup/backups/BackupAuthCredentialRequestContext.d.ts +2 -3
  44. package/dist/zkgroup/backups/BackupAuthCredentialRequestContext.js +1 -1
  45. package/dist/zkgroup/backups/BackupAuthCredentialResponse.d.ts +1 -2
  46. package/dist/zkgroup/calllinks/CallLinkAuthCredential.d.ts +2 -3
  47. package/dist/zkgroup/calllinks/CallLinkAuthCredentialPresentation.d.ts +1 -2
  48. package/dist/zkgroup/calllinks/CallLinkAuthCredentialResponse.d.ts +2 -3
  49. package/dist/zkgroup/calllinks/CallLinkPublicParams.d.ts +1 -2
  50. package/dist/zkgroup/calllinks/CallLinkSecretParams.d.ts +2 -3
  51. package/dist/zkgroup/calllinks/CreateCallLinkCredential.d.ts +3 -4
  52. package/dist/zkgroup/calllinks/CreateCallLinkCredentialPresentation.d.ts +2 -3
  53. package/dist/zkgroup/calllinks/CreateCallLinkCredentialRequest.d.ts +2 -3
  54. package/dist/zkgroup/calllinks/CreateCallLinkCredentialRequestContext.d.ts +3 -4
  55. package/dist/zkgroup/calllinks/CreateCallLinkCredentialResponse.d.ts +1 -2
  56. package/dist/zkgroup/groups/ClientZkGroupCipher.d.ts +3 -4
  57. package/dist/zkgroup/groups/GroupIdentifier.d.ts +1 -2
  58. package/dist/zkgroup/groups/GroupIdentifier.js +1 -1
  59. package/dist/zkgroup/groups/GroupMasterKey.d.ts +1 -2
  60. package/dist/zkgroup/groups/GroupPublicParams.d.ts +1 -2
  61. package/dist/zkgroup/groups/GroupSecretParams.d.ts +2 -3
  62. package/dist/zkgroup/groups/ProfileKeyCiphertext.d.ts +1 -2
  63. package/dist/zkgroup/groups/UuidCiphertext.d.ts +2 -3
  64. package/dist/zkgroup/groups/UuidCiphertext.js +2 -2
  65. package/dist/zkgroup/groupsend/GroupSendDerivedKeyPair.d.ts +1 -2
  66. package/dist/zkgroup/groupsend/GroupSendEndorsement.d.ts +1 -2
  67. package/dist/zkgroup/groupsend/GroupSendEndorsementsResponse.d.ts +2 -3
  68. package/dist/zkgroup/groupsend/GroupSendFullToken.d.ts +1 -2
  69. package/dist/zkgroup/groupsend/GroupSendToken.d.ts +1 -2
  70. package/dist/zkgroup/internal/ByteArray.d.ts +5 -6
  71. package/dist/zkgroup/internal/ByteArray.js +2 -2
  72. package/dist/zkgroup/profiles/ClientZkProfileOperations.d.ts +2 -3
  73. package/dist/zkgroup/profiles/ExpiringProfileKeyCredential.d.ts +1 -2
  74. package/dist/zkgroup/profiles/ExpiringProfileKeyCredentialResponse.d.ts +1 -2
  75. package/dist/zkgroup/profiles/ProfileKey.d.ts +2 -3
  76. package/dist/zkgroup/profiles/ProfileKeyCommitment.d.ts +1 -2
  77. package/dist/zkgroup/profiles/ProfileKeyCredentialPresentation.d.ts +1 -2
  78. package/dist/zkgroup/profiles/ProfileKeyCredentialRequest.d.ts +1 -2
  79. package/dist/zkgroup/profiles/ProfileKeyCredentialRequestContext.d.ts +1 -2
  80. package/dist/zkgroup/profiles/ProfileKeyVersion.d.ts +1 -2
  81. package/dist/zkgroup/profiles/ProfileKeyVersion.js +4 -2
  82. package/dist/zkgroup/profiles/ServerZkProfileOperations.d.ts +1 -2
  83. package/dist/zkgroup/receipts/ClientZkReceiptOperations.d.ts +2 -3
  84. package/dist/zkgroup/receipts/ReceiptCredential.d.ts +1 -2
  85. package/dist/zkgroup/receipts/ReceiptCredentialPresentation.d.ts +1 -2
  86. package/dist/zkgroup/receipts/ReceiptCredentialRequest.d.ts +1 -2
  87. package/dist/zkgroup/receipts/ReceiptCredentialRequestContext.d.ts +1 -2
  88. package/dist/zkgroup/receipts/ReceiptCredentialResponse.d.ts +1 -2
  89. package/dist/zkgroup/receipts/ReceiptSerial.d.ts +1 -2
  90. package/dist/zkgroup/receipts/ServerZkReceiptOperations.d.ts +1 -2
  91. package/package.json +2 -2
  92. package/prebuilds/darwin-arm64/@signalapp+libsignal-client.node +0 -0
  93. package/prebuilds/darwin-x64/@signalapp+libsignal-client.node +0 -0
  94. package/prebuilds/linux-arm64/@signalapp+libsignal-client.node +0 -0
  95. package/prebuilds/linux-x64/@signalapp+libsignal-client.node +0 -0
  96. package/prebuilds/win32-arm64/@signalapp+libsignal-client.node +0 -0
  97. package/prebuilds/win32-x64/@signalapp+libsignal-client.node +0 -0
@@ -669,7 +669,7 @@ For more information on this, and how to apply and follow the GNU AGPL, see
669
669
 
670
670
  ```
671
671
 
672
- ## libsignal-account-keys, attest, libsignal-ffi, libsignal-jni, libsignal-jni-impl, libsignal-jni-testing, libsignal-node, signal-neon-futures, signal-neon-futures-tests, libsignal-bridge, libsignal-bridge-macros, libsignal-bridge-testing, libsignal-bridge-types, libsignal-cli-utils, libsignal-core, signal-crypto, device-transfer, libsignal-keytrans, signal-media, libsignal-message-backup, libsignal-message-backup-macros, libsignal-net, libsignal-net-chat, libsignal-net-infra, poksho, libsignal-protocol, usernames, zkcredential, zkgroup
672
+ ## libsignal-account-keys, attest, libsignal-node, signal-neon-futures, libsignal-bridge, libsignal-bridge-macros, libsignal-bridge-testing, libsignal-bridge-types, libsignal-core, signal-crypto, device-transfer, libsignal-keytrans, signal-media, libsignal-message-backup, libsignal-message-backup-macros, libsignal-net, libsignal-net-infra, poksho, libsignal-protocol, usernames, zkcredential, zkgroup
673
673
 
674
674
  ```
675
675
  GNU AFFERO GENERAL PUBLIC LICENSE
@@ -3068,7 +3068,7 @@ THIS SOFTWARE.
3068
3068
 
3069
3069
  ```
3070
3070
 
3071
- ## rustls-webpki 0.102.8, rustls-webpki 0.103.1
3071
+ ## rustls-webpki 0.103.1
3072
3072
 
3073
3073
  ```
3074
3074
  Except as otherwise noted, this project is licensed under the following
@@ -3093,7 +3093,7 @@ third-party/chromium/LICENSE.
3093
3093
 
3094
3094
  ```
3095
3095
 
3096
- ## 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.45.0, windows-sys 0.52.0, windows-sys 0.59.0, windows-targets 0.42.2, windows-targets 0.52.6, windows_aarch64_msvc 0.42.2, windows_aarch64_msvc 0.52.6, windows_x86_64_gnu 0.52.6, windows_x86_64_msvc 0.42.2, windows_x86_64_msvc 0.52.6
3096
+ ## 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
3097
3097
 
3098
3098
  ```
3099
3099
  MIT License
@@ -3334,7 +3334,7 @@ DEALINGS IN THE SOFTWARE.
3334
3334
 
3335
3335
  ```
3336
3336
 
3337
- ## backtrace 0.3.74, cc 1.2.18, cfg-if 1.0.0, cmake 0.1.48, openssl-probe 0.1.6, pkg-config 0.3.32, rustc-demangle 0.1.24, scoped-tls 1.0.1, socket2 0.5.9
3337
+ ## 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
3338
3338
 
3339
3339
  ```
3340
3340
  Copyright (c) 2014 Alex Crichton
@@ -3397,38 +3397,6 @@ DEALINGS IN THE SOFTWARE.
3397
3397
 
3398
3398
  ```
3399
3399
 
3400
- ## libz-sys 1.1.22
3401
-
3402
- ```
3403
- Copyright (c) 2014 Alex Crichton
3404
- Copyright (c) 2020 Josh Triplett
3405
-
3406
- Permission is hereby granted, free of charge, to any
3407
- person obtaining a copy of this software and associated
3408
- documentation files (the "Software"), to deal in the
3409
- Software without restriction, including without
3410
- limitation the rights to use, copy, modify, merge,
3411
- publish, distribute, sublicense, and/or sell copies of
3412
- the Software, and to permit persons to whom the Software
3413
- is furnished to do so, subject to the following
3414
- conditions:
3415
-
3416
- The above copyright notice and this permission notice
3417
- shall be included in all copies or substantial portions
3418
- of the Software.
3419
-
3420
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
3421
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
3422
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
3423
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
3424
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3425
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3426
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3427
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3428
- DEALINGS IN THE SOFTWARE.
3429
-
3430
- ```
3431
-
3432
3400
  ## mio 1.0.3
3433
3401
 
3434
3402
  ```
@@ -3483,32 +3451,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3483
3451
  IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3484
3452
  DEALINGS IN THE SOFTWARE.
3485
3453
 
3486
- ```
3487
-
3488
- ## mime 0.3.17
3489
-
3490
- ```
3491
- Copyright (c) 2014 Sean McArthur
3492
-
3493
- Permission is hereby granted, free of charge, to any person obtaining a copy
3494
- of this software and associated documentation files (the "Software"), to deal
3495
- in the Software without restriction, including without limitation the rights
3496
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3497
- copies of the Software, and to permit persons to whom the Software is
3498
- furnished to do so, subject to the following conditions:
3499
-
3500
- The above copyright notice and this permission notice shall be included in
3501
- all copies or substantial portions of the Software.
3502
-
3503
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3504
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3505
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3506
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3507
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3508
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3509
- THE SOFTWARE.
3510
-
3511
-
3512
3454
  ```
3513
3455
 
3514
3456
  ## base64ct 1.6.0
@@ -3604,32 +3546,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3604
3546
  IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3605
3547
  DEALINGS IN THE SOFTWARE.
3606
3548
 
3607
- ```
3608
-
3609
- ## unicase 2.8.1
3610
-
3611
- ```
3612
- Copyright (c) 2014-2017 Sean McArthur
3613
-
3614
- Permission is hereby granted, free of charge, to any person obtaining a copy
3615
- of this software and associated documentation files (the "Software"), to deal
3616
- in the Software without restriction, including without limitation the rights
3617
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3618
- copies of the Software, and to permit persons to whom the Software is
3619
- furnished to do so, subject to the following conditions:
3620
-
3621
- The above copyright notice and this permission notice shall be included in
3622
- all copies or substantial portions of the Software.
3623
-
3624
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3625
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3626
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3627
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3628
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3629
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3630
- THE SOFTWARE.
3631
-
3632
-
3633
3549
  ```
3634
3550
 
3635
3551
  ## nom 7.1.3
@@ -3656,32 +3572,6 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3656
3572
  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
3657
3573
  WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3658
3574
 
3659
- ```
3660
-
3661
- ## headers-core 0.2.0, headers 0.3.9
3662
-
3663
- ```
3664
- Copyright (c) 2014-2019 Sean McArthur
3665
-
3666
- Permission is hereby granted, free of charge, to any person obtaining a copy
3667
- of this software and associated documentation files (the "Software"), to deal
3668
- in the Software without restriction, including without limitation the rights
3669
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3670
- copies of the Software, and to permit persons to whom the Software is
3671
- furnished to do so, subject to the following conditions:
3672
-
3673
- The above copyright notice and this permission notice shall be included in
3674
- all copies or substantial portions of the Software.
3675
-
3676
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3677
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3678
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3679
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3680
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3681
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3682
- THE SOFTWARE.
3683
-
3684
-
3685
3575
  ```
3686
3576
 
3687
3577
  ## libc 0.2.171
@@ -3715,31 +3605,6 @@ DEALINGS IN THE SOFTWARE.
3715
3605
 
3716
3606
  ```
3717
3607
 
3718
- ## hyper 0.14.32
3719
-
3720
- ```
3721
- Copyright (c) 2014-2021 Sean McArthur
3722
-
3723
- Permission is hereby granted, free of charge, to any person obtaining a copy
3724
- of this software and associated documentation files (the "Software"), to deal
3725
- in the Software without restriction, including without limitation the rights
3726
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3727
- copies of the Software, and to permit persons to whom the Software is
3728
- furnished to do so, subject to the following conditions:
3729
-
3730
- The above copyright notice and this permission notice shall be included in
3731
- all copies or substantial portions of the Software.
3732
-
3733
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3734
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3735
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3736
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3737
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3738
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3739
- THE SOFTWARE.
3740
-
3741
- ```
3742
-
3743
3608
  ## flate2 1.1.1
3744
3609
 
3745
3610
  ```
@@ -3995,31 +3860,6 @@ SOFTWARE.
3995
3860
 
3996
3861
  ```
3997
3862
 
3998
- ## jni-sys 0.3.0
3999
-
4000
- ```
4001
- Copyright (c) 2015 The rust-jni-sys Developers
4002
-
4003
- Permission is hereby granted, free of charge, to any person obtaining a copy
4004
- of this software and associated documentation files (the "Software"), to deal
4005
- in the Software without restriction, including without limitation the rights
4006
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4007
- copies of the Software, and to permit persons to whom the Software is
4008
- furnished to do so, subject to the following conditions:
4009
-
4010
- The above copyright notice and this permission notice shall be included in all
4011
- copies or substantial portions of the Software.
4012
-
4013
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4014
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4015
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4016
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4017
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4018
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4019
- SOFTWARE.
4020
-
4021
- ```
4022
-
4023
3863
  ## which 4.4.2
4024
3864
 
4025
3865
  ```
@@ -4323,37 +4163,6 @@ DEALINGS IN THE SOFTWARE.
4323
4163
 
4324
4164
  ```
4325
4165
 
4326
- ## serde_urlencoded 0.7.1
4327
-
4328
- ```
4329
- Copyright (c) 2016 Anthony Ramine
4330
-
4331
- Permission is hereby granted, free of charge, to any
4332
- person obtaining a copy of this software and associated
4333
- documentation files (the "Software"), to deal in the
4334
- Software without restriction, including without
4335
- limitation the rights to use, copy, modify, merge,
4336
- publish, distribute, sublicense, and/or sell copies of
4337
- the Software, and to permit persons to whom the Software
4338
- is furnished to do so, subject to the following
4339
- conditions:
4340
-
4341
- The above copyright notice and this permission notice
4342
- shall be included in all copies or substantial portions
4343
- of the Software.
4344
-
4345
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
4346
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
4347
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
4348
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
4349
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
4350
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
4351
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
4352
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
4353
- DEALINGS IN THE SOFTWARE.
4354
-
4355
- ```
4356
-
4357
4166
  ## intmap 3.1.0
4358
4167
 
4359
4168
  ```
@@ -4428,7 +4237,7 @@ DEALINGS IN THE SOFTWARE.
4428
4237
 
4429
4238
  ```
4430
4239
 
4431
- ## rustls-native-certs 0.8.1, rustls-pemfile 2.2.0, rustls 0.22.4, rustls 0.23.25
4240
+ ## rustls-native-certs 0.8.1, rustls 0.23.25
4432
4241
 
4433
4242
  ```
4434
4243
  Copyright (c) 2016 Joseph Birr-Pixton <jpixton@gmail.com>
@@ -4490,31 +4299,6 @@ DEALINGS IN THE SOFTWARE.
4490
4299
 
4491
4300
  ```
4492
4301
 
4493
- ## httpdate 1.0.3
4494
-
4495
- ```
4496
- Copyright (c) 2016 Pyfisch
4497
-
4498
- Permission is hereby granted, free of charge, to any person obtaining a copy
4499
- of this software and associated documentation files (the "Software"), to deal
4500
- in the Software without restriction, including without limitation the rights
4501
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4502
- copies of the Software, and to permit persons to whom the Software is
4503
- furnished to do so, subject to the following conditions:
4504
-
4505
- The above copyright notice and this permission notice shall be included in
4506
- all copies or substantial portions of the Software.
4507
-
4508
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4509
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4510
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4511
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4512
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4513
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
4514
- THE SOFTWARE.
4515
-
4516
- ```
4517
-
4518
4302
  ## rustc_version 0.4.1
4519
4303
 
4520
4304
  ```
@@ -4789,7 +4573,7 @@ DEALINGS IN THE SOFTWARE.
4789
4573
 
4790
4574
  ```
4791
4575
 
4792
- ## tungstenite 0.21.0, tungstenite 0.26.2
4576
+ ## tungstenite 0.26.2
4793
4577
 
4794
4578
  ```
4795
4579
  Copyright (c) 2017 Alexey Galakhov
@@ -4908,7 +4692,7 @@ DEALINGS IN THE SOFTWARE.
4908
4692
 
4909
4693
  ```
4910
4694
 
4911
- ## tokio-tungstenite 0.21.0, tokio-tungstenite 0.26.2
4695
+ ## tokio-tungstenite 0.26.2
4912
4696
 
4913
4697
  ```
4914
4698
  Copyright (c) 2017 Daniel Abramov
@@ -4958,38 +4742,6 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
4958
4742
  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
4959
4743
  WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4960
4744
 
4961
- ```
4962
-
4963
- ## vcpkg 0.2.15
4964
-
4965
- ```
4966
- Copyright (c) 2017 Jim McGrath
4967
-
4968
- Permission is hereby granted, free of charge, to any
4969
- person obtaining a copy of this software and associated
4970
- documentation files (the "Software"), to deal in the
4971
- Software without restriction, including without
4972
- limitation the rights to use, copy, modify, merge,
4973
- publish, distribute, sublicense, and/or sell copies of
4974
- the Software, and to permit persons to whom the Software
4975
- is furnished to do so, subject to the following
4976
- conditions:
4977
-
4978
- The above copyright notice and this permission notice
4979
- shall be included in all copies or substantial portions
4980
- of the Software.
4981
-
4982
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
4983
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
4984
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
4985
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
4986
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
4987
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
4988
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
4989
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
4990
- DEALINGS IN THE SOFTWARE.
4991
-
4992
-
4993
4745
  ```
4994
4746
 
4995
4747
  ## stable_deref_trait 1.2.0
@@ -5047,7 +4799,7 @@ SOFTWARE.
5047
4799
 
5048
4800
  ```
5049
4801
 
5050
- ## h2 0.3.26, h2 0.4.8
4802
+ ## h2 0.4.8
5051
4803
 
5052
4804
  ```
5053
4805
  Copyright (c) 2017 h2 authors
@@ -5078,7 +4830,7 @@ DEALINGS IN THE SOFTWARE.
5078
4830
 
5079
4831
  ```
5080
4832
 
5081
- ## http 0.2.12, http 1.3.1
4833
+ ## http 1.3.1
5082
4834
 
5083
4835
  ```
5084
4836
  Copyright (c) 2017 http-rs authors
@@ -5109,37 +4861,6 @@ DEALINGS IN THE SOFTWARE.
5109
4861
 
5110
4862
  ```
5111
4863
 
5112
- ## tokio-rustls 0.25.0
5113
-
5114
- ```
5115
- Copyright (c) 2017 quininer kel
5116
-
5117
- Permission is hereby granted, free of charge, to any
5118
- person obtaining a copy of this software and associated
5119
- documentation files (the "Software"), to deal in the
5120
- Software without restriction, including without
5121
- limitation the rights to use, copy, modify, merge,
5122
- publish, distribute, sublicense, and/or sell copies of
5123
- the Software, and to permit persons to whom the Software
5124
- is furnished to do so, subject to the following
5125
- conditions:
5126
-
5127
- The above copyright notice and this permission notice
5128
- shall be included in all copies or substantial portions
5129
- of the Software.
5130
-
5131
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
5132
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
5133
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
5134
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
5135
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
5136
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
5137
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
5138
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
5139
- DEALINGS IN THE SOFTWARE.
5140
-
5141
- ```
5142
-
5143
4864
  ## aes 0.8.4
5144
4865
 
5145
4866
  ```
@@ -5350,32 +5071,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
5350
5071
  IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
5351
5072
  DEALINGS IN THE SOFTWARE.
5352
5073
 
5353
- ```
5354
-
5355
- ## warp 0.3.7
5356
-
5357
- ```
5358
- Copyright (c) 2018-2020 Sean McArthur
5359
-
5360
- Permission is hereby granted, free of charge, to any person obtaining a copy
5361
- of this software and associated documentation files (the "Software"), to deal
5362
- in the Software without restriction, including without limitation the rights
5363
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
5364
- copies of the Software, and to permit persons to whom the Software is
5365
- furnished to do so, subject to the following conditions:
5366
-
5367
- The above copyright notice and this permission notice shall be included in
5368
- all copies or substantial portions of the Software.
5369
-
5370
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
5371
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
5372
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
5373
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
5374
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
5375
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
5376
- THE SOFTWARE.
5377
-
5378
-
5379
5074
  ```
5380
5075
 
5381
5076
  ## cbc 0.1.2, ctr 0.9.2
@@ -5465,45 +5160,13 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
5465
5160
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
5466
5161
  THE SOFTWARE.
5467
5162
 
5468
-
5469
- ```
5470
-
5471
- ## opaque-debug 0.3.1
5472
-
5473
- ```
5474
- Copyright (c) 2018-2024 The RustCrypto Project Developers
5475
-
5476
- Permission is hereby granted, free of charge, to any
5477
- person obtaining a copy of this software and associated
5478
- documentation files (the "Software"), to deal in the
5479
- Software without restriction, including without
5480
- limitation the rights to use, copy, modify, merge,
5481
- publish, distribute, sublicense, and/or sell copies of
5482
- the Software, and to permit persons to whom the Software
5483
- is furnished to do so, subject to the following
5484
- conditions:
5485
-
5486
- The above copyright notice and this permission notice
5487
- shall be included in all copies or substantial portions
5488
- of the Software.
5489
-
5490
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
5491
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
5492
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
5493
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
5494
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
5495
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
5496
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
5497
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
5498
- DEALINGS IN THE SOFTWARE.
5499
-
5163
+
5500
5164
  ```
5501
5165
 
5502
- ## getrandom 0.2.15
5166
+ ## opaque-debug 0.3.1
5503
5167
 
5504
5168
  ```
5505
- Copyright (c) 2018-2024 The rust-random Project Developers
5506
- Copyright (c) 2014 The Rust Project Developers
5169
+ Copyright (c) 2018-2024 The RustCrypto Project Developers
5507
5170
 
5508
5171
  Permission is hereby granted, free of charge, to any
5509
5172
  person obtaining a copy of this software and associated
@@ -5531,10 +5194,10 @@ DEALINGS IN THE SOFTWARE.
5531
5194
 
5532
5195
  ```
5533
5196
 
5534
- ## getrandom 0.3.2
5197
+ ## getrandom 0.2.15
5535
5198
 
5536
5199
  ```
5537
- Copyright (c) 2018-2025 The rust-random Project Developers
5200
+ Copyright (c) 2018-2024 The rust-random Project Developers
5538
5201
  Copyright (c) 2014 The Rust Project Developers
5539
5202
 
5540
5203
  Permission is hereby granted, free of charge, to any
@@ -5563,10 +5226,11 @@ DEALINGS IN THE SOFTWARE.
5563
5226
 
5564
5227
  ```
5565
5228
 
5566
- ## slab 0.4.9
5229
+ ## getrandom 0.3.2
5567
5230
 
5568
5231
  ```
5569
- Copyright (c) 2019 Carl Lerche
5232
+ Copyright (c) 2018-2025 The rust-random Project Developers
5233
+ Copyright (c) 2014 The Rust Project Developers
5570
5234
 
5571
5235
  Permission is hereby granted, free of charge, to any
5572
5236
  person obtaining a copy of this software and associated
@@ -5594,10 +5258,10 @@ DEALINGS IN THE SOFTWARE.
5594
5258
 
5595
5259
  ```
5596
5260
 
5597
- ## http-body 0.4.6
5261
+ ## slab 0.4.9
5598
5262
 
5599
5263
  ```
5600
- Copyright (c) 2019 Hyper Contributors
5264
+ Copyright (c) 2019 Carl Lerche
5601
5265
 
5602
5266
  Permission is hereby granted, free of charge, to any
5603
5267
  person obtaining a copy of this software and associated
@@ -5774,7 +5438,7 @@ DEALINGS IN THE SOFTWARE.
5774
5438
 
5775
5439
  ```
5776
5440
 
5777
- ## aes-gcm-siv 0.11.1, aes-gcm 0.10.3, chacha20poly1305 0.10.1
5441
+ ## aes-gcm-siv 0.11.1, chacha20poly1305 0.10.1
5778
5442
 
5779
5443
  ```
5780
5444
  Copyright (c) 2019 The RustCrypto Project Developers
@@ -5868,37 +5532,6 @@ DEALINGS IN THE SOFTWARE.
5868
5532
 
5869
5533
  ```
5870
5534
 
5871
- ## tower-service 0.3.3
5872
-
5873
- ```
5874
- Copyright (c) 2019 Tower Contributors
5875
-
5876
- Permission is hereby granted, free of charge, to any
5877
- person obtaining a copy of this software and associated
5878
- documentation files (the "Software"), to deal in the
5879
- Software without restriction, including without
5880
- limitation the rights to use, copy, modify, merge,
5881
- publish, distribute, sublicense, and/or sell copies of
5882
- the Software, and to permit persons to whom the Software
5883
- is furnished to do so, subject to the following
5884
- conditions:
5885
-
5886
- The above copyright notice and this permission notice
5887
- shall be included in all copies or substantial portions
5888
- of the Software.
5889
-
5890
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
5891
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
5892
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
5893
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
5894
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
5895
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
5896
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
5897
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
5898
- DEALINGS IN THE SOFTWARE.
5899
-
5900
- ```
5901
-
5902
5535
  ## universal-hash 0.5.1
5903
5536
 
5904
5537
  ```
@@ -6679,7 +6312,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
6679
6312
 
6680
6313
  ```
6681
6314
 
6682
- ## rand 0.8.5, rand 0.9.0, rand_chacha 0.3.1, rand_chacha 0.9.0, rand_core 0.6.4, rand_core 0.9.3
6315
+ ## rand 0.9.0, rand_chacha 0.9.0, rand_core 0.6.4, rand_core 0.9.3
6683
6316
 
6684
6317
  ```
6685
6318
  Copyright 2018 Developers of the Rand project
@@ -7219,33 +6852,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
7219
6852
  SOFTWARE.
7220
6853
  ```
7221
6854
 
7222
- ## multer 2.1.0
7223
-
7224
- ```
7225
- MIT License
7226
-
7227
- Copyright (c) 2020 Rousan Ali
7228
-
7229
- Permission is hereby granted, free of charge, to any person obtaining a copy
7230
- of this software and associated documentation files (the "Software"), to deal
7231
- in the Software without restriction, including without limitation the rights
7232
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7233
- copies of the Software, and to permit persons to whom the Software is
7234
- furnished to do so, subject to the following conditions:
7235
-
7236
- The above copyright notice and this permission notice shall be included in all
7237
- copies or substantial portions of the Software.
7238
-
7239
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
7240
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
7241
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
7242
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
7243
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
7244
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
7245
- SOFTWARE.
7246
-
7247
- ```
7248
-
7249
6855
  ## snow 0.9.6
7250
6856
 
7251
6857
  ```
@@ -7327,7 +6933,7 @@ SOFTWARE.
7327
6933
 
7328
6934
  ```
7329
6935
 
7330
- ## rustls-platform-verifier-android 0.1.1, rustls-platform-verifier 0.5.1
6936
+ ## rustls-platform-verifier 0.5.1
7331
6937
 
7332
6938
  ```
7333
6939
  MIT License
@@ -7381,30 +6987,6 @@ SOFTWARE.
7381
6987
 
7382
6988
  ```
7383
6989
 
7384
- ## cesu8 1.1.0
7385
-
7386
- ```
7387
- MIT License
7388
-
7389
- Copyright (c) <year> <copyright holders>
7390
-
7391
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
7392
- associated documentation files (the "Software"), to deal in the Software without restriction, including
7393
- without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7394
- copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
7395
- following conditions:
7396
-
7397
- The above copyright notice and this permission notice shall be included in all copies or substantial
7398
- portions of the Software.
7399
-
7400
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
7401
- LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
7402
- EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
7403
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
7404
- USE OR OTHER DEALINGS IN THE SOFTWARE.
7405
-
7406
- ```
7407
-
7408
6990
  ## tokio-stream 0.1.17, tokio-util 0.7.14, tokio 1.45.0
7409
6991
 
7410
6992
  ```
@@ -7432,33 +7014,6 @@ SOFTWARE.
7432
7014
 
7433
7015
  ```
7434
7016
 
7435
- ## android-tzdata 0.1.1
7436
-
7437
- ```
7438
- MIT License
7439
-
7440
- Copyright (c) [year] [fullname]
7441
-
7442
- Permission is hereby granted, free of charge, to any person obtaining a copy
7443
- of this software and associated documentation files (the "Software"), to deal
7444
- in the Software without restriction, including without limitation the rights
7445
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7446
- copies of the Software, and to permit persons to whom the Software is
7447
- furnished to do so, subject to the following conditions:
7448
-
7449
- The above copyright notice and this permission notice shall be included in all
7450
- copies or substantial portions of the Software.
7451
-
7452
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
7453
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
7454
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
7455
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
7456
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
7457
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
7458
- SOFTWARE.
7459
-
7460
- ```
7461
-
7462
7017
  ## miniz_oxide 0.8.7
7463
7018
 
7464
7019
  ```
@@ -7568,58 +7123,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
7568
7123
 
7569
7124
  ```
7570
7125
 
7571
- ## android_system_properties 0.1.5
7572
-
7573
- ```
7574
- The MIT License (MIT)
7575
-
7576
- Copyright (c) 2013 Nicolas Silva
7577
-
7578
- Permission is hereby granted, free of charge, to any person obtaining a copy of
7579
- this software and associated documentation files (the "Software"), to deal in
7580
- the Software without restriction, including without limitation the rights to
7581
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
7582
- the Software, and to permit persons to whom the Software is furnished to do so,
7583
- subject to the following conditions:
7584
-
7585
- The above copyright notice and this permission notice shall be included in all
7586
- copies or substantial portions of the Software.
7587
-
7588
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
7589
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
7590
- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
7591
- COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
7592
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
7593
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
7594
-
7595
- ```
7596
-
7597
- ## spin 0.9.8
7598
-
7599
- ```
7600
- The MIT License (MIT)
7601
-
7602
- Copyright (c) 2014 Mathijs van de Nes
7603
-
7604
- Permission is hereby granted, free of charge, to any person obtaining a copy
7605
- of this software and associated documentation files (the "Software"), to deal
7606
- in the Software without restriction, including without limitation the rights
7607
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7608
- copies of the Software, and to permit persons to whom the Software is
7609
- furnished to do so, subject to the following conditions:
7610
-
7611
- The above copyright notice and this permission notice shall be included in all
7612
- copies or substantial portions of the Software.
7613
-
7614
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
7615
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
7616
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
7617
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
7618
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
7619
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
7620
- SOFTWARE.
7621
- ```
7622
-
7623
7126
  ## typenum 1.18.0
7624
7127
 
7625
7128
  ```
@@ -7673,7 +7176,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
7673
7176
  THE SOFTWARE.
7674
7177
  ```
7675
7178
 
7676
- ## base64 0.21.7, base64 0.22.1
7179
+ ## base64 0.22.1
7677
7180
 
7678
7181
  ```
7679
7182
  The MIT License (MIT)
@@ -7700,7 +7203,7 @@ THE SOFTWARE.
7700
7203
 
7701
7204
  ```
7702
7205
 
7703
- ## aho-corasick 1.1.3, byteorder 1.5.0, jiff 0.2.5, memchr 2.7.4, walkdir 2.5.0
7206
+ ## aho-corasick 1.1.3, jiff 0.2.5, memchr 2.7.4
7704
7207
 
7705
7208
  ```
7706
7209
  The MIT License (MIT)
@@ -7754,34 +7257,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
7754
7257
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
7755
7258
  SOFTWARE.
7756
7259
 
7757
- ```
7758
-
7759
- ## combine 4.6.7
7760
-
7761
- ```
7762
- The MIT License (MIT)
7763
-
7764
- Copyright (c) 2015 Markus Westerlind
7765
-
7766
- Permission is hereby granted, free of charge, to any person obtaining a copy
7767
- of this software and associated documentation files (the "Software"), to deal
7768
- in the Software without restriction, including without limitation the rights
7769
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7770
- copies of the Software, and to permit persons to whom the Software is
7771
- furnished to do so, subject to the following conditions:
7772
-
7773
- The above copyright notice and this permission notice shall be included in
7774
- all copies or substantial portions of the Software.
7775
-
7776
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
7777
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
7778
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
7779
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
7780
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
7781
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
7782
- THE SOFTWARE.
7783
-
7784
-
7785
7260
  ```
7786
7261
 
7787
7262
  ## shlex 1.3.0
@@ -7919,33 +7394,6 @@ SOFTWARE.
7919
7394
 
7920
7395
  ```
7921
7396
 
7922
- ## jni 0.21.1
7923
-
7924
- ```
7925
- The MIT License (MIT)
7926
-
7927
- Copyright (c) 2016 Prevoty, Inc. and jni-rs contributors
7928
-
7929
- Permission is hereby granted, free of charge, to any person obtaining a copy
7930
- of this software and associated documentation files (the "Software"), to deal
7931
- in the Software without restriction, including without limitation the rights
7932
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7933
- copies of the Software, and to permit persons to whom the Software is
7934
- furnished to do so, subject to the following conditions:
7935
-
7936
- The above copyright notice and this permission notice shall be included in all
7937
- copies or substantial portions of the Software.
7938
-
7939
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
7940
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
7941
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
7942
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
7943
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
7944
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
7945
- SOFTWARE.
7946
-
7947
- ```
7948
-
7949
7397
  ## derive_builder 0.20.2, derive_builder_core 0.20.2, derive_builder_macro 0.20.2
7950
7398
 
7951
7399
  ```
@@ -7973,33 +7421,6 @@ SOFTWARE.
7973
7421
 
7974
7422
  ```
7975
7423
 
7976
- ## same-file 1.0.6, winapi-util 0.1.9
7977
-
7978
- ```
7979
- The MIT License (MIT)
7980
-
7981
- Copyright (c) 2017 Andrew Gallant
7982
-
7983
- Permission is hereby granted, free of charge, to any person obtaining a copy
7984
- of this software and associated documentation files (the "Software"), to deal
7985
- in the Software without restriction, including without limitation the rights
7986
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7987
- copies of the Software, and to permit persons to whom the Software is
7988
- furnished to do so, subject to the following conditions:
7989
-
7990
- The above copyright notice and this permission notice shall be included in
7991
- all copies or substantial portions of the Software.
7992
-
7993
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
7994
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
7995
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
7996
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
7997
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
7998
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
7999
- THE SOFTWARE.
8000
-
8001
- ```
8002
-
8003
7424
  ## async-compression 0.4.22
8004
7425
 
8005
7426
  ```
@@ -8198,34 +7619,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
8198
7619
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
8199
7620
  SOFTWARE.
8200
7621
 
8201
- ```
8202
-
8203
- ## mime_guess 2.0.5
8204
-
8205
- ```
8206
- The MIT License (MIT)
8207
-
8208
- Copyright (c) 2015 Austin Bonander
8209
-
8210
- Permission is hereby granted, free of charge, to any person obtaining a copy
8211
- of this software and associated documentation files (the "Software"), to deal
8212
- in the Software without restriction, including without limitation the rights
8213
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8214
- copies of the Software, and to permit persons to whom the Software is
8215
- furnished to do so, subject to the following conditions:
8216
-
8217
- The above copyright notice and this permission notice shall be included in all
8218
- copies or substantial portions of the Software.
8219
-
8220
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
8221
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
8222
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
8223
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
8224
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
8225
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
8226
- SOFTWARE.
8227
-
8228
-
8229
7622
  ```
8230
7623
 
8231
7624
  ## generic-array 0.14.7