@deveco-codegenie/mcp-darwin-x64 1.1.3 → 1.1.4

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.
@@ -16,6 +16,30 @@
16
16
  - UNKNOWN: 1
17
17
 
18
18
 
19
+ ---
20
+
21
+ ## The following dependencies are licensed under the 0BSD License:
22
+
23
+ ### Rust Crates:
24
+
25
+ - [adler2](https://github.com/oyvindln/adler2) (2.0.1)
26
+
27
+ ````text
28
+ Copyright (C) Jonas Schievink <jonasschievink@gmail.com>
29
+
30
+ Permission to use, copy, modify, and/or distribute this software for
31
+ any purpose with or without fee is hereby granted.
32
+
33
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
34
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
35
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
36
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
37
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
38
+ AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
39
+ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
40
+
41
+ ````
42
+
19
43
  ---
20
44
 
21
45
  ## The following dependencies are licensed under the 0BSD License:
@@ -70,25 +94,88 @@ PERFORMANCE OF THIS SOFTWARE.
70
94
 
71
95
  ---
72
96
 
73
- ## The following dependencies are licensed under the 0BSD License:
97
+ ## The following dependencies are licensed under the Apache-2.0 License:
74
98
 
75
99
  ### Rust Crates:
76
100
 
77
- - [adler2](https://github.com/oyvindln/adler2) (2.0.1)
101
+ - [dunce](https://gitlab.com/kornelski/dunce) (1.0.5)
102
+ - [ryu](https://github.com/dtolnay/ryu) (1.0.23)
103
+ - [sync_wrapper](https://github.com/Actyx/sync_wrapper) (1.0.2)
78
104
 
79
105
  ````text
80
- Copyright (C) Jonas Schievink <jonasschievink@gmail.com>
106
+ Apache License
107
+ Version 2.0, January 2004
108
+ http://www.apache.org/licenses/
81
109
 
82
- Permission to use, copy, modify, and/or distribute this software for
83
- any purpose with or without fee is hereby granted.
110
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
84
111
 
85
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
86
- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
87
- MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
88
- ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
89
- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
90
- AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
91
- OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
112
+ 1. Definitions.
113
+
114
+ "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
115
+
116
+ "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
117
+
118
+ "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
119
+
120
+ "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
121
+
122
+ "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
123
+
124
+ "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
125
+
126
+ "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
127
+
128
+ "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
129
+
130
+ "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
131
+
132
+ "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
133
+
134
+ 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
135
+
136
+ 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
137
+
138
+ 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
139
+
140
+ (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
141
+
142
+ (b) You must cause any modified files to carry prominent notices stating that You changed the files; and
143
+
144
+ (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
145
+
146
+ (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
147
+
148
+ You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
149
+
150
+ 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
151
+
152
+ 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
153
+
154
+ 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
155
+
156
+ 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
157
+
158
+ 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
159
+
160
+ END OF TERMS AND CONDITIONS
161
+
162
+ APPENDIX: How to apply the Apache License to your work.
163
+
164
+ To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
165
+
166
+ Copyright [yyyy] [name of copyright owner]
167
+
168
+ Licensed under the Apache License, Version 2.0 (the "License");
169
+ you may not use this file except in compliance with the License.
170
+ You may obtain a copy of the License at
171
+
172
+ http://www.apache.org/licenses/LICENSE-2.0
173
+
174
+ Unless required by applicable law or agreed to in writing, software
175
+ distributed under the License is distributed on an "AS IS" BASIS,
176
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
177
+ See the License for the specific language governing permissions and
178
+ limitations under the License.
92
179
 
93
180
  ````
94
181
 
@@ -98,7 +185,9 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
98
185
 
99
186
  ### Rust Crates:
100
187
 
101
- - [zopfli](https://github.com/zopfli-rs/zopfli) (0.8.3)
188
+ - [opentelemetry](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry) (0.30.0)
189
+ - [opentelemetry-semantic-conventions](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-semantic-conventions) (0.30.0)
190
+ - [opentelemetry_sdk](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-sdk) (0.30.0)
102
191
 
103
192
  ````text
104
193
  Apache License
@@ -289,7 +378,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
289
378
  same "printed page" as the copyright notice for easier
290
379
  identification within third-party archives.
291
380
 
292
- Copyright 2011 Google Inc.
381
+ Copyright [yyyy] [name of copyright owner]
293
382
 
294
383
  Licensed under the Apache License, Version 2.0 (the "License");
295
384
  you may not use this file except in compliance with the License.
@@ -311,9 +400,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
311
400
 
312
401
  ### Rust Crates:
313
402
 
314
- - [opentelemetry](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry) (0.30.0)
315
- - [opentelemetry-semantic-conventions](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-semantic-conventions) (0.30.0)
316
- - [opentelemetry_sdk](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-sdk) (0.30.0)
403
+ - [zopfli](https://github.com/zopfli-rs/zopfli) (0.8.3)
317
404
 
318
405
  ````text
319
406
  Apache License
@@ -504,7 +591,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
504
591
  same "printed page" as the copyright notice for easier
505
592
  identification within third-party archives.
506
593
 
507
- Copyright [yyyy] [name of copyright owner]
594
+ Copyright 2011 Google Inc.
508
595
 
509
596
  Licensed under the Apache License, Version 2.0 (the "License");
510
597
  you may not use this file except in compliance with the License.
@@ -522,93 +609,6 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
522
609
 
523
610
  ---
524
611
 
525
- ## The following dependencies are licensed under the Apache-2.0 License:
526
-
527
- ### Rust Crates:
528
-
529
- - [dunce](https://gitlab.com/kornelski/dunce) (1.0.5)
530
- - [ryu](https://github.com/dtolnay/ryu) (1.0.23)
531
- - [sync_wrapper](https://github.com/Actyx/sync_wrapper) (1.0.2)
532
-
533
- ````text
534
- Apache License
535
- Version 2.0, January 2004
536
- http://www.apache.org/licenses/
537
-
538
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
539
-
540
- 1. Definitions.
541
-
542
- "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
543
-
544
- "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
545
-
546
- "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
547
-
548
- "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
549
-
550
- "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
551
-
552
- "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
553
-
554
- "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
555
-
556
- "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
557
-
558
- "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
559
-
560
- "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
561
-
562
- 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
563
-
564
- 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
565
-
566
- 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
567
-
568
- (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
569
-
570
- (b) You must cause any modified files to carry prominent notices stating that You changed the files; and
571
-
572
- (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
573
-
574
- (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
575
-
576
- You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
577
-
578
- 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
579
-
580
- 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
581
-
582
- 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
583
-
584
- 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
585
-
586
- 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
587
-
588
- END OF TERMS AND CONDITIONS
589
-
590
- APPENDIX: How to apply the Apache License to your work.
591
-
592
- To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
593
-
594
- Copyright [yyyy] [name of copyright owner]
595
-
596
- Licensed under the Apache License, Version 2.0 (the "License");
597
- you may not use this file except in compliance with the License.
598
- You may obtain a copy of the License at
599
-
600
- http://www.apache.org/licenses/LICENSE-2.0
601
-
602
- Unless required by applicable law or agreed to in writing, software
603
- distributed under the License is distributed on an "AS IS" BASIS,
604
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
605
- See the License for the specific language governing permissions and
606
- limitations under the License.
607
-
608
- ````
609
-
610
- ---
611
-
612
612
  ## The following dependencies are licensed under the BSD-3-Clause License:
613
613
 
614
614
  ### NPM Packages:
@@ -654,10 +654,11 @@ The complete list of contributors can be found at:
654
654
 
655
655
  ### Rust Crates:
656
656
 
657
- - [equivalent](https://github.com/indexmap-rs/equivalent) (1.0.2)
657
+ - [cfg-if](https://github.com/rust-lang/cfg-if) (1.0.4)
658
+ - [socket2](https://github.com/rust-lang/socket2) (0.6.3)
658
659
 
659
660
  ````text
660
- Copyright (c) 2016--2023
661
+ Copyright (c) 2014 Alex Crichton
661
662
 
662
663
  Permission is hereby granted, free of charge, to any
663
664
  person obtaining a copy of this software and associated
@@ -691,15 +692,10 @@ DEALINGS IN THE SOFTWARE.
691
692
 
692
693
  ### Rust Crates:
693
694
 
694
- - [tokio-native-tls](https://github.com/tokio-rs/tls) (0.3.1)
695
- - [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
696
- - [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
697
- - [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
698
- - [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
699
- - [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
695
+ - [cpufeatures](https://github.com/RustCrypto/utils) (0.2.17)
700
696
 
701
697
  ````text
702
- Copyright (c) 2019 Tokio Contributors
698
+ Copyright (c) 2020-2025 The RustCrypto Project Developers
703
699
 
704
700
  Permission is hereby granted, free of charge, to any
705
701
  person obtaining a copy of this software and associated
@@ -733,32 +729,74 @@ DEALINGS IN THE SOFTWARE.
733
729
 
734
730
  ### Rust Crates:
735
731
 
736
- - [darling](https://github.com/TedDriggs/darling) (0.23.0)
737
- - [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
738
- - [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
732
+ - [getrandom](https://github.com/rust-random/getrandom) (0.3.4)
739
733
 
740
734
  ````text
741
- MIT License
742
-
743
- Copyright (c) 2017 Ted Driggs
735
+ Copyright (c) 2018-2025 The rust-random Project Developers
736
+ Copyright (c) 2014 The Rust Project Developers
744
737
 
745
- Permission is hereby granted, free of charge, to any person obtaining a copy
746
- of this software and associated documentation files (the "Software"), to deal
747
- in the Software without restriction, including without limitation the rights
748
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
749
- copies of the Software, and to permit persons to whom the Software is
750
- furnished to do so, subject to the following conditions:
738
+ Permission is hereby granted, free of charge, to any
739
+ person obtaining a copy of this software and associated
740
+ documentation files (the "Software"), to deal in the
741
+ Software without restriction, including without
742
+ limitation the rights to use, copy, modify, merge,
743
+ publish, distribute, sublicense, and/or sell copies of
744
+ the Software, and to permit persons to whom the Software
745
+ is furnished to do so, subject to the following
746
+ conditions:
751
747
 
752
- The above copyright notice and this permission notice shall be included in all
753
- copies or substantial portions of the Software.
748
+ The above copyright notice and this permission notice
749
+ shall be included in all copies or substantial portions
750
+ of the Software.
754
751
 
755
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
756
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
757
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
758
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
759
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
760
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
761
- SOFTWARE.
752
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
753
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
754
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
755
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
756
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
757
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
758
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
759
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
760
+ DEALINGS IN THE SOFTWARE.
761
+
762
+ ````
763
+
764
+ ---
765
+
766
+ ## The following dependencies are licensed under the MIT License:
767
+
768
+ ### Rust Crates:
769
+
770
+ - [idna](https://github.com/servo/rust-url/) (1.1.0)
771
+ - [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
772
+ - [url](https://github.com/servo/rust-url) (2.5.8)
773
+
774
+ ````text
775
+ Copyright (c) 2013-2025 The rust-url developers
776
+
777
+ Permission is hereby granted, free of charge, to any
778
+ person obtaining a copy of this software and associated
779
+ documentation files (the "Software"), to deal in the
780
+ Software without restriction, including without
781
+ limitation the rights to use, copy, modify, merge,
782
+ publish, distribute, sublicense, and/or sell copies of
783
+ the Software, and to permit persons to whom the Software
784
+ is furnished to do so, subject to the following
785
+ conditions:
786
+
787
+ The above copyright notice and this permission notice
788
+ shall be included in all copies or substantial portions
789
+ of the Software.
790
+
791
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
792
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
793
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
794
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
795
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
796
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
797
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
798
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
799
+ DEALINGS IN THE SOFTWARE.
762
800
 
763
801
  ````
764
802
 
@@ -800,10 +838,10 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
800
838
 
801
839
  ### Rust Crates:
802
840
 
803
- - [cpufeatures](https://github.com/RustCrypto/utils) (0.2.17)
841
+ - [errno](https://github.com/lambda-fairy/rust-errno) (0.3.14)
804
842
 
805
843
  ````text
806
- Copyright (c) 2020-2025 The RustCrypto Project Developers
844
+ Copyright (c) 2014 Chris Wong
807
845
 
808
846
  Permission is hereby granted, free of charge, to any
809
847
  person obtaining a copy of this software and associated
@@ -837,10 +875,42 @@ DEALINGS IN THE SOFTWARE.
837
875
 
838
876
  ### Rust Crates:
839
877
 
840
- - [directories](https://github.com/soc/directories-rs) (6.0.0)
878
+ - [generic-array](https://github.com/fizyk20/generic-array) (0.14.7)
841
879
 
842
880
  ````text
843
- Copyright (c) 2018 directories-rs contributors
881
+ The MIT License (MIT)
882
+
883
+ Copyright (c) 2015 Bartłomiej Kamiński
884
+
885
+ Permission is hereby granted, free of charge, to any person obtaining a copy
886
+ of this software and associated documentation files (the "Software"), to deal
887
+ in the Software without restriction, including without limitation the rights
888
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
889
+ copies of the Software, and to permit persons to whom the Software is
890
+ furnished to do so, subject to the following conditions:
891
+
892
+ The above copyright notice and this permission notice shall be included in all
893
+ copies or substantial portions of the Software.
894
+
895
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
896
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
897
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
898
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
899
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
900
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
901
+ SOFTWARE.
902
+ ````
903
+
904
+ ---
905
+
906
+ ## The following dependencies are licensed under the MIT License:
907
+
908
+ ### Rust Crates:
909
+
910
+ - [hyper-util](https://github.com/hyperium/hyper-util) (0.1.20)
911
+
912
+ ````text
913
+ Copyright (c) 2023-2025 Sean McArthur
844
914
 
845
915
  Permission is hereby granted, free of charge, to any person obtaining a copy
846
916
  of this software and associated documentation files (the "Software"), to deal
@@ -849,16 +919,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
849
919
  copies of the Software, and to permit persons to whom the Software is
850
920
  furnished to do so, subject to the following conditions:
851
921
 
852
- The above copyright notice and this permission notice shall be included in all
853
- copies or substantial portions of the Software.
922
+ The above copyright notice and this permission notice shall be included in
923
+ all copies or substantial portions of the Software.
854
924
 
855
925
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
856
926
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
857
927
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
858
928
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
859
929
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
860
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
861
- SOFTWARE.
930
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
931
+ THE SOFTWARE.
862
932
 
863
933
  ````
864
934
 
@@ -868,71 +938,30 @@ SOFTWARE.
868
938
 
869
939
  ### Rust Crates:
870
940
 
871
- - [http](https://github.com/hyperium/http) (1.4.0)
941
+ - [nix](https://github.com/nix-rust/nix) (0.31.2)
872
942
 
873
943
  ````text
874
- Copyright (c) 2017 http-rs authors
875
-
876
- Permission is hereby granted, free of charge, to any
877
- person obtaining a copy of this software and associated
878
- documentation files (the "Software"), to deal in the
879
- Software without restriction, including without
880
- limitation the rights to use, copy, modify, merge,
881
- publish, distribute, sublicense, and/or sell copies of
882
- the Software, and to permit persons to whom the Software
883
- is furnished to do so, subject to the following
884
- conditions:
885
-
886
- The above copyright notice and this permission notice
887
- shall be included in all copies or substantial portions
888
- of the Software.
889
-
890
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
891
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
892
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
893
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
894
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
895
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
896
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
897
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
898
- DEALINGS IN THE SOFTWARE.
899
-
900
- ````
901
-
902
- ---
903
-
904
- ## The following dependencies are licensed under the MIT License:
905
-
906
- ### Rust Crates:
907
-
908
- - [crypto-common](https://github.com/RustCrypto/traits) (0.1.7)
944
+ The MIT License (MIT)
909
945
 
910
- ````text
911
- Copyright (c) 2021 RustCrypto Developers
946
+ Copyright (c) 2015 Carl Lerche + nix-rust Authors
912
947
 
913
- Permission is hereby granted, free of charge, to any
914
- person obtaining a copy of this software and associated
915
- documentation files (the "Software"), to deal in the
916
- Software without restriction, including without
917
- limitation the rights to use, copy, modify, merge,
918
- publish, distribute, sublicense, and/or sell copies of
919
- the Software, and to permit persons to whom the Software
920
- is furnished to do so, subject to the following
921
- conditions:
948
+ Permission is hereby granted, free of charge, to any person obtaining a copy
949
+ of this software and associated documentation files (the "Software"), to deal
950
+ in the Software without restriction, including without limitation the rights
951
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
952
+ copies of the Software, and to permit persons to whom the Software is
953
+ furnished to do so, subject to the following conditions:
922
954
 
923
- The above copyright notice and this permission notice
924
- shall be included in all copies or substantial portions
925
- of the Software.
955
+ The above copyright notice and this permission notice shall be included in
956
+ all copies or substantial portions of the Software.
926
957
 
927
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
928
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
929
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
930
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
931
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
932
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
933
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
934
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
935
- DEALINGS IN THE SOFTWARE.
958
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
959
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
960
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
961
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
962
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
963
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
964
+ THE SOFTWARE.
936
965
 
937
966
  ````
938
967
 
@@ -940,12 +969,14 @@ DEALINGS IN THE SOFTWARE.
940
969
 
941
970
  ## The following dependencies are licensed under the MIT License:
942
971
 
943
- ### Rust Crates:
972
+ ### NPM Packages:
944
973
 
945
- - [httparse](https://github.com/seanmonstar/httparse) (1.10.1)
974
+ - [require-from-string](https://github.com/floatdrop/require-from-string) (2.0.2)
946
975
 
947
976
  ````text
948
- Copyright (c) 2015-2025 Sean McArthur
977
+ The MIT License (MIT)
978
+
979
+ Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
949
980
 
950
981
  Permission is hereby granted, free of charge, to any person obtaining a copy
951
982
  of this software and associated documentation files (the "Software"), to deal
@@ -965,7 +996,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
965
996
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
966
997
  THE SOFTWARE.
967
998
 
968
-
969
999
  ````
970
1000
 
971
1001
  ---
@@ -974,10 +1004,10 @@ THE SOFTWARE.
974
1004
 
975
1005
  ### Rust Crates:
976
1006
 
977
- - [iri-string](https://github.com/lo48576/iri-string) (0.7.12)
1007
+ - [smallvec](https://github.com/servo/rust-smallvec) (1.15.1)
978
1008
 
979
1009
  ````text
980
- Copyright 2019-2024 YOSHIOKA Takuma
1010
+ Copyright (c) 2018 The Servo Project Developers
981
1011
 
982
1012
  Permission is hereby granted, free of charge, to any
983
1013
  person obtaining a copy of this software and associated
@@ -1011,15 +1041,12 @@ DEALINGS IN THE SOFTWARE.
1011
1041
 
1012
1042
  ### Rust Crates:
1013
1043
 
1014
- - [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) (0.8.9)
1044
+ - [zeroize](https://github.com/RustCrypto/utils) (1.8.2)
1015
1045
 
1016
1046
  ````text
1017
1047
  MIT License
1018
1048
 
1019
- Copyright 2013-2014 RAD Game Tools and Valve Software
1020
- Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
1021
- Copyright (c) 2017 Frommi
1022
- Copyright (c) 2017-2024 oyvindln
1049
+ Copyright (c) 2018-2021 The RustCrypto Project Developers
1023
1050
 
1024
1051
  Permission is hereby granted, free of charge, to any person obtaining a copy
1025
1052
  of this software and associated documentation files (the "Software"), to deal
@@ -1047,10 +1074,10 @@ SOFTWARE.
1047
1074
 
1048
1075
  ### Rust Crates:
1049
1076
 
1050
- - [slab](https://github.com/tokio-rs/slab) (0.4.12)
1077
+ - [http](https://github.com/hyperium/http) (1.4.0)
1051
1078
 
1052
1079
  ````text
1053
- Copyright (c) 2019 Carl Lerche
1080
+ Copyright (c) 2017 http-rs authors
1054
1081
 
1055
1082
  Permission is hereby granted, free of charge, to any
1056
1083
  person obtaining a copy of this software and associated
@@ -1082,36 +1109,32 @@ DEALINGS IN THE SOFTWARE.
1082
1109
 
1083
1110
  ## The following dependencies are licensed under the MIT License:
1084
1111
 
1085
- ### Rust Crates:
1112
+ ### NPM Packages:
1086
1113
 
1087
- - [zerocopy](https://github.com/google/zerocopy) (0.8.48)
1114
+ - [ajv](https://github.com/ajv-validator/ajv) (8.18.0)
1088
1115
 
1089
1116
  ````text
1090
- Copyright 2023 The Fuchsia Authors
1117
+ The MIT License (MIT)
1091
1118
 
1092
- Permission is hereby granted, free of charge, to any
1093
- person obtaining a copy of this software and associated
1094
- documentation files (the "Software"), to deal in the
1095
- Software without restriction, including without
1096
- limitation the rights to use, copy, modify, merge,
1097
- publish, distribute, sublicense, and/or sell copies of
1098
- the Software, and to permit persons to whom the Software
1099
- is furnished to do so, subject to the following
1100
- conditions:
1119
+ Copyright (c) 2015-2021 Evgeny Poberezkin
1101
1120
 
1102
- The above copyright notice and this permission notice
1103
- shall be included in all copies or substantial portions
1104
- of the Software.
1121
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1122
+ of this software and associated documentation files (the "Software"), to deal
1123
+ in the Software without restriction, including without limitation the rights
1124
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1125
+ copies of the Software, and to permit persons to whom the Software is
1126
+ furnished to do so, subject to the following conditions:
1105
1127
 
1106
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1107
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1108
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1109
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1110
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1111
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1112
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1113
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1114
- DEALINGS IN THE SOFTWARE.
1128
+ The above copyright notice and this permission notice shall be included in all
1129
+ copies or substantial portions of the Software.
1130
+
1131
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1132
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1133
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1134
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1135
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1136
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1137
+ SOFTWARE.
1115
1138
 
1116
1139
 
1117
1140
  ````
@@ -1122,12 +1145,11 @@ DEALINGS IN THE SOFTWARE.
1122
1145
 
1123
1146
  ### Rust Crates:
1124
1147
 
1125
- - [base64](https://github.com/marshallpierce/rust-base64) (0.22.1)
1148
+ - [dirs](https://github.com/soc/dirs-rs) (6.0.0)
1149
+ - [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
1126
1150
 
1127
1151
  ````text
1128
- The MIT License (MIT)
1129
-
1130
- Copyright (c) 2015 Alice Maz
1152
+ Copyright (c) 2018-2019 dirs-rs contributors
1131
1153
 
1132
1154
  Permission is hereby granted, free of charge, to any person obtaining a copy
1133
1155
  of this software and associated documentation files (the "Software"), to deal
@@ -1136,16 +1158,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1136
1158
  copies of the Software, and to permit persons to whom the Software is
1137
1159
  furnished to do so, subject to the following conditions:
1138
1160
 
1139
- The above copyright notice and this permission notice shall be included in
1140
- all copies or substantial portions of the Software.
1161
+ The above copyright notice and this permission notice shall be included in all
1162
+ copies or substantial portions of the Software.
1141
1163
 
1142
1164
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1143
1165
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1144
1166
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1145
1167
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1146
1168
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1147
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1148
- THE SOFTWARE.
1169
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1170
+ SOFTWARE.
1149
1171
 
1150
1172
  ````
1151
1173
 
@@ -1155,30 +1177,16 @@ THE SOFTWARE.
1155
1177
 
1156
1178
  ### Rust Crates:
1157
1179
 
1158
- - [crc32fast](https://github.com/srijs/rust-crc32fast) (1.5.0)
1180
+ - [synstructure](https://github.com/mystor/synstructure) (0.13.2)
1159
1181
 
1160
1182
  ````text
1161
- MIT License
1162
-
1163
- Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
1183
+ Copyright 2016 Nika Layzell
1164
1184
 
1165
- Permission is hereby granted, free of charge, to any person obtaining a copy
1166
- of this software and associated documentation files (the "Software"), to deal
1167
- in the Software without restriction, including without limitation the rights
1168
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1169
- copies of the Software, and to permit persons to whom the Software is
1170
- furnished to do so, subject to the following conditions:
1185
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
1171
1186
 
1172
- The above copyright notice and this permission notice shall be included in all
1173
- copies or substantial portions of the Software.
1187
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1174
1188
 
1175
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1176
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1177
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1178
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1179
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1180
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1181
- SOFTWARE.
1189
+ 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.
1182
1190
 
1183
1191
  ````
1184
1192
 
@@ -1188,10 +1196,15 @@ SOFTWARE.
1188
1196
 
1189
1197
  ### Rust Crates:
1190
1198
 
1191
- - [idna_adapter](https://github.com/hsivonen/idna_adapter) (1.2.1)
1199
+ - [tokio-native-tls](https://github.com/tokio-rs/tls) (0.3.1)
1200
+ - [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
1201
+ - [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
1202
+ - [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
1203
+ - [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
1204
+ - [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
1192
1205
 
1193
1206
  ````text
1194
- Copyright (c) The rust-url developers
1207
+ Copyright (c) 2019 Tokio Contributors
1195
1208
 
1196
1209
  Permission is hereby granted, free of charge, to any
1197
1210
  person obtaining a copy of this software and associated
@@ -1225,30 +1238,10 @@ DEALINGS IN THE SOFTWARE.
1225
1238
 
1226
1239
  ### Rust Crates:
1227
1240
 
1228
- - [ipnet](https://github.com/krisprice/ipnet) (2.12.0)
1229
-
1230
- ````text
1231
- Copyright 2017 Juniper Networks, Inc.
1232
-
1233
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
1234
-
1235
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1236
-
1237
- 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.
1238
-
1239
- ````
1240
-
1241
- ---
1242
-
1243
- ## The following dependencies are licensed under the MIT License:
1244
-
1245
- ### Rust Crates:
1246
-
1247
- - [getrandom](https://github.com/rust-random/getrandom) (0.3.4)
1241
+ - [bumpalo](https://github.com/fitzgen/bumpalo) (3.20.2)
1248
1242
 
1249
1243
  ````text
1250
- Copyright (c) 2018-2025 The rust-random Project Developers
1251
- Copyright (c) 2014 The Rust Project Developers
1244
+ Copyright (c) 2019 Nick Fitzgerald
1252
1245
 
1253
1246
  Permission is hereby granted, free of charge, to any
1254
1247
  person obtaining a copy of this software and associated
@@ -1282,34 +1275,28 @@ DEALINGS IN THE SOFTWARE.
1282
1275
 
1283
1276
  ### Rust Crates:
1284
1277
 
1285
- - [form_urlencoded](https://github.com/servo/rust-url) (1.2.2)
1278
+ - [sharded-slab](https://github.com/hawkw/sharded-slab) (0.1.7)
1286
1279
 
1287
1280
  ````text
1288
- Copyright (c) 2013-2016 The rust-url developers
1281
+ Copyright (c) 2019 Eliza Weisman
1289
1282
 
1290
- Permission is hereby granted, free of charge, to any
1291
- person obtaining a copy of this software and associated
1292
- documentation files (the "Software"), to deal in the
1293
- Software without restriction, including without
1294
- limitation the rights to use, copy, modify, merge,
1295
- publish, distribute, sublicense, and/or sell copies of
1296
- the Software, and to permit persons to whom the Software
1297
- is furnished to do so, subject to the following
1298
- conditions:
1283
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1284
+ of this software and associated documentation files (the "Software"), to deal
1285
+ in the Software without restriction, including without limitation the rights
1286
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1287
+ copies of the Software, and to permit persons to whom the Software is
1288
+ furnished to do so, subject to the following conditions:
1299
1289
 
1300
- The above copyright notice and this permission notice
1301
- shall be included in all copies or substantial portions
1302
- of the Software.
1290
+ The above copyright notice and this permission notice shall be included in
1291
+ all copies or substantial portions of the Software.
1303
1292
 
1304
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1305
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1306
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1307
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1308
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1309
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1310
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1311
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1312
- DEALINGS IN THE SOFTWARE.
1293
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1294
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1295
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1296
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1297
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1298
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1299
+ THE SOFTWARE.
1313
1300
 
1314
1301
  ````
1315
1302
 
@@ -1319,12 +1306,44 @@ DEALINGS IN THE SOFTWARE.
1319
1306
 
1320
1307
  ### Rust Crates:
1321
1308
 
1322
- - [tower](https://github.com/tower-rs/tower) (0.5.3)
1323
- - [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
1324
- - [tower-service](https://github.com/tower-rs/tower) (0.3.3)
1309
+ - [tokio-macros](https://github.com/tokio-rs/tokio) (2.7.0)
1325
1310
 
1326
1311
  ````text
1327
- Copyright (c) 2019 Tower Contributors
1312
+ MIT License
1313
+
1314
+ Copyright (c) 2019 Yoshua Wuyts
1315
+ Copyright (c) Tokio Contributors
1316
+
1317
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1318
+ of this software and associated documentation files (the "Software"), to deal
1319
+ in the Software without restriction, including without limitation the rights
1320
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1321
+ copies of the Software, and to permit persons to whom the Software is
1322
+ furnished to do so, subject to the following conditions:
1323
+
1324
+ The above copyright notice and this permission notice shall be included in all
1325
+ copies or substantial portions of the Software.
1326
+
1327
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1328
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1329
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1330
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1331
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1332
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1333
+ SOFTWARE.
1334
+
1335
+ ````
1336
+
1337
+ ---
1338
+
1339
+ ## The following dependencies are licensed under the MIT License:
1340
+
1341
+ ### Rust Crates:
1342
+
1343
+ - [form_urlencoded](https://github.com/servo/rust-url) (1.2.2)
1344
+
1345
+ ````text
1346
+ Copyright (c) 2013-2016 The rust-url developers
1328
1347
 
1329
1348
  Permission is hereby granted, free of charge, to any
1330
1349
  person obtaining a copy of this software and associated
@@ -1358,11 +1377,12 @@ DEALINGS IN THE SOFTWARE.
1358
1377
 
1359
1378
  ### Rust Crates:
1360
1379
 
1361
- - [hex](https://github.com/KokaKiwi/rust-hex) (0.4.3)
1380
+ - [crc32fast](https://github.com/srijs/rust-crc32fast) (1.5.0)
1362
1381
 
1363
1382
  ````text
1364
- Copyright (c) 2013-2014 The Rust Project Developers.
1365
- Copyright (c) 2015-2020 The rust-hex Developers
1383
+ MIT License
1384
+
1385
+ Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
1366
1386
 
1367
1387
  Permission is hereby granted, free of charge, to any person obtaining a copy
1368
1388
  of this software and associated documentation files (the "Software"), to deal
@@ -1388,71 +1408,30 @@ SOFTWARE.
1388
1408
 
1389
1409
  ## The following dependencies are licensed under the MIT License:
1390
1410
 
1391
- ### NPM Packages:
1392
-
1393
- - [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
1394
- - [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.39)
1395
-
1396
- ````text
1397
- MIT License
1398
-
1399
- Copyright (c) Microsoft Corporation.
1400
-
1401
- Permission is hereby granted, free of charge, to any person obtaining a copy
1402
- of this software and associated documentation files (the "Software"), to deal
1403
- in the Software without restriction, including without limitation the rights
1404
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1405
- copies of the Software, and to permit persons to whom the Software is
1406
- furnished to do so, subject to the following conditions:
1407
-
1408
- The above copyright notice and this permission notice shall be included in all
1409
- copies or substantial portions of the Software.
1410
-
1411
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1412
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1413
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1414
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1415
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1416
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1417
- SOFTWARE
1418
-
1419
- ````
1420
-
1421
- ---
1422
-
1423
- ## The following dependencies are licensed under the MIT License:
1424
-
1425
1411
  ### Rust Crates:
1426
1412
 
1427
- - [getrandom](https://github.com/rust-random/getrandom) (0.2.17)
1413
+ - [mio](https://github.com/tokio-rs/mio) (1.2.0)
1428
1414
 
1429
1415
  ````text
1430
- Copyright (c) 2018-2024 The rust-random Project Developers
1431
- Copyright (c) 2014 The Rust Project Developers
1416
+ Copyright (c) 2014 Carl Lerche and other MIO contributors
1432
1417
 
1433
- Permission is hereby granted, free of charge, to any
1434
- person obtaining a copy of this software and associated
1435
- documentation files (the "Software"), to deal in the
1436
- Software without restriction, including without
1437
- limitation the rights to use, copy, modify, merge,
1438
- publish, distribute, sublicense, and/or sell copies of
1439
- the Software, and to permit persons to whom the Software
1440
- is furnished to do so, subject to the following
1441
- conditions:
1418
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1419
+ of this software and associated documentation files (the "Software"), to deal
1420
+ in the Software without restriction, including without limitation the rights
1421
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1422
+ copies of the Software, and to permit persons to whom the Software is
1423
+ furnished to do so, subject to the following conditions:
1442
1424
 
1443
- The above copyright notice and this permission notice
1444
- shall be included in all copies or substantial portions
1445
- of the Software.
1425
+ The above copyright notice and this permission notice shall be included in
1426
+ all copies or substantial portions of the Software.
1446
1427
 
1447
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1448
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1449
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1450
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1451
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1452
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1453
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1454
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1455
- DEALINGS IN THE SOFTWARE.
1428
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1429
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1430
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1431
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1432
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1433
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1434
+ THE SOFTWARE.
1456
1435
 
1457
1436
  ````
1458
1437
 
@@ -1462,10 +1441,10 @@ DEALINGS IN THE SOFTWARE.
1462
1441
 
1463
1442
  ### Rust Crates:
1464
1443
 
1465
- - [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) (1.5.0)
1444
+ - [serde_urlencoded](https://github.com/nox/serde_urlencoded) (0.7.1)
1466
1445
 
1467
1446
  ````text
1468
- Copyright (c) 2010 The Rust Project Developers
1447
+ Copyright (c) 2016 Anthony Ramine
1469
1448
 
1470
1449
  Permission is hereby granted, free of charge, to any
1471
1450
  person obtaining a copy of this software and associated
@@ -1499,15 +1478,10 @@ DEALINGS IN THE SOFTWARE.
1499
1478
 
1500
1479
  ### Rust Crates:
1501
1480
 
1502
- - [aho-corasick](https://github.com/BurntSushi/aho-corasick) (1.1.4)
1503
- - [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
1504
- - [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
1505
- - [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
1481
+ - [want](https://github.com/seanmonstar/want) (0.3.1)
1506
1482
 
1507
1483
  ````text
1508
- The MIT License (MIT)
1509
-
1510
- Copyright (c) 2015 Andrew Gallant
1484
+ Copyright (c) 2018-2019 Sean McArthur
1511
1485
 
1512
1486
  Permission is hereby granted, free of charge, to any person obtaining a copy
1513
1487
  of this software and associated documentation files (the "Software"), to deal
@@ -1527,6 +1501,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1527
1501
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1528
1502
  THE SOFTWARE.
1529
1503
 
1504
+
1530
1505
  ````
1531
1506
 
1532
1507
  ---
@@ -1535,14 +1510,17 @@ THE SOFTWARE.
1535
1510
 
1536
1511
  ### Rust Crates:
1537
1512
 
1538
- - [educe](https://github.com/magiclen/educe) (0.5.11)
1539
- - [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
1540
- - [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
1513
+ - [humantime](https://github.com/chronotope/humantime) (2.3.0)
1541
1514
 
1542
1515
  ````text
1543
- MIT License
1516
+ Copyright (c) 2016 The humantime Developers
1517
+
1518
+ Includes parts of http date with the following copyright:
1519
+ Copyright (c) 2016 Pyfisch
1520
+
1521
+ Includes portions of musl libc with the following copyright:
1522
+ Copyright © 2005-2013 Rich Felker
1544
1523
 
1545
- Copyright (c) 2023 magiclen.org (Ron Li)
1546
1524
 
1547
1525
  Permission is hereby granted, free of charge, to any person obtaining a copy
1548
1526
  of this software and associated documentation files (the "Software"), to deal
@@ -1570,11 +1548,14 @@ SOFTWARE.
1570
1548
 
1571
1549
  ### Rust Crates:
1572
1550
 
1573
- - [dirs](https://github.com/soc/dirs-rs) (6.0.0)
1574
- - [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
1551
+ - [darling](https://github.com/TedDriggs/darling) (0.23.0)
1552
+ - [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
1553
+ - [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
1575
1554
 
1576
1555
  ````text
1577
- Copyright (c) 2018-2019 dirs-rs contributors
1556
+ MIT License
1557
+
1558
+ Copyright (c) 2017 Ted Driggs
1578
1559
 
1579
1560
  Permission is hereby granted, free of charge, to any person obtaining a copy
1580
1561
  of this software and associated documentation files (the "Software"), to deal
@@ -1602,41 +1583,10 @@ SOFTWARE.
1602
1583
 
1603
1584
  ### Rust Crates:
1604
1585
 
1605
- - [hyper-util](https://github.com/hyperium/hyper-util) (0.1.20)
1606
-
1607
- ````text
1608
- Copyright (c) 2023-2025 Sean McArthur
1609
-
1610
- Permission is hereby granted, free of charge, to any person obtaining a copy
1611
- of this software and associated documentation files (the "Software"), to deal
1612
- in the Software without restriction, including without limitation the rights
1613
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1614
- copies of the Software, and to permit persons to whom the Software is
1615
- furnished to do so, subject to the following conditions:
1616
-
1617
- The above copyright notice and this permission notice shall be included in
1618
- all copies or substantial portions of the Software.
1619
-
1620
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1621
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1622
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1623
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1624
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1625
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1626
- THE SOFTWARE.
1627
-
1628
- ````
1629
-
1630
- ---
1631
-
1632
- ## The following dependencies are licensed under the MIT License:
1633
-
1634
- ### Rust Crates:
1635
-
1636
- - [libc](https://github.com/rust-lang/libc) (0.2.185)
1586
+ - [utf8_iter](https://github.com/hsivonen/utf8_iter) (1.0.4)
1637
1587
 
1638
1588
  ````text
1639
- Copyright (c) The Rust Project Developers
1589
+ Copyright Mozilla Foundation
1640
1590
 
1641
1591
  Permission is hereby granted, free of charge, to any
1642
1592
  person obtaining a copy of this software and associated
@@ -1670,65 +1620,30 @@ DEALINGS IN THE SOFTWARE.
1670
1620
 
1671
1621
  ### Rust Crates:
1672
1622
 
1673
- - [serde_urlencoded](https://github.com/nox/serde_urlencoded) (0.7.1)
1623
+ - [security-framework](https://github.com/kornelski/rust-security-framework) (3.7.0)
1624
+ - [security-framework-sys](https://github.com/kornelski/rust-security-framework) (2.17.0)
1674
1625
 
1675
1626
  ````text
1676
- Copyright (c) 2016 Anthony Ramine
1677
-
1678
- Permission is hereby granted, free of charge, to any
1679
- person obtaining a copy of this software and associated
1680
- documentation files (the "Software"), to deal in the
1681
- Software without restriction, including without
1682
- limitation the rights to use, copy, modify, merge,
1683
- publish, distribute, sublicense, and/or sell copies of
1684
- the Software, and to permit persons to whom the Software
1685
- is furnished to do so, subject to the following
1686
- conditions:
1687
-
1688
- The above copyright notice and this permission notice
1689
- shall be included in all copies or substantial portions
1690
- of the Software.
1691
-
1692
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1693
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1694
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1695
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1696
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1697
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1698
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1699
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1700
- DEALINGS IN THE SOFTWARE.
1701
-
1702
- ````
1703
-
1704
- ---
1705
-
1706
- ## The following dependencies are licensed under the MIT License:
1707
-
1708
- ### Rust Crates:
1709
-
1710
- - [native-tls](https://github.com/rust-native-tls/rust-native-tls) (0.2.18)
1627
+ The MIT License (MIT)
1711
1628
 
1712
- ````text
1713
- Copyright (c) 2016 The rust-native-tls Developers
1629
+ Copyright (c) 2015 Steven Fackler
1714
1630
 
1715
- Permission is hereby granted, free of charge, to any person obtaining a copy
1716
- of this software and associated documentation files (the "Software"), to deal
1717
- in the Software without restriction, including without limitation the rights
1718
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1719
- copies of the Software, and to permit persons to whom the Software is
1720
- furnished to do so, subject to the following conditions:
1631
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
1632
+ this software and associated documentation files (the "Software"), to deal in
1633
+ the Software without restriction, including without limitation the rights to
1634
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1635
+ the Software, and to permit persons to whom the Software is furnished to do so,
1636
+ subject to the following conditions:
1721
1637
 
1722
1638
  The above copyright notice and this permission notice shall be included in all
1723
1639
  copies or substantial portions of the Software.
1724
1640
 
1725
1641
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1726
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1727
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1728
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1729
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1730
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1731
- SOFTWARE.
1642
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1643
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1644
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1645
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1646
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1732
1647
 
1733
1648
  ````
1734
1649
 
@@ -1738,10 +1653,11 @@ SOFTWARE.
1738
1653
 
1739
1654
  ### Rust Crates:
1740
1655
 
1741
- - [sharded-slab](https://github.com/hawkw/sharded-slab) (0.1.7)
1656
+ - [tungstenite](https://github.com/snapview/tungstenite-rs) (0.21.0)
1742
1657
 
1743
1658
  ````text
1744
- Copyright (c) 2019 Eliza Weisman
1659
+ Copyright (c) 2017 Alexey Galakhov
1660
+ Copyright (c) 2016 Jason Housley
1745
1661
 
1746
1662
  Permission is hereby granted, free of charge, to any person obtaining a copy
1747
1663
  of this software and associated documentation files (the "Software"), to deal
@@ -1769,66 +1685,12 @@ THE SOFTWARE.
1769
1685
 
1770
1686
  ### Rust Crates:
1771
1687
 
1772
- - [zip](https://github.com/zip-rs/zip2) (2.4.2)
1773
-
1774
- ````text
1775
- The MIT License (MIT)
1776
-
1777
- Copyright (c) 2014 Mathijs van de Nes
1778
-
1779
- Permission is hereby granted, free of charge, to any person obtaining a copy
1780
- of this software and associated documentation files (the "Software"), to deal
1781
- in the Software without restriction, including without limitation the rights
1782
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1783
- copies of the Software, and to permit persons to whom the Software is
1784
- furnished to do so, subject to the following conditions:
1785
-
1786
- The above copyright notice and this permission notice shall be included in all
1787
- copies or substantial portions of the Software.
1788
-
1789
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1790
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1791
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1792
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1793
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1794
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1795
- SOFTWARE.
1796
-
1797
- Some files in the "tests/data" subdirectory of this repository are under other
1798
- licences; see files named LICENSE.*.txt for details.
1799
- ````
1800
-
1801
- ---
1802
-
1803
- ## The following dependencies are licensed under the MIT License:
1804
-
1805
- ### Rust Crates:
1806
-
1807
- - [synstructure](https://github.com/mystor/synstructure) (0.13.2)
1808
-
1809
- ````text
1810
- Copyright 2016 Nika Layzell
1811
-
1812
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
1813
-
1814
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1815
-
1816
- 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.
1817
-
1818
- ````
1819
-
1820
- ---
1821
-
1822
- ## The following dependencies are licensed under the MIT License:
1823
-
1824
- ### NPM Packages:
1825
-
1826
- - [ajv](https://github.com/ajv-validator/ajv) (8.18.0)
1688
+ - [json5](https://github.com/callum-oakley/json5-rs) (1.3.1)
1827
1689
 
1828
1690
  ````text
1829
- The MIT License (MIT)
1691
+ MIT License
1830
1692
 
1831
- Copyright (c) 2015-2021 Evgeny Poberezkin
1693
+ Copyright (c) 2025 Callum Oakley
1832
1694
 
1833
1695
  Permission is hereby granted, free of charge, to any person obtaining a copy
1834
1696
  of this software and associated documentation files (the "Software"), to deal
@@ -1848,7 +1710,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1848
1710
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1849
1711
  SOFTWARE.
1850
1712
 
1851
-
1852
1713
  ````
1853
1714
 
1854
1715
  ---
@@ -1857,30 +1718,34 @@ SOFTWARE.
1857
1718
 
1858
1719
  ### Rust Crates:
1859
1720
 
1860
- - [simd-adler32](https://github.com/mcountryman/simd-adler32) (0.3.9)
1721
+ - [equivalent](https://github.com/indexmap-rs/equivalent) (1.0.2)
1861
1722
 
1862
1723
  ````text
1863
- MIT License
1864
-
1865
- Copyright (c) [2021] [Marvin Countryman]
1724
+ Copyright (c) 2016--2023
1866
1725
 
1867
- Permission is hereby granted, free of charge, to any person obtaining a copy
1868
- of this software and associated documentation files (the "Software"), to deal
1869
- in the Software without restriction, including without limitation the rights
1870
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1871
- copies of the Software, and to permit persons to whom the Software is
1872
- furnished to do so, subject to the following conditions:
1726
+ Permission is hereby granted, free of charge, to any
1727
+ person obtaining a copy of this software and associated
1728
+ documentation files (the "Software"), to deal in the
1729
+ Software without restriction, including without
1730
+ limitation the rights to use, copy, modify, merge,
1731
+ publish, distribute, sublicense, and/or sell copies of
1732
+ the Software, and to permit persons to whom the Software
1733
+ is furnished to do so, subject to the following
1734
+ conditions:
1873
1735
 
1874
- The above copyright notice and this permission notice shall be included in all
1875
- copies or substantial portions of the Software.
1736
+ The above copyright notice and this permission notice
1737
+ shall be included in all copies or substantial portions
1738
+ of the Software.
1876
1739
 
1877
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1878
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1879
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1880
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1881
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1882
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1883
- SOFTWARE.
1740
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1741
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1742
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1743
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1744
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1745
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1746
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1747
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1748
+ DEALINGS IN THE SOFTWARE.
1884
1749
 
1885
1750
  ````
1886
1751
 
@@ -1890,10 +1755,10 @@ SOFTWARE.
1890
1755
 
1891
1756
  ### Rust Crates:
1892
1757
 
1893
- - [bytes](https://github.com/tokio-rs/bytes) (1.11.1)
1758
+ - [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) (1.5.0)
1894
1759
 
1895
1760
  ````text
1896
- Copyright (c) 2018 Carl Lerche
1761
+ Copyright (c) 2010 The Rust Project Developers
1897
1762
 
1898
1763
  Permission is hereby granted, free of charge, to any
1899
1764
  person obtaining a copy of this software and associated
@@ -1927,11 +1792,10 @@ DEALINGS IN THE SOFTWARE.
1927
1792
 
1928
1793
  ### Rust Crates:
1929
1794
 
1930
- - [cfg-if](https://github.com/rust-lang/cfg-if) (1.0.4)
1931
- - [socket2](https://github.com/rust-lang/socket2) (0.6.3)
1795
+ - [iana-time-zone](https://github.com/strawlab/iana-time-zone) (0.1.65)
1932
1796
 
1933
1797
  ````text
1934
- Copyright (c) 2014 Alex Crichton
1798
+ Copyright (c) 2020 Andrew D. Straw
1935
1799
 
1936
1800
  Permission is hereby granted, free of charge, to any
1937
1801
  person obtaining a copy of this software and associated
@@ -1965,10 +1829,13 @@ DEALINGS IN THE SOFTWARE.
1965
1829
 
1966
1830
  ### Rust Crates:
1967
1831
 
1968
- - [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) (0.2.21)
1832
+ - [lock_api](https://github.com/Amanieu/parking_lot) (0.4.14)
1833
+ - [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
1834
+ - [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
1835
+ - [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
1969
1836
 
1970
1837
  ````text
1971
- Copyright (c) 2019 The CryptoCorrosion Contributors
1838
+ Copyright (c) 2016 The Rust Project Developers
1972
1839
 
1973
1840
  Permission is hereby granted, free of charge, to any
1974
1841
  person obtaining a copy of this software and associated
@@ -2000,14 +1867,14 @@ DEALINGS IN THE SOFTWARE.
2000
1867
 
2001
1868
  ## The following dependencies are licensed under the MIT License:
2002
1869
 
2003
- ### Rust Crates:
1870
+ ### NPM Packages:
2004
1871
 
2005
- - [zeroize](https://github.com/RustCrypto/utils) (1.8.2)
1872
+ - [undici-types](https://github.com/nodejs/undici) (6.21.0)
2006
1873
 
2007
1874
  ````text
2008
1875
  MIT License
2009
1876
 
2010
- Copyright (c) 2018-2021 The RustCrypto Project Developers
1877
+ Copyright (c) Matteo Collina and Undici contributors
2011
1878
 
2012
1879
  Permission is hereby granted, free of charge, to any person obtaining a copy
2013
1880
  of this software and associated documentation files (the "Software"), to deal
@@ -2035,54 +1902,20 @@ SOFTWARE.
2035
1902
 
2036
1903
  ### Rust Crates:
2037
1904
 
2038
- - [schemars](https://github.com/GREsau/schemars) (1.2.1)
2039
- - [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
1905
+ - [bytes](https://github.com/tokio-rs/bytes) (1.11.1)
2040
1906
 
2041
1907
  ````text
2042
- MIT License
2043
-
2044
- Copyright (c) 2019 Graham Esau
1908
+ Copyright (c) 2018 Carl Lerche
2045
1909
 
2046
- Permission is hereby granted, free of charge, to any person obtaining a copy
2047
- of this software and associated documentation files (the "Software"), to deal
2048
- in the Software without restriction, including without limitation the rights
2049
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2050
- copies of the Software, and to permit persons to whom the Software is
2051
- furnished to do so, subject to the following conditions:
2052
-
2053
- The above copyright notice and this permission notice shall be included in all
2054
- copies or substantial portions of the Software.
2055
-
2056
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2057
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2058
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2059
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2060
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2061
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2062
- SOFTWARE.
2063
-
2064
- ````
2065
-
2066
- ---
2067
-
2068
- ## The following dependencies are licensed under the MIT License:
2069
-
2070
- ### Rust Crates:
2071
-
2072
- - [http-body](https://github.com/hyperium/http-body) (1.0.1)
2073
-
2074
- ````text
2075
- Copyright (c) 2019-2024 Sean McArthur & Hyper Contributors
2076
-
2077
- Permission is hereby granted, free of charge, to any
2078
- person obtaining a copy of this software and associated
2079
- documentation files (the "Software"), to deal in the
2080
- Software without restriction, including without
2081
- limitation the rights to use, copy, modify, merge,
2082
- publish, distribute, sublicense, and/or sell copies of
2083
- the Software, and to permit persons to whom the Software
2084
- is furnished to do so, subject to the following
2085
- conditions:
1910
+ Permission is hereby granted, free of charge, to any
1911
+ person obtaining a copy of this software and associated
1912
+ documentation files (the "Software"), to deal in the
1913
+ Software without restriction, including without
1914
+ limitation the rights to use, copy, modify, merge,
1915
+ publish, distribute, sublicense, and/or sell copies of
1916
+ the Software, and to permit persons to whom the Software
1917
+ is furnished to do so, subject to the following
1918
+ conditions:
2086
1919
 
2087
1920
  The above copyright notice and this permission notice
2088
1921
  shall be included in all copies or substantial portions
@@ -2104,47 +1937,12 @@ DEALINGS IN THE SOFTWARE.
2104
1937
 
2105
1938
  ## The following dependencies are licensed under the MIT License:
2106
1939
 
2107
- ### NPM Packages:
2108
-
2109
- - [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) (3.1.3)
2110
- - [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
2111
-
2112
- ````text
2113
- MIT License
2114
-
2115
- Copyright (c) 2017 Evgeny Poberezkin
2116
-
2117
- Permission is hereby granted, free of charge, to any person obtaining a copy
2118
- of this software and associated documentation files (the "Software"), to deal
2119
- in the Software without restriction, including without limitation the rights
2120
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2121
- copies of the Software, and to permit persons to whom the Software is
2122
- furnished to do so, subject to the following conditions:
2123
-
2124
- The above copyright notice and this permission notice shall be included in all
2125
- copies or substantial portions of the Software.
2126
-
2127
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2128
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2129
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2130
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2131
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2132
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2133
- SOFTWARE.
2134
-
2135
- ````
2136
-
2137
- ---
2138
-
2139
- ## The following dependencies are licensed under the MIT License:
2140
-
2141
1940
  ### Rust Crates:
2142
1941
 
2143
- - [core-foundation](https://github.com/servo/core-foundation-rs) (0.10.1)
2144
- - [core-foundation-sys](https://github.com/servo/core-foundation-rs) (0.8.7)
1942
+ - [block-buffer](https://github.com/RustCrypto/utils) (0.10.4)
2145
1943
 
2146
1944
  ````text
2147
- Copyright (c) 2012-2013 Mozilla Foundation
1945
+ Copyright (c) 2018-2019 The RustCrypto Project Developers
2148
1946
 
2149
1947
  Permission is hereby granted, free of charge, to any
2150
1948
  person obtaining a copy of this software and associated
@@ -2178,10 +1976,10 @@ DEALINGS IN THE SOFTWARE.
2178
1976
 
2179
1977
  ### Rust Crates:
2180
1978
 
2181
- - [http-body-util](https://github.com/hyperium/http-body) (0.1.3)
1979
+ - [slab](https://github.com/tokio-rs/slab) (0.4.12)
2182
1980
 
2183
1981
  ````text
2184
- Copyright (c) 2019-2025 Sean McArthur & Hyper Contributors
1982
+ Copyright (c) 2019 Carl Lerche
2185
1983
 
2186
1984
  Permission is hereby granted, free of charge, to any
2187
1985
  person obtaining a copy of this software and associated
@@ -2215,10 +2013,19 @@ DEALINGS IN THE SOFTWARE.
2215
2013
 
2216
2014
  ### Rust Crates:
2217
2015
 
2218
- - [signal-hook-registry](https://github.com/vorner/signal-hook) (1.4.8)
2016
+ - [futures](https://github.com/rust-lang/futures-rs) (0.3.32)
2017
+ - [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
2018
+ - [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
2019
+ - [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
2020
+ - [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
2021
+ - [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
2022
+ - [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
2023
+ - [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
2024
+ - [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
2219
2025
 
2220
2026
  ````text
2221
- Copyright (c) 2017 tokio-jsonrpc developers
2027
+ Copyright (c) 2016 Alex Crichton
2028
+ Copyright (c) 2017 The Tokio Authors
2222
2029
 
2223
2030
  Permission is hereby granted, free of charge, to any
2224
2031
  person obtaining a copy of this software and associated
@@ -2252,11 +2059,10 @@ DEALINGS IN THE SOFTWARE.
2252
2059
 
2253
2060
  ### Rust Crates:
2254
2061
 
2255
- - [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) (0.21.0)
2062
+ - [hyper-tls](https://github.com/hyperium/hyper-tls) (0.6.0)
2256
2063
 
2257
2064
  ````text
2258
- Copyright (c) 2017 Daniel Abramov
2259
- Copyright (c) 2017 Alexey Galakhov
2065
+ Copyright (c) 2017 Sean McArthur
2260
2066
 
2261
2067
  Permission is hereby granted, free of charge, to any person obtaining a copy
2262
2068
  of this software and associated documentation files (the "Software"), to deal
@@ -2276,6 +2082,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2276
2082
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2277
2083
  THE SOFTWARE.
2278
2084
 
2085
+
2279
2086
  ````
2280
2087
 
2281
2088
  ---
@@ -2284,14 +2091,51 @@ THE SOFTWARE.
2284
2091
 
2285
2092
  ### Rust Crates:
2286
2093
 
2287
- - [tokio](https://github.com/tokio-rs/tokio) (1.52.0)
2288
- - [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
2289
- - [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
2094
+ - [iri-string](https://github.com/lo48576/iri-string) (0.7.12)
2095
+
2096
+ ````text
2097
+ Copyright 2019-2024 YOSHIOKA Takuma
2098
+
2099
+ Permission is hereby granted, free of charge, to any
2100
+ person obtaining a copy of this software and associated
2101
+ documentation files (the "Software"), to deal in the
2102
+ Software without restriction, including without
2103
+ limitation the rights to use, copy, modify, merge,
2104
+ publish, distribute, sublicense, and/or sell copies of
2105
+ the Software, and to permit persons to whom the Software
2106
+ is furnished to do so, subject to the following
2107
+ conditions:
2108
+
2109
+ The above copyright notice and this permission notice
2110
+ shall be included in all copies or substantial portions
2111
+ of the Software.
2112
+
2113
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2114
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2115
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2116
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2117
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2118
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2119
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2120
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2121
+ DEALINGS IN THE SOFTWARE.
2122
+
2123
+ ````
2124
+
2125
+ ---
2126
+
2127
+ ## The following dependencies are licensed under the MIT License:
2128
+
2129
+ ### Rust Crates:
2130
+
2131
+ - [educe](https://github.com/magiclen/educe) (0.5.11)
2132
+ - [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
2133
+ - [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
2290
2134
 
2291
2135
  ````text
2292
2136
  MIT License
2293
2137
 
2294
- Copyright (c) Tokio Contributors
2138
+ Copyright (c) 2023 magiclen.org (Ron Li)
2295
2139
 
2296
2140
  Permission is hereby granted, free of charge, to any person obtaining a copy
2297
2141
  of this software and associated documentation files (the "Software"), to deal
@@ -2319,10 +2163,14 @@ SOFTWARE.
2319
2163
 
2320
2164
  ### Rust Crates:
2321
2165
 
2322
- - [hyper-tls](https://github.com/hyperium/hyper-tls) (0.6.0)
2166
+ - [strsim](https://github.com/rapidfuzz/strsim-rs) (0.11.1)
2323
2167
 
2324
2168
  ````text
2325
- Copyright (c) 2017 Sean McArthur
2169
+ The MIT License (MIT)
2170
+
2171
+ Copyright (c) 2015 Danny Guo
2172
+ Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
2173
+ Copyright (c) 2018 Akash Kurdekar
2326
2174
 
2327
2175
  Permission is hereby granted, free of charge, to any person obtaining a copy
2328
2176
  of this software and associated documentation files (the "Software"), to deal
@@ -2331,17 +2179,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2331
2179
  copies of the Software, and to permit persons to whom the Software is
2332
2180
  furnished to do so, subject to the following conditions:
2333
2181
 
2334
- The above copyright notice and this permission notice shall be included in
2335
- all copies or substantial portions of the Software.
2182
+ The above copyright notice and this permission notice shall be included in all
2183
+ copies or substantial portions of the Software.
2336
2184
 
2337
2185
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2338
2186
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2339
2187
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2340
2188
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2341
2189
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2342
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2343
- THE SOFTWARE.
2344
-
2190
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2191
+ SOFTWARE.
2345
2192
 
2346
2193
  ````
2347
2194
 
@@ -2351,10 +2198,11 @@ THE SOFTWARE.
2351
2198
 
2352
2199
  ### Rust Crates:
2353
2200
 
2354
- - [iana-time-zone](https://github.com/strawlab/iana-time-zone) (0.1.65)
2201
+ - [getrandom](https://github.com/rust-random/getrandom) (0.4.2)
2355
2202
 
2356
2203
  ````text
2357
- Copyright (c) 2020 Andrew D. Straw
2204
+ Copyright (c) 2018-2026 The rust-random Project Developers
2205
+ Copyright (c) 2014 The Rust Project Developers
2358
2206
 
2359
2207
  Permission is hereby granted, free of charge, to any
2360
2208
  person obtaining a copy of this software and associated
@@ -2388,30 +2236,33 @@ DEALINGS IN THE SOFTWARE.
2388
2236
 
2389
2237
  ### Rust Crates:
2390
2238
 
2391
- - [security-framework](https://github.com/kornelski/rust-security-framework) (3.7.0)
2392
- - [security-framework-sys](https://github.com/kornelski/rust-security-framework) (2.17.0)
2239
+ - [aho-corasick](https://github.com/BurntSushi/aho-corasick) (1.1.4)
2240
+ - [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
2241
+ - [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
2242
+ - [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
2393
2243
 
2394
2244
  ````text
2395
2245
  The MIT License (MIT)
2396
2246
 
2397
- Copyright (c) 2015 Steven Fackler
2247
+ Copyright (c) 2015 Andrew Gallant
2398
2248
 
2399
- Permission is hereby granted, free of charge, to any person obtaining a copy of
2400
- this software and associated documentation files (the "Software"), to deal in
2401
- the Software without restriction, including without limitation the rights to
2402
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
2403
- the Software, and to permit persons to whom the Software is furnished to do so,
2404
- subject to the following conditions:
2249
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2250
+ of this software and associated documentation files (the "Software"), to deal
2251
+ in the Software without restriction, including without limitation the rights
2252
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2253
+ copies of the Software, and to permit persons to whom the Software is
2254
+ furnished to do so, subject to the following conditions:
2405
2255
 
2406
- The above copyright notice and this permission notice shall be included in all
2407
- copies or substantial portions of the Software.
2256
+ The above copyright notice and this permission notice shall be included in
2257
+ all copies or substantial portions of the Software.
2408
2258
 
2409
2259
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2410
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
2411
- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
2412
- COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
2413
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
2414
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2260
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2261
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2262
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2263
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2264
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2265
+ THE SOFTWARE.
2415
2266
 
2416
2267
  ````
2417
2268
 
@@ -2421,10 +2272,10 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2421
2272
 
2422
2273
  ### Rust Crates:
2423
2274
 
2424
- - [tempfile](https://github.com/Stebalien/tempfile) (3.27.0)
2275
+ - [flate2](https://github.com/rust-lang/flate2-rs) (1.1.9)
2425
2276
 
2426
2277
  ````text
2427
- Copyright (c) 2015 Steven Allen
2278
+ Copyright (c) 2014-2026 Alex Crichton
2428
2279
 
2429
2280
  Permission is hereby granted, free of charge, to any
2430
2281
  person obtaining a copy of this software and associated
@@ -2458,43 +2309,10 @@ DEALINGS IN THE SOFTWARE.
2458
2309
 
2459
2310
  ### Rust Crates:
2460
2311
 
2461
- - [nix](https://github.com/nix-rust/nix) (0.31.2)
2462
-
2463
- ````text
2464
- The MIT License (MIT)
2465
-
2466
- Copyright (c) 2015 Carl Lerche + nix-rust Authors
2467
-
2468
- Permission is hereby granted, free of charge, to any person obtaining a copy
2469
- of this software and associated documentation files (the "Software"), to deal
2470
- in the Software without restriction, including without limitation the rights
2471
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2472
- copies of the Software, and to permit persons to whom the Software is
2473
- furnished to do so, subject to the following conditions:
2474
-
2475
- The above copyright notice and this permission notice shall be included in
2476
- all copies or substantial portions of the Software.
2477
-
2478
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2479
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2480
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2481
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2482
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2483
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2484
- THE SOFTWARE.
2485
-
2486
- ````
2487
-
2488
- ---
2489
-
2490
- ## The following dependencies are licensed under the MIT License:
2491
-
2492
- ### Rust Crates:
2493
-
2494
- - [stable_deref_trait](https://github.com/storyyeller/stable_deref_trait) (1.2.1)
2312
+ - [hashbrown](https://github.com/rust-lang/hashbrown) (0.17.0)
2495
2313
 
2496
2314
  ````text
2497
- Copyright (c) 2017 Robert Grosse
2315
+ Copyright (c) 2016 Amanieu d'Antras
2498
2316
 
2499
2317
  Permission is hereby granted, free of charge, to any
2500
2318
  person obtaining a copy of this software and associated
@@ -2519,6 +2337,7 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2519
2337
  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2520
2338
  IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2521
2339
  DEALINGS IN THE SOFTWARE.
2340
+
2522
2341
  ````
2523
2342
 
2524
2343
  ---
@@ -2527,12 +2346,13 @@ DEALINGS IN THE SOFTWARE.
2527
2346
 
2528
2347
  ### Rust Crates:
2529
2348
 
2530
- - [tokio-serde](https://github.com/carllerche/tokio-serde) (0.9.0)
2349
+ - [sha1](https://github.com/RustCrypto/hashes) (0.10.6)
2350
+ - [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
2531
2351
 
2532
2352
  ````text
2533
- Copyright (c) 2017 Carl Lerche
2534
- Copyright (c) 2018 Bastian Köcher
2535
- Copyright (c) 2019-2020 Artem Vorotnikov
2353
+ Copyright (c) 2006-2009 Graydon Hoare
2354
+ Copyright (c) 2009-2013 Mozilla Foundation
2355
+ Copyright (c) 2016 Artyom Pavlov
2536
2356
 
2537
2357
  Permission is hereby granted, free of charge, to any
2538
2358
  person obtaining a copy of this software and associated
@@ -2566,30 +2386,73 @@ DEALINGS IN THE SOFTWARE.
2566
2386
 
2567
2387
  ### Rust Crates:
2568
2388
 
2569
- - [try-lock](https://github.com/seanmonstar/try-lock) (0.2.5)
2389
+ - [fnv](https://github.com/servo/rust-fnv) (1.0.7)
2570
2390
 
2571
2391
  ````text
2572
- Copyright (c) 2018-2023 Sean McArthur
2573
- Copyright (c) 2016 Alex Crichton
2392
+ Copyright (c) 2017 Contributors
2574
2393
 
2575
- Permission is hereby granted, free of charge, to any person obtaining a copy
2576
- of this software and associated documentation files (the "Software"), to deal
2577
- in the Software without restriction, including without limitation the rights
2578
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2579
- copies of the Software, and to permit persons to whom the Software is
2580
- furnished to do so, subject to the following conditions:
2394
+ Permission is hereby granted, free of charge, to any
2395
+ person obtaining a copy of this software and associated
2396
+ documentation files (the "Software"), to deal in the
2397
+ Software without restriction, including without
2398
+ limitation the rights to use, copy, modify, merge,
2399
+ publish, distribute, sublicense, and/or sell copies of
2400
+ the Software, and to permit persons to whom the Software
2401
+ is furnished to do so, subject to the following
2402
+ conditions:
2581
2403
 
2582
- The above copyright notice and this permission notice shall be included in
2583
- all copies or substantial portions of the Software.
2404
+ The above copyright notice and this permission notice
2405
+ shall be included in all copies or substantial portions
2406
+ of the Software.
2584
2407
 
2585
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2586
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2587
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2588
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2589
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2590
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2591
- THE SOFTWARE.
2408
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2409
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2410
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2411
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2412
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2413
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2414
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2415
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2416
+ DEALINGS IN THE SOFTWARE.
2417
+
2418
+ ````
2419
+
2420
+ ---
2421
+
2422
+ ## The following dependencies are licensed under the MIT License:
2592
2423
 
2424
+ ### Rust Crates:
2425
+
2426
+ - [tokio-serde](https://github.com/carllerche/tokio-serde) (0.9.0)
2427
+
2428
+ ````text
2429
+ Copyright (c) 2017 Carl Lerche
2430
+ Copyright (c) 2018 Bastian Köcher
2431
+ Copyright (c) 2019-2020 Artem Vorotnikov
2432
+
2433
+ Permission is hereby granted, free of charge, to any
2434
+ person obtaining a copy of this software and associated
2435
+ documentation files (the "Software"), to deal in the
2436
+ Software without restriction, including without
2437
+ limitation the rights to use, copy, modify, merge,
2438
+ publish, distribute, sublicense, and/or sell copies of
2439
+ the Software, and to permit persons to whom the Software
2440
+ is furnished to do so, subject to the following
2441
+ conditions:
2442
+
2443
+ The above copyright notice and this permission notice
2444
+ shall be included in all copies or substantial portions
2445
+ of the Software.
2446
+
2447
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2448
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2449
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2450
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2451
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2452
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2453
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2454
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2455
+ DEALINGS IN THE SOFTWARE.
2593
2456
 
2594
2457
  ````
2595
2458
 
@@ -2599,28 +2462,36 @@ THE SOFTWARE.
2599
2462
 
2600
2463
  ### Rust Crates:
2601
2464
 
2602
- - [ident_case](https://github.com/TedDriggs/ident_case) (1.0.1)
2465
+ - [tower](https://github.com/tower-rs/tower) (0.5.3)
2466
+ - [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
2467
+ - [tower-service](https://github.com/tower-rs/tower) (0.3.3)
2603
2468
 
2604
2469
  ````text
2605
- MIT License
2470
+ Copyright (c) 2019 Tower Contributors
2606
2471
 
2607
- Permission is hereby granted, free of charge, to any person obtaining a copy
2608
- of this software and associated documentation files (the "Software"), to deal
2609
- in the Software without restriction, including without limitation the rights
2610
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2611
- copies of the Software, and to permit persons to whom the Software is
2612
- furnished to do so, subject to the following conditions:
2472
+ Permission is hereby granted, free of charge, to any
2473
+ person obtaining a copy of this software and associated
2474
+ documentation files (the "Software"), to deal in the
2475
+ Software without restriction, including without
2476
+ limitation the rights to use, copy, modify, merge,
2477
+ publish, distribute, sublicense, and/or sell copies of
2478
+ the Software, and to permit persons to whom the Software
2479
+ is furnished to do so, subject to the following
2480
+ conditions:
2613
2481
 
2614
- The above copyright notice and this permission notice shall be included in all
2615
- copies or substantial portions of the Software.
2482
+ The above copyright notice and this permission notice
2483
+ shall be included in all copies or substantial portions
2484
+ of the Software.
2616
2485
 
2617
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2618
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2619
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2620
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2621
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2622
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2623
- SOFTWARE.
2486
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2487
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2488
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2489
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2490
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2491
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2492
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2493
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2494
+ DEALINGS IN THE SOFTWARE.
2624
2495
 
2625
2496
  ````
2626
2497
 
@@ -2630,10 +2501,12 @@ SOFTWARE.
2630
2501
 
2631
2502
  ### Rust Crates:
2632
2503
 
2633
- - [reqwest](https://github.com/seanmonstar/reqwest) (0.12.28)
2504
+ - [typenum](https://github.com/paholg/typenum) (1.19.0)
2634
2505
 
2635
2506
  ````text
2636
- Copyright (c) 2016-2025 Sean McArthur
2507
+ The MIT License (MIT)
2508
+
2509
+ Copyright (c) 2014 Paho Lurie-Gregg
2637
2510
 
2638
2511
  Permission is hereby granted, free of charge, to any person obtaining a copy
2639
2512
  of this software and associated documentation files (the "Software"), to deal
@@ -2642,17 +2515,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2642
2515
  copies of the Software, and to permit persons to whom the Software is
2643
2516
  furnished to do so, subject to the following conditions:
2644
2517
 
2645
- The above copyright notice and this permission notice shall be included in
2646
- all copies or substantial portions of the Software.
2518
+ The above copyright notice and this permission notice shall be included in all
2519
+ copies or substantial portions of the Software.
2647
2520
 
2648
2521
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2649
2522
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2650
2523
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2651
2524
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2652
2525
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2653
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2654
- THE SOFTWARE.
2655
-
2526
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2527
+ SOFTWARE.
2656
2528
 
2657
2529
  ````
2658
2530
 
@@ -2662,10 +2534,12 @@ THE SOFTWARE.
2662
2534
 
2663
2535
  ### Rust Crates:
2664
2536
 
2665
- - [hyper](https://github.com/hyperium/hyper) (1.9.0)
2537
+ - [zip](https://github.com/zip-rs/zip2) (2.4.2)
2666
2538
 
2667
2539
  ````text
2668
- Copyright (c) 2014-2026 Sean McArthur
2540
+ The MIT License (MIT)
2541
+
2542
+ Copyright (c) 2014 Mathijs van de Nes
2669
2543
 
2670
2544
  Permission is hereby granted, free of charge, to any person obtaining a copy
2671
2545
  of this software and associated documentation files (the "Software"), to deal
@@ -2674,17 +2548,19 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2674
2548
  copies of the Software, and to permit persons to whom the Software is
2675
2549
  furnished to do so, subject to the following conditions:
2676
2550
 
2677
- The above copyright notice and this permission notice shall be included in
2678
- all copies or substantial portions of the Software.
2551
+ The above copyright notice and this permission notice shall be included in all
2552
+ copies or substantial portions of the Software.
2679
2553
 
2680
2554
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2681
2555
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2682
2556
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2683
2557
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2684
2558
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2685
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2686
- THE SOFTWARE.
2559
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2560
+ SOFTWARE.
2687
2561
 
2562
+ Some files in the "tests/data" subdirectory of this repository are under other
2563
+ licences; see files named LICENSE.*.txt for details.
2688
2564
  ````
2689
2565
 
2690
2566
  ---
@@ -2693,10 +2569,11 @@ THE SOFTWARE.
2693
2569
 
2694
2570
  ### Rust Crates:
2695
2571
 
2696
- - [indexmap](https://github.com/indexmap-rs/indexmap) (2.14.0)
2572
+ - [getrandom](https://github.com/rust-random/getrandom) (0.2.17)
2697
2573
 
2698
2574
  ````text
2699
- Copyright (c) 2016--2017
2575
+ Copyright (c) 2018-2024 The rust-random Project Developers
2576
+ Copyright (c) 2014 The Rust Project Developers
2700
2577
 
2701
2578
  Permission is hereby granted, free of charge, to any
2702
2579
  person obtaining a copy of this software and associated
@@ -2730,10 +2607,10 @@ DEALINGS IN THE SOFTWARE.
2730
2607
 
2731
2608
  ### Rust Crates:
2732
2609
 
2733
- - [digest](https://github.com/RustCrypto/traits) (0.10.7)
2610
+ - [libc](https://github.com/rust-lang/libc) (0.2.185)
2734
2611
 
2735
2612
  ````text
2736
- Copyright (c) 2017 Artyom Pavlov
2613
+ Copyright (c) The Rust Project Developers
2737
2614
 
2738
2615
  Permission is hereby granted, free of charge, to any
2739
2616
  person obtaining a copy of this software and associated
@@ -2767,38 +2644,45 @@ DEALINGS IN THE SOFTWARE.
2767
2644
 
2768
2645
  ### Rust Crates:
2769
2646
 
2770
- - [anyhow](https://github.com/dtolnay/anyhow) (1.0.102)
2771
- - [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
2772
- - [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
2773
- - [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
2774
- - [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
2775
- - [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
2776
- - [itoa](https://github.com/dtolnay/itoa) (1.0.18)
2777
- - [once_cell](https://github.com/matklad/once_cell) (1.21.4)
2778
- - [pastey](https://github.com/as1100k/pastey) (0.2.1)
2779
- - [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
2780
- - [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
2781
- - [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
2782
- - [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
2783
- - [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
2784
- - [quote](https://github.com/dtolnay/quote) (1.0.45)
2785
- - [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
2786
- - [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
2787
- - [rustix](https://github.com/bytecodealliance/rustix) (1.1.4)
2788
- - [serde](https://github.com/serde-rs/serde) (1.0.228)
2789
- - [serde_core](https://github.com/serde-rs/serde) (1.0.228)
2790
- - [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
2791
- - [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
2792
- - [serde_json](https://github.com/serde-rs/json) (1.0.149)
2793
- - [syn](https://github.com/dtolnay/syn) (2.0.117)
2794
- - [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
2795
- - [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
2796
- - [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
2797
- - [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
2798
- - [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
2799
- - [zmij](https://github.com/dtolnay/zmij) (1.0.21)
2647
+ - [schemars](https://github.com/GREsau/schemars) (1.2.1)
2648
+ - [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
2649
+
2650
+ ````text
2651
+ MIT License
2652
+
2653
+ Copyright (c) 2019 Graham Esau
2654
+
2655
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2656
+ of this software and associated documentation files (the "Software"), to deal
2657
+ in the Software without restriction, including without limitation the rights
2658
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2659
+ copies of the Software, and to permit persons to whom the Software is
2660
+ furnished to do so, subject to the following conditions:
2661
+
2662
+ The above copyright notice and this permission notice shall be included in all
2663
+ copies or substantial portions of the Software.
2664
+
2665
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2666
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2667
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2668
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2669
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2670
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2671
+ SOFTWARE.
2672
+
2673
+ ````
2674
+
2675
+ ---
2676
+
2677
+ ## The following dependencies are licensed under the MIT License:
2678
+
2679
+ ### Rust Crates:
2680
+
2681
+ - [idna_adapter](https://github.com/hsivonen/idna_adapter) (1.2.1)
2800
2682
 
2801
2683
  ````text
2684
+ Copyright (c) The rust-url developers
2685
+
2802
2686
  Permission is hereby granted, free of charge, to any
2803
2687
  person obtaining a copy of this software and associated
2804
2688
  documentation files (the "Software"), to deal in the
@@ -2831,6 +2715,69 @@ DEALINGS IN THE SOFTWARE.
2831
2715
 
2832
2716
  ### Rust Crates:
2833
2717
 
2718
+ - [hex](https://github.com/KokaKiwi/rust-hex) (0.4.3)
2719
+
2720
+ ````text
2721
+ Copyright (c) 2013-2014 The Rust Project Developers.
2722
+ Copyright (c) 2015-2020 The rust-hex Developers
2723
+
2724
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2725
+ of this software and associated documentation files (the "Software"), to deal
2726
+ in the Software without restriction, including without limitation the rights
2727
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2728
+ copies of the Software, and to permit persons to whom the Software is
2729
+ furnished to do so, subject to the following conditions:
2730
+
2731
+ The above copyright notice and this permission notice shall be included in all
2732
+ copies or substantial portions of the Software.
2733
+
2734
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2735
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2736
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2737
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2738
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2739
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2740
+ SOFTWARE.
2741
+
2742
+ ````
2743
+
2744
+ ---
2745
+
2746
+ ## The following dependencies are licensed under the MIT License:
2747
+
2748
+ ### Rust Crates:
2749
+
2750
+ - [hyper](https://github.com/hyperium/hyper) (1.9.0)
2751
+
2752
+ ````text
2753
+ Copyright (c) 2014-2026 Sean McArthur
2754
+
2755
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2756
+ of this software and associated documentation files (the "Software"), to deal
2757
+ in the Software without restriction, including without limitation the rights
2758
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2759
+ copies of the Software, and to permit persons to whom the Software is
2760
+ furnished to do so, subject to the following conditions:
2761
+
2762
+ The above copyright notice and this permission notice shall be included in
2763
+ all copies or substantial portions of the Software.
2764
+
2765
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2766
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2767
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2768
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2769
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2770
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2771
+ THE SOFTWARE.
2772
+
2773
+ ````
2774
+
2775
+ ---
2776
+
2777
+ ## The following dependencies are licensed under the MIT License:
2778
+
2779
+ ### Rust Crates:
2780
+
2834
2781
  - [quick-xml](https://github.com/tafia/quick-xml) (0.38.4)
2835
2782
 
2836
2783
  ````text
@@ -2866,34 +2813,65 @@ THE SOFTWARE.
2866
2813
 
2867
2814
  ### Rust Crates:
2868
2815
 
2869
- - [block-buffer](https://github.com/RustCrypto/utils) (0.10.4)
2816
+ - [simd-adler32](https://github.com/mcountryman/simd-adler32) (0.3.9)
2870
2817
 
2871
2818
  ````text
2872
- Copyright (c) 2018-2019 The RustCrypto Project Developers
2819
+ MIT License
2873
2820
 
2874
- Permission is hereby granted, free of charge, to any
2875
- person obtaining a copy of this software and associated
2876
- documentation files (the "Software"), to deal in the
2877
- Software without restriction, including without
2878
- limitation the rights to use, copy, modify, merge,
2879
- publish, distribute, sublicense, and/or sell copies of
2880
- the Software, and to permit persons to whom the Software
2881
- is furnished to do so, subject to the following
2882
- conditions:
2821
+ Copyright (c) [2021] [Marvin Countryman]
2883
2822
 
2884
- The above copyright notice and this permission notice
2885
- shall be included in all copies or substantial portions
2886
- of the Software.
2823
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2824
+ of this software and associated documentation files (the "Software"), to deal
2825
+ in the Software without restriction, including without limitation the rights
2826
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2827
+ copies of the Software, and to permit persons to whom the Software is
2828
+ furnished to do so, subject to the following conditions:
2887
2829
 
2888
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2889
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2890
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2891
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2892
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2893
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2894
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2895
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2896
- DEALINGS IN THE SOFTWARE.
2830
+ The above copyright notice and this permission notice shall be included in all
2831
+ copies or substantial portions of the Software.
2832
+
2833
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2834
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2835
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2836
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2837
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2838
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2839
+ SOFTWARE.
2840
+
2841
+ ````
2842
+
2843
+ ---
2844
+
2845
+ ## The following dependencies are licensed under the MIT License:
2846
+
2847
+ ### NPM Packages:
2848
+
2849
+ - [json5](https://github.com/json5/json5) (2.2.3)
2850
+
2851
+ ````text
2852
+ MIT License
2853
+
2854
+ Copyright (c) 2012-2018 Aseem Kishore, and [others].
2855
+
2856
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2857
+ of this software and associated documentation files (the "Software"), to deal
2858
+ in the Software without restriction, including without limitation the rights
2859
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2860
+ copies of the Software, and to permit persons to whom the Software is
2861
+ furnished to do so, subject to the following conditions:
2862
+
2863
+ The above copyright notice and this permission notice shall be included in all
2864
+ copies or substantial portions of the Software.
2865
+
2866
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2867
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2868
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2869
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2870
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2871
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2872
+ SOFTWARE.
2873
+
2874
+ [others]: https://github.com/json5/json5/contributors
2897
2875
 
2898
2876
  ````
2899
2877
 
@@ -2903,43 +2881,29 @@ DEALINGS IN THE SOFTWARE.
2903
2881
 
2904
2882
  ### Rust Crates:
2905
2883
 
2906
- - [futures](https://github.com/rust-lang/futures-rs) (0.3.32)
2907
- - [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
2908
- - [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
2909
- - [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
2910
- - [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
2911
- - [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
2912
- - [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
2913
- - [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
2914
- - [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
2884
+ - [reqwest](https://github.com/seanmonstar/reqwest) (0.12.28)
2915
2885
 
2916
2886
  ````text
2917
- Copyright (c) 2016 Alex Crichton
2918
- Copyright (c) 2017 The Tokio Authors
2887
+ Copyright (c) 2016-2025 Sean McArthur
2919
2888
 
2920
- Permission is hereby granted, free of charge, to any
2921
- person obtaining a copy of this software and associated
2922
- documentation files (the "Software"), to deal in the
2923
- Software without restriction, including without
2924
- limitation the rights to use, copy, modify, merge,
2925
- publish, distribute, sublicense, and/or sell copies of
2926
- the Software, and to permit persons to whom the Software
2927
- is furnished to do so, subject to the following
2928
- conditions:
2889
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2890
+ of this software and associated documentation files (the "Software"), to deal
2891
+ in the Software without restriction, including without limitation the rights
2892
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2893
+ copies of the Software, and to permit persons to whom the Software is
2894
+ furnished to do so, subject to the following conditions:
2929
2895
 
2930
- The above copyright notice and this permission notice
2931
- shall be included in all copies or substantial portions
2932
- of the Software.
2896
+ The above copyright notice and this permission notice shall be included in
2897
+ all copies or substantial portions of the Software.
2898
+
2899
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2900
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2901
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2902
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2903
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2904
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2905
+ THE SOFTWARE.
2933
2906
 
2934
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2935
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2936
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2937
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2938
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2939
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2940
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2941
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2942
- DEALINGS IN THE SOFTWARE.
2943
2907
 
2944
2908
  ````
2945
2909
 
@@ -2949,12 +2913,38 @@ DEALINGS IN THE SOFTWARE.
2949
2913
 
2950
2914
  ### Rust Crates:
2951
2915
 
2952
- - [getrandom](https://github.com/rust-random/getrandom) (0.4.2)
2916
+ - [anyhow](https://github.com/dtolnay/anyhow) (1.0.102)
2917
+ - [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
2918
+ - [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
2919
+ - [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
2920
+ - [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
2921
+ - [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
2922
+ - [itoa](https://github.com/dtolnay/itoa) (1.0.18)
2923
+ - [once_cell](https://github.com/matklad/once_cell) (1.21.4)
2924
+ - [pastey](https://github.com/as1100k/pastey) (0.2.1)
2925
+ - [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
2926
+ - [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
2927
+ - [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
2928
+ - [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
2929
+ - [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
2930
+ - [quote](https://github.com/dtolnay/quote) (1.0.45)
2931
+ - [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
2932
+ - [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
2933
+ - [rustix](https://github.com/bytecodealliance/rustix) (1.1.4)
2934
+ - [serde](https://github.com/serde-rs/serde) (1.0.228)
2935
+ - [serde_core](https://github.com/serde-rs/serde) (1.0.228)
2936
+ - [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
2937
+ - [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
2938
+ - [serde_json](https://github.com/serde-rs/json) (1.0.149)
2939
+ - [syn](https://github.com/dtolnay/syn) (2.0.117)
2940
+ - [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
2941
+ - [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
2942
+ - [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
2943
+ - [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
2944
+ - [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
2945
+ - [zmij](https://github.com/dtolnay/zmij) (1.0.21)
2953
2946
 
2954
2947
  ````text
2955
- Copyright (c) 2018-2026 The rust-random Project Developers
2956
- Copyright (c) 2014 The Rust Project Developers
2957
-
2958
2948
  Permission is hereby granted, free of charge, to any
2959
2949
  person obtaining a copy of this software and associated
2960
2950
  documentation files (the "Software"), to deal in the
@@ -2987,34 +2977,29 @@ DEALINGS IN THE SOFTWARE.
2987
2977
 
2988
2978
  ### Rust Crates:
2989
2979
 
2990
- - [scopeguard](https://github.com/bluss/scopeguard) (1.2.0)
2980
+ - [httparse](https://github.com/seanmonstar/httparse) (1.10.1)
2991
2981
 
2992
2982
  ````text
2993
- Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
2983
+ Copyright (c) 2015-2025 Sean McArthur
2994
2984
 
2995
- Permission is hereby granted, free of charge, to any
2996
- person obtaining a copy of this software and associated
2997
- documentation files (the "Software"), to deal in the
2998
- Software without restriction, including without
2999
- limitation the rights to use, copy, modify, merge,
3000
- publish, distribute, sublicense, and/or sell copies of
3001
- the Software, and to permit persons to whom the Software
3002
- is furnished to do so, subject to the following
3003
- conditions:
2985
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2986
+ of this software and associated documentation files (the "Software"), to deal
2987
+ in the Software without restriction, including without limitation the rights
2988
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2989
+ copies of the Software, and to permit persons to whom the Software is
2990
+ furnished to do so, subject to the following conditions:
3004
2991
 
3005
- The above copyright notice and this permission notice
3006
- shall be included in all copies or substantial portions
3007
- of the Software.
2992
+ The above copyright notice and this permission notice shall be included in
2993
+ all copies or substantial portions of the Software.
2994
+
2995
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2996
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2997
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2998
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2999
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3000
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3001
+ THE SOFTWARE.
3008
3002
 
3009
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
3010
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
3011
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
3012
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
3013
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3014
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3015
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3016
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3017
- DEALINGS IN THE SOFTWARE.
3018
3003
 
3019
3004
  ````
3020
3005
 
@@ -3024,13 +3009,10 @@ DEALINGS IN THE SOFTWARE.
3024
3009
 
3025
3010
  ### Rust Crates:
3026
3011
 
3027
- - [sha1](https://github.com/RustCrypto/hashes) (0.10.6)
3028
- - [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
3012
+ - [indexmap](https://github.com/indexmap-rs/indexmap) (2.14.0)
3029
3013
 
3030
3014
  ````text
3031
- Copyright (c) 2006-2009 Graydon Hoare
3032
- Copyright (c) 2009-2013 Mozilla Foundation
3033
- Copyright (c) 2016 Artyom Pavlov
3015
+ Copyright (c) 2016--2017
3034
3016
 
3035
3017
  Permission is hereby granted, free of charge, to any
3036
3018
  person obtaining a copy of this software and associated
@@ -3064,61 +3046,19 @@ DEALINGS IN THE SOFTWARE.
3064
3046
 
3065
3047
  ### Rust Crates:
3066
3048
 
3067
- - [tungstenite](https://github.com/snapview/tungstenite-rs) (0.21.0)
3068
-
3069
- ````text
3070
- Copyright (c) 2017 Alexey Galakhov
3071
- Copyright (c) 2016 Jason Housley
3072
-
3073
- Permission is hereby granted, free of charge, to any person obtaining a copy
3074
- of this software and associated documentation files (the "Software"), to deal
3075
- in the Software without restriction, including without limitation the rights
3076
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3077
- copies of the Software, and to permit persons to whom the Software is
3078
- furnished to do so, subject to the following conditions:
3079
-
3080
- The above copyright notice and this permission notice shall be included in
3081
- all copies or substantial portions of the Software.
3082
-
3083
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3084
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3085
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3086
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3087
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3088
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3089
- THE SOFTWARE.
3090
-
3091
- ````
3092
-
3093
- ---
3094
-
3095
- ## The following dependencies are licensed under the MIT License:
3096
-
3097
- ### Rust Crates:
3098
-
3099
- - [want](https://github.com/seanmonstar/want) (0.3.1)
3049
+ - [tarpc](https://github.com/google/tarpc) (0.37.0)
3050
+ - [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
3100
3051
 
3101
3052
  ````text
3102
- Copyright (c) 2018-2019 Sean McArthur
3053
+ The MIT License (MIT)
3103
3054
 
3104
- Permission is hereby granted, free of charge, to any person obtaining a copy
3105
- of this software and associated documentation files (the "Software"), to deal
3106
- in the Software without restriction, including without limitation the rights
3107
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3108
- copies of the Software, and to permit persons to whom the Software is
3109
- furnished to do so, subject to the following conditions:
3055
+ Copyright 2016 Google Inc. All Rights Reserved.
3110
3056
 
3111
- The above copyright notice and this permission notice shall be included in
3112
- all copies or substantial portions of the Software.
3057
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
3113
3058
 
3114
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3115
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3116
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3117
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3118
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3119
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3120
- THE SOFTWARE.
3059
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3121
3060
 
3061
+ 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.
3122
3062
 
3123
3063
  ````
3124
3064
 
@@ -3128,10 +3068,10 @@ THE SOFTWARE.
3128
3068
 
3129
3069
  ### Rust Crates:
3130
3070
 
3131
- - [fnv](https://github.com/servo/rust-fnv) (1.0.7)
3071
+ - [digest](https://github.com/RustCrypto/traits) (0.10.7)
3132
3072
 
3133
3073
  ````text
3134
- Copyright (c) 2017 Contributors
3074
+ Copyright (c) 2017 Artyom Pavlov
3135
3075
 
3136
3076
  Permission is hereby granted, free of charge, to any
3137
3077
  person obtaining a copy of this software and associated
@@ -3165,10 +3105,10 @@ DEALINGS IN THE SOFTWARE.
3165
3105
 
3166
3106
  ### Rust Crates:
3167
3107
 
3168
- - [errno](https://github.com/lambda-fairy/rust-errno) (0.3.14)
3108
+ - [zerocopy](https://github.com/google/zerocopy) (0.8.48)
3169
3109
 
3170
3110
  ````text
3171
- Copyright (c) 2014 Chris Wong
3111
+ Copyright 2023 The Fuchsia Authors
3172
3112
 
3173
3113
  Permission is hereby granted, free of charge, to any
3174
3114
  person obtaining a copy of this software and associated
@@ -3194,43 +3134,70 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3194
3134
  IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3195
3135
  DEALINGS IN THE SOFTWARE.
3196
3136
 
3137
+
3197
3138
  ````
3198
3139
 
3199
3140
  ---
3200
3141
 
3201
3142
  ## The following dependencies are licensed under the MIT License:
3202
3143
 
3203
- ### Rust Crates:
3144
+ ### NPM Packages:
3204
3145
 
3205
- - [humantime](https://github.com/chronotope/humantime) (2.3.0)
3146
+ - [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
3147
+ - [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.39)
3206
3148
 
3207
3149
  ````text
3208
- Copyright (c) 2016 The humantime Developers
3150
+ MIT License
3209
3151
 
3210
- Includes parts of http date with the following copyright:
3211
- Copyright (c) 2016 Pyfisch
3152
+ Copyright (c) Microsoft Corporation.
3212
3153
 
3213
- Includes portions of musl libc with the following copyright:
3214
- Copyright © 2005-2013 Rich Felker
3154
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3155
+ of this software and associated documentation files (the "Software"), to deal
3156
+ in the Software without restriction, including without limitation the rights
3157
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3158
+ copies of the Software, and to permit persons to whom the Software is
3159
+ furnished to do so, subject to the following conditions:
3215
3160
 
3161
+ The above copyright notice and this permission notice shall be included in all
3162
+ copies or substantial portions of the Software.
3216
3163
 
3217
- Permission is hereby granted, free of charge, to any person obtaining a copy
3218
- of this software and associated documentation files (the "Software"), to deal
3219
- in the Software without restriction, including without limitation the rights
3220
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3221
- copies of the Software, and to permit persons to whom the Software is
3222
- furnished to do so, subject to the following conditions:
3164
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3165
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3166
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3167
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3168
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3169
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3170
+ SOFTWARE
3171
+
3172
+ ````
3173
+
3174
+ ---
3175
+
3176
+ ## The following dependencies are licensed under the MIT License:
3177
+
3178
+ ### NPM Packages:
3179
+
3180
+ - [minimist](https://github.com/minimistjs/minimist) (1.2.8)
3181
+
3182
+ ````text
3183
+ This software is released under the MIT license:
3184
+
3185
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
3186
+ this software and associated documentation files (the "Software"), to deal in
3187
+ the Software without restriction, including without limitation the rights to
3188
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
3189
+ the Software, and to permit persons to whom the Software is furnished to do so,
3190
+ subject to the following conditions:
3223
3191
 
3224
3192
  The above copyright notice and this permission notice shall be included in all
3225
3193
  copies or substantial portions of the Software.
3226
3194
 
3227
3195
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3228
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3229
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3230
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3231
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3232
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3233
- SOFTWARE.
3196
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
3197
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
3198
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
3199
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
3200
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3234
3201
 
3235
3202
  ````
3236
3203
 
@@ -3238,14 +3205,15 @@ SOFTWARE.
3238
3205
 
3239
3206
  ## The following dependencies are licensed under the MIT License:
3240
3207
 
3241
- ### Rust Crates:
3208
+ ### NPM Packages:
3242
3209
 
3243
- - [typenum](https://github.com/paholg/typenum) (1.19.0)
3210
+ - [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) (3.1.3)
3211
+ - [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
3244
3212
 
3245
3213
  ````text
3246
- The MIT License (MIT)
3214
+ MIT License
3247
3215
 
3248
- Copyright (c) 2014 Paho Lurie-Gregg
3216
+ Copyright (c) 2017 Evgeny Poberezkin
3249
3217
 
3250
3218
  Permission is hereby granted, free of charge, to any person obtaining a copy
3251
3219
  of this software and associated documentation files (the "Software"), to deal
@@ -3273,10 +3241,12 @@ SOFTWARE.
3273
3241
 
3274
3242
  ### Rust Crates:
3275
3243
 
3276
- - [mio](https://github.com/tokio-rs/mio) (1.2.0)
3244
+ - [base64](https://github.com/marshallpierce/rust-base64) (0.22.1)
3277
3245
 
3278
3246
  ````text
3279
- Copyright (c) 2014 Carl Lerche and other MIO contributors
3247
+ The MIT License (MIT)
3248
+
3249
+ Copyright (c) 2015 Alice Maz
3280
3250
 
3281
3251
  Permission is hereby granted, free of charge, to any person obtaining a copy
3282
3252
  of this software and associated documentation files (the "Software"), to deal
@@ -3304,34 +3274,28 @@ THE SOFTWARE.
3304
3274
 
3305
3275
  ### Rust Crates:
3306
3276
 
3307
- - [utf8_iter](https://github.com/hsivonen/utf8_iter) (1.0.4)
3277
+ - [ident_case](https://github.com/TedDriggs/ident_case) (1.0.1)
3308
3278
 
3309
3279
  ````text
3310
- Copyright Mozilla Foundation
3311
-
3312
- Permission is hereby granted, free of charge, to any
3313
- person obtaining a copy of this software and associated
3314
- documentation files (the "Software"), to deal in the
3315
- Software without restriction, including without
3316
- limitation the rights to use, copy, modify, merge,
3317
- publish, distribute, sublicense, and/or sell copies of
3318
- the Software, and to permit persons to whom the Software
3319
- is furnished to do so, subject to the following
3320
- conditions:
3280
+ MIT License
3321
3281
 
3322
- The above copyright notice and this permission notice
3323
- shall be included in all copies or substantial portions
3324
- of the Software.
3282
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3283
+ of this software and associated documentation files (the "Software"), to deal
3284
+ in the Software without restriction, including without limitation the rights
3285
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3286
+ copies of the Software, and to permit persons to whom the Software is
3287
+ furnished to do so, subject to the following conditions:
3325
3288
 
3326
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
3327
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
3328
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
3329
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
3330
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3331
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3332
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3333
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3334
- DEALINGS IN THE SOFTWARE.
3289
+ The above copyright notice and this permission notice shall be included in all
3290
+ copies or substantial portions of the Software.
3291
+
3292
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3293
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3294
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3295
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3296
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3297
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3298
+ SOFTWARE.
3335
3299
 
3336
3300
  ````
3337
3301
 
@@ -3341,10 +3305,10 @@ DEALINGS IN THE SOFTWARE.
3341
3305
 
3342
3306
  ### Rust Crates:
3343
3307
 
3344
- - [hashbrown](https://github.com/rust-lang/hashbrown) (0.17.0)
3308
+ - [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) (0.2.21)
3345
3309
 
3346
3310
  ````text
3347
- Copyright (c) 2016 Amanieu d'Antras
3311
+ Copyright (c) 2019 The CryptoCorrosion Contributors
3348
3312
 
3349
3313
  Permission is hereby granted, free of charge, to any
3350
3314
  person obtaining a copy of this software and associated
@@ -3378,40 +3342,30 @@ DEALINGS IN THE SOFTWARE.
3378
3342
 
3379
3343
  ### Rust Crates:
3380
3344
 
3381
- - [rand](https://github.com/rust-random/rand) (0.8.5)
3382
- - [rand](https://github.com/rust-random/rand) (0.9.4)
3383
- - [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
3384
- - [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
3385
- - [rand_core](https://github.com/rust-random/rand) (0.6.4)
3386
- - [rand_core](https://github.com/rust-random/rand) (0.9.5)
3345
+ - [static_assertions](https://github.com/nvzqz/static-assertions-rs) (1.1.0)
3387
3346
 
3388
3347
  ````text
3389
- Copyright 2018 Developers of the Rand project
3390
- Copyright (c) 2014 The Rust Project Developers
3348
+ MIT License
3391
3349
 
3392
- Permission is hereby granted, free of charge, to any
3393
- person obtaining a copy of this software and associated
3394
- documentation files (the "Software"), to deal in the
3395
- Software without restriction, including without
3396
- limitation the rights to use, copy, modify, merge,
3397
- publish, distribute, sublicense, and/or sell copies of
3398
- the Software, and to permit persons to whom the Software
3399
- is furnished to do so, subject to the following
3400
- conditions:
3350
+ Copyright (c) 2017 Nikolai Vazquez
3401
3351
 
3402
- The above copyright notice and this permission notice
3403
- shall be included in all copies or substantial portions
3404
- of the Software.
3352
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3353
+ of this software and associated documentation files (the "Software"), to deal
3354
+ in the Software without restriction, including without limitation the rights
3355
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3356
+ copies of the Software, and to permit persons to whom the Software is
3357
+ furnished to do so, subject to the following conditions:
3405
3358
 
3406
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
3407
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
3408
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
3409
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
3410
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3411
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3412
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3413
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3414
- DEALINGS IN THE SOFTWARE.
3359
+ The above copyright notice and this permission notice shall be included in all
3360
+ copies or substantial portions of the Software.
3361
+
3362
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3363
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3364
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3365
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3366
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3367
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3368
+ SOFTWARE.
3415
3369
 
3416
3370
  ````
3417
3371
 
@@ -3421,10 +3375,15 @@ DEALINGS IN THE SOFTWARE.
3421
3375
 
3422
3376
  ### Rust Crates:
3423
3377
 
3424
- - [tower-http](https://github.com/tower-rs/tower-http) (0.6.8)
3378
+ - [bitflags](https://github.com/bitflags/bitflags) (2.11.1)
3379
+ - [log](https://github.com/rust-lang/log) (0.4.29)
3380
+ - [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
3381
+ - [regex](https://github.com/rust-lang/regex) (1.12.3)
3382
+ - [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
3383
+ - [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
3425
3384
 
3426
3385
  ````text
3427
- Copyright (c) 2019-2021 Tower Contributors
3386
+ Copyright (c) 2014 The Rust Project Developers
3428
3387
 
3429
3388
  Permission is hereby granted, free of charge, to any
3430
3389
  person obtaining a copy of this software and associated
@@ -3456,29 +3415,18 @@ DEALINGS IN THE SOFTWARE.
3456
3415
 
3457
3416
  ## The following dependencies are licensed under the MIT License:
3458
3417
 
3459
- ### NPM Packages:
3418
+ ### Rust Crates:
3460
3419
 
3461
- - [minimist](https://github.com/minimistjs/minimist) (1.2.8)
3420
+ - [ipnet](https://github.com/krisprice/ipnet) (2.12.0)
3462
3421
 
3463
3422
  ````text
3464
- This software is released under the MIT license:
3423
+ Copyright 2017 Juniper Networks, Inc.
3465
3424
 
3466
- Permission is hereby granted, free of charge, to any person obtaining a copy of
3467
- this software and associated documentation files (the "Software"), to deal in
3468
- the Software without restriction, including without limitation the rights to
3469
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
3470
- the Software, and to permit persons to whom the Software is furnished to do so,
3471
- subject to the following conditions:
3425
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
3472
3426
 
3473
- The above copyright notice and this permission notice shall be included in all
3474
- copies or substantial portions of the Software.
3427
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3475
3428
 
3476
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3477
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
3478
- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
3479
- COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
3480
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
3481
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3429
+ 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.
3482
3430
 
3483
3431
  ````
3484
3432
 
@@ -3486,14 +3434,12 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3486
3434
 
3487
3435
  ## The following dependencies are licensed under the MIT License:
3488
3436
 
3489
- ### NPM Packages:
3437
+ ### Rust Crates:
3490
3438
 
3491
- - [undici-types](https://github.com/nodejs/undici) (6.21.0)
3439
+ - [directories](https://github.com/soc/directories-rs) (6.0.0)
3492
3440
 
3493
3441
  ````text
3494
- MIT License
3495
-
3496
- Copyright (c) Matteo Collina and Undici contributors
3442
+ Copyright (c) 2018 directories-rs contributors
3497
3443
 
3498
3444
  Permission is hereby granted, free of charge, to any person obtaining a copy
3499
3445
  of this software and associated documentation files (the "Software"), to deal
@@ -3521,30 +3467,34 @@ SOFTWARE.
3521
3467
 
3522
3468
  ### Rust Crates:
3523
3469
 
3524
- - [json5](https://github.com/callum-oakley/json5-rs) (1.3.1)
3470
+ - [signal-hook-registry](https://github.com/vorner/signal-hook) (1.4.8)
3525
3471
 
3526
3472
  ````text
3527
- MIT License
3528
-
3529
- Copyright (c) 2025 Callum Oakley
3473
+ Copyright (c) 2017 tokio-jsonrpc developers
3530
3474
 
3531
- Permission is hereby granted, free of charge, to any person obtaining a copy
3532
- of this software and associated documentation files (the "Software"), to deal
3533
- in the Software without restriction, including without limitation the rights
3534
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3535
- copies of the Software, and to permit persons to whom the Software is
3536
- furnished to do so, subject to the following conditions:
3475
+ Permission is hereby granted, free of charge, to any
3476
+ person obtaining a copy of this software and associated
3477
+ documentation files (the "Software"), to deal in the
3478
+ Software without restriction, including without
3479
+ limitation the rights to use, copy, modify, merge,
3480
+ publish, distribute, sublicense, and/or sell copies of
3481
+ the Software, and to permit persons to whom the Software
3482
+ is furnished to do so, subject to the following
3483
+ conditions:
3537
3484
 
3538
- The above copyright notice and this permission notice shall be included in all
3539
- copies or substantial portions of the Software.
3485
+ The above copyright notice and this permission notice
3486
+ shall be included in all copies or substantial portions
3487
+ of the Software.
3540
3488
 
3541
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3542
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3543
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3544
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3545
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3546
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3547
- SOFTWARE.
3489
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
3490
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
3491
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
3492
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
3493
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3494
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3495
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3496
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3497
+ DEALINGS IN THE SOFTWARE.
3548
3498
 
3549
3499
  ````
3550
3500
 
@@ -3554,10 +3504,10 @@ SOFTWARE.
3554
3504
 
3555
3505
  ### Rust Crates:
3556
3506
 
3557
- - [flate2](https://github.com/rust-lang/flate2-rs) (1.1.9)
3507
+ - [crypto-common](https://github.com/RustCrypto/traits) (0.1.7)
3558
3508
 
3559
3509
  ````text
3560
- Copyright (c) 2014-2026 Alex Crichton
3510
+ Copyright (c) 2021 RustCrypto Developers
3561
3511
 
3562
3512
  Permission is hereby granted, free of charge, to any
3563
3513
  person obtaining a copy of this software and associated
@@ -3591,19 +3541,31 @@ DEALINGS IN THE SOFTWARE.
3591
3541
 
3592
3542
  ### Rust Crates:
3593
3543
 
3594
- - [tarpc](https://github.com/google/tarpc) (0.37.0)
3595
- - [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
3544
+ - [data-encoding](https://github.com/ia0/data-encoding) (2.10.0)
3596
3545
 
3597
3546
  ````text
3598
3547
  The MIT License (MIT)
3599
3548
 
3600
- Copyright 2016 Google Inc. All Rights Reserved.
3549
+ Copyright (c) 2015-2020 Julien Cretin
3550
+ Copyright (c) 2017-2020 Google Inc.
3601
3551
 
3602
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
3552
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3553
+ of this software and associated documentation files (the "Software"), to deal
3554
+ in the Software without restriction, including without limitation the rights
3555
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3556
+ copies of the Software, and to permit persons to whom the Software is
3557
+ furnished to do so, subject to the following conditions:
3603
3558
 
3604
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3559
+ The above copyright notice and this permission notice shall be included in all
3560
+ copies or substantial portions of the Software.
3605
3561
 
3606
- 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.
3562
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3563
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3564
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3565
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3566
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3567
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3568
+ SOFTWARE.
3607
3569
 
3608
3570
  ````
3609
3571
 
@@ -3611,32 +3573,36 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
3611
3573
 
3612
3574
  ## The following dependencies are licensed under the MIT License:
3613
3575
 
3614
- ### NPM Packages:
3576
+ ### Rust Crates:
3615
3577
 
3616
- - [require-from-string](https://github.com/floatdrop/require-from-string) (2.0.2)
3578
+ - [tempfile](https://github.com/Stebalien/tempfile) (3.27.0)
3617
3579
 
3618
3580
  ````text
3619
- The MIT License (MIT)
3620
-
3621
- Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
3581
+ Copyright (c) 2015 Steven Allen
3622
3582
 
3623
- Permission is hereby granted, free of charge, to any person obtaining a copy
3624
- of this software and associated documentation files (the "Software"), to deal
3625
- in the Software without restriction, including without limitation the rights
3626
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3627
- copies of the Software, and to permit persons to whom the Software is
3628
- furnished to do so, subject to the following conditions:
3583
+ Permission is hereby granted, free of charge, to any
3584
+ person obtaining a copy of this software and associated
3585
+ documentation files (the "Software"), to deal in the
3586
+ Software without restriction, including without
3587
+ limitation the rights to use, copy, modify, merge,
3588
+ publish, distribute, sublicense, and/or sell copies of
3589
+ the Software, and to permit persons to whom the Software
3590
+ is furnished to do so, subject to the following
3591
+ conditions:
3629
3592
 
3630
- The above copyright notice and this permission notice shall be included in
3631
- all copies or substantial portions of the Software.
3593
+ The above copyright notice and this permission notice
3594
+ shall be included in all copies or substantial portions
3595
+ of the Software.
3632
3596
 
3633
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3634
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3635
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3636
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3637
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3638
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3639
- THE SOFTWARE.
3597
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
3598
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
3599
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
3600
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
3601
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3602
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3603
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3604
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3605
+ DEALINGS IN THE SOFTWARE.
3640
3606
 
3641
3607
  ````
3642
3608
 
@@ -3646,12 +3612,16 @@ THE SOFTWARE.
3646
3612
 
3647
3613
  ### Rust Crates:
3648
3614
 
3649
- - [idna](https://github.com/servo/rust-url/) (1.1.0)
3650
- - [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
3651
- - [url](https://github.com/servo/rust-url) (2.5.8)
3615
+ - [rand](https://github.com/rust-random/rand) (0.8.5)
3616
+ - [rand](https://github.com/rust-random/rand) (0.9.4)
3617
+ - [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
3618
+ - [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
3619
+ - [rand_core](https://github.com/rust-random/rand) (0.6.4)
3620
+ - [rand_core](https://github.com/rust-random/rand) (0.9.5)
3652
3621
 
3653
3622
  ````text
3654
- Copyright (c) 2013-2025 The rust-url developers
3623
+ Copyright 2018 Developers of the Rand project
3624
+ Copyright (c) 2014 The Rust Project Developers
3655
3625
 
3656
3626
  Permission is hereby granted, free of charge, to any
3657
3627
  person obtaining a copy of this software and associated
@@ -3685,14 +3655,14 @@ DEALINGS IN THE SOFTWARE.
3685
3655
 
3686
3656
  ### Rust Crates:
3687
3657
 
3688
- - [strsim](https://github.com/rapidfuzz/strsim-rs) (0.11.1)
3658
+ - [tokio](https://github.com/tokio-rs/tokio) (1.52.0)
3659
+ - [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
3660
+ - [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
3689
3661
 
3690
3662
  ````text
3691
- The MIT License (MIT)
3663
+ MIT License
3692
3664
 
3693
- Copyright (c) 2015 Danny Guo
3694
- Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
3695
- Copyright (c) 2018 Akash Kurdekar
3665
+ Copyright (c) Tokio Contributors
3696
3666
 
3697
3667
  Permission is hereby granted, free of charge, to any person obtaining a copy
3698
3668
  of this software and associated documentation files (the "Software"), to deal
@@ -3704,46 +3674,14 @@ furnished to do so, subject to the following conditions:
3704
3674
  The above copyright notice and this permission notice shall be included in all
3705
3675
  copies or substantial portions of the Software.
3706
3676
 
3707
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3708
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3709
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3710
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3711
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3712
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3713
- SOFTWARE.
3714
-
3715
- ````
3716
-
3717
- ---
3718
-
3719
- ## The following dependencies are licensed under the MIT License:
3720
-
3721
- ### Rust Crates:
3722
-
3723
- - [generic-array](https://github.com/fizyk20/generic-array) (0.14.7)
3724
-
3725
- ````text
3726
- The MIT License (MIT)
3727
-
3728
- Copyright (c) 2015 Bartłomiej Kamiński
3729
-
3730
- Permission is hereby granted, free of charge, to any person obtaining a copy
3731
- of this software and associated documentation files (the "Software"), to deal
3732
- in the Software without restriction, including without limitation the rights
3733
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3734
- copies of the Software, and to permit persons to whom the Software is
3735
- furnished to do so, subject to the following conditions:
3736
-
3737
- The above copyright notice and this permission notice shall be included in all
3738
- copies or substantial portions of the Software.
3739
-
3740
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3741
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3742
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3743
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3744
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3745
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3677
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3678
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3679
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3680
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3681
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3682
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3746
3683
  SOFTWARE.
3684
+
3747
3685
  ````
3748
3686
 
3749
3687
  ---
@@ -3752,15 +3690,10 @@ SOFTWARE.
3752
3690
 
3753
3691
  ### Rust Crates:
3754
3692
 
3755
- - [bitflags](https://github.com/bitflags/bitflags) (2.11.1)
3756
- - [log](https://github.com/rust-lang/log) (0.4.29)
3757
- - [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
3758
- - [regex](https://github.com/rust-lang/regex) (1.12.3)
3759
- - [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
3760
- - [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
3693
+ - [scopeguard](https://github.com/bluss/scopeguard) (1.2.0)
3761
3694
 
3762
3695
  ````text
3763
- Copyright (c) 2014 The Rust Project Developers
3696
+ Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
3764
3697
 
3765
3698
  Permission is hereby granted, free of charge, to any
3766
3699
  person obtaining a copy of this software and associated
@@ -3794,13 +3727,43 @@ DEALINGS IN THE SOFTWARE.
3794
3727
 
3795
3728
  ### Rust Crates:
3796
3729
 
3797
- - [tokio-macros](https://github.com/tokio-rs/tokio) (2.7.0)
3730
+ - [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) (0.21.0)
3798
3731
 
3799
3732
  ````text
3800
- MIT License
3733
+ Copyright (c) 2017 Daniel Abramov
3734
+ Copyright (c) 2017 Alexey Galakhov
3801
3735
 
3802
- Copyright (c) 2019 Yoshua Wuyts
3803
- Copyright (c) Tokio Contributors
3736
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3737
+ of this software and associated documentation files (the "Software"), to deal
3738
+ in the Software without restriction, including without limitation the rights
3739
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3740
+ copies of the Software, and to permit persons to whom the Software is
3741
+ furnished to do so, subject to the following conditions:
3742
+
3743
+ The above copyright notice and this permission notice shall be included in
3744
+ all copies or substantial portions of the Software.
3745
+
3746
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3747
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3748
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3749
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3750
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3751
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3752
+ THE SOFTWARE.
3753
+
3754
+ ````
3755
+
3756
+ ---
3757
+
3758
+ ## The following dependencies are licensed under the MIT License:
3759
+
3760
+ ### Rust Crates:
3761
+
3762
+ - [try-lock](https://github.com/seanmonstar/try-lock) (0.2.5)
3763
+
3764
+ ````text
3765
+ Copyright (c) 2018-2023 Sean McArthur
3766
+ Copyright (c) 2016 Alex Crichton
3804
3767
 
3805
3768
  Permission is hereby granted, free of charge, to any person obtaining a copy
3806
3769
  of this software and associated documentation files (the "Software"), to deal
@@ -3809,16 +3772,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3809
3772
  copies of the Software, and to permit persons to whom the Software is
3810
3773
  furnished to do so, subject to the following conditions:
3811
3774
 
3812
- The above copyright notice and this permission notice shall be included in all
3813
- copies or substantial portions of the Software.
3775
+ The above copyright notice and this permission notice shall be included in
3776
+ all copies or substantial portions of the Software.
3814
3777
 
3815
3778
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3816
3779
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3817
3780
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3818
3781
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3819
3782
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3820
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3821
- SOFTWARE.
3783
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3784
+ THE SOFTWARE.
3785
+
3822
3786
 
3823
3787
  ````
3824
3788
 
@@ -3826,14 +3790,17 @@ SOFTWARE.
3826
3790
 
3827
3791
  ## The following dependencies are licensed under the MIT License:
3828
3792
 
3829
- ### NPM Packages:
3793
+ ### Rust Crates:
3830
3794
 
3831
- - [json5](https://github.com/json5/json5) (2.2.3)
3795
+ - [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) (0.8.9)
3832
3796
 
3833
3797
  ````text
3834
3798
  MIT License
3835
3799
 
3836
- Copyright (c) 2012-2018 Aseem Kishore, and [others].
3800
+ Copyright 2013-2014 RAD Game Tools and Valve Software
3801
+ Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
3802
+ Copyright (c) 2017 Frommi
3803
+ Copyright (c) 2017-2024 oyvindln
3837
3804
 
3838
3805
  Permission is hereby granted, free of charge, to any person obtaining a copy
3839
3806
  of this software and associated documentation files (the "Software"), to deal
@@ -3853,8 +3820,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3853
3820
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3854
3821
  SOFTWARE.
3855
3822
 
3856
- [others]: https://github.com/json5/json5/contributors
3857
-
3858
3823
  ````
3859
3824
 
3860
3825
  ---
@@ -3863,13 +3828,10 @@ SOFTWARE.
3863
3828
 
3864
3829
  ### Rust Crates:
3865
3830
 
3866
- - [lock_api](https://github.com/Amanieu/parking_lot) (0.4.14)
3867
- - [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
3868
- - [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
3869
- - [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
3831
+ - [http-body](https://github.com/hyperium/http-body) (1.0.1)
3870
3832
 
3871
3833
  ````text
3872
- Copyright (c) 2016 The Rust Project Developers
3834
+ Copyright (c) 2019-2024 Sean McArthur & Hyper Contributors
3873
3835
 
3874
3836
  Permission is hereby granted, free of charge, to any
3875
3837
  person obtaining a copy of this software and associated
@@ -3903,10 +3865,10 @@ DEALINGS IN THE SOFTWARE.
3903
3865
 
3904
3866
  ### Rust Crates:
3905
3867
 
3906
- - [rustls-pki-types](https://github.com/rustls/pki-types) (1.14.0)
3868
+ - [stable_deref_trait](https://github.com/storyyeller/stable_deref_trait) (1.2.1)
3907
3869
 
3908
3870
  ````text
3909
- Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
3871
+ Copyright (c) 2017 Robert Grosse
3910
3872
 
3911
3873
  Permission is hereby granted, free of charge, to any
3912
3874
  person obtaining a copy of this software and associated
@@ -3931,7 +3893,6 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3931
3893
  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3932
3894
  IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3933
3895
  DEALINGS IN THE SOFTWARE.
3934
-
3935
3896
  ````
3936
3897
 
3937
3898
  ---
@@ -3940,10 +3901,11 @@ DEALINGS IN THE SOFTWARE.
3940
3901
 
3941
3902
  ### Rust Crates:
3942
3903
 
3943
- - [smallvec](https://github.com/servo/rust-smallvec) (1.15.1)
3904
+ - [core-foundation](https://github.com/servo/core-foundation-rs) (0.10.1)
3905
+ - [core-foundation-sys](https://github.com/servo/core-foundation-rs) (0.8.7)
3944
3906
 
3945
3907
  ````text
3946
- Copyright (c) 2018 The Servo Project Developers
3908
+ Copyright (c) 2012-2013 Mozilla Foundation
3947
3909
 
3948
3910
  Permission is hereby granted, free of charge, to any
3949
3911
  person obtaining a copy of this software and associated
@@ -3977,13 +3939,47 @@ DEALINGS IN THE SOFTWARE.
3977
3939
 
3978
3940
  ### Rust Crates:
3979
3941
 
3980
- - [data-encoding](https://github.com/ia0/data-encoding) (2.10.0)
3942
+ - [http-body-util](https://github.com/hyperium/http-body) (0.1.3)
3981
3943
 
3982
3944
  ````text
3983
- The MIT License (MIT)
3945
+ Copyright (c) 2019-2025 Sean McArthur & Hyper Contributors
3984
3946
 
3985
- Copyright (c) 2015-2020 Julien Cretin
3986
- Copyright (c) 2017-2020 Google Inc.
3947
+ Permission is hereby granted, free of charge, to any
3948
+ person obtaining a copy of this software and associated
3949
+ documentation files (the "Software"), to deal in the
3950
+ Software without restriction, including without
3951
+ limitation the rights to use, copy, modify, merge,
3952
+ publish, distribute, sublicense, and/or sell copies of
3953
+ the Software, and to permit persons to whom the Software
3954
+ is furnished to do so, subject to the following
3955
+ conditions:
3956
+
3957
+ The above copyright notice and this permission notice
3958
+ shall be included in all copies or substantial portions
3959
+ of the Software.
3960
+
3961
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
3962
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
3963
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
3964
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
3965
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3966
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3967
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3968
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3969
+ DEALINGS IN THE SOFTWARE.
3970
+
3971
+ ````
3972
+
3973
+ ---
3974
+
3975
+ ## The following dependencies are licensed under the MIT License:
3976
+
3977
+ ### Rust Crates:
3978
+
3979
+ - [native-tls](https://github.com/rust-native-tls/rust-native-tls) (0.2.18)
3980
+
3981
+ ````text
3982
+ Copyright (c) 2016 The rust-native-tls Developers
3987
3983
 
3988
3984
  Permission is hereby granted, free of charge, to any person obtaining a copy
3989
3985
  of this software and associated documentation files (the "Software"), to deal
@@ -4011,30 +4007,34 @@ SOFTWARE.
4011
4007
 
4012
4008
  ### Rust Crates:
4013
4009
 
4014
- - [static_assertions](https://github.com/nvzqz/static-assertions-rs) (1.1.0)
4010
+ - [tower-http](https://github.com/tower-rs/tower-http) (0.6.8)
4015
4011
 
4016
4012
  ````text
4017
- MIT License
4018
-
4019
- Copyright (c) 2017 Nikolai Vazquez
4013
+ Copyright (c) 2019-2021 Tower Contributors
4020
4014
 
4021
- Permission is hereby granted, free of charge, to any person obtaining a copy
4022
- of this software and associated documentation files (the "Software"), to deal
4023
- in the Software without restriction, including without limitation the rights
4024
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4025
- copies of the Software, and to permit persons to whom the Software is
4026
- furnished to do so, subject to the following conditions:
4015
+ Permission is hereby granted, free of charge, to any
4016
+ person obtaining a copy of this software and associated
4017
+ documentation files (the "Software"), to deal in the
4018
+ Software without restriction, including without
4019
+ limitation the rights to use, copy, modify, merge,
4020
+ publish, distribute, sublicense, and/or sell copies of
4021
+ the Software, and to permit persons to whom the Software
4022
+ is furnished to do so, subject to the following
4023
+ conditions:
4027
4024
 
4028
- The above copyright notice and this permission notice shall be included in all
4029
- copies or substantial portions of the Software.
4025
+ The above copyright notice and this permission notice
4026
+ shall be included in all copies or substantial portions
4027
+ of the Software.
4030
4028
 
4031
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4032
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4033
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4034
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4035
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4036
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4037
- SOFTWARE.
4029
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
4030
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
4031
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
4032
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
4033
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
4034
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
4035
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
4036
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
4037
+ DEALINGS IN THE SOFTWARE.
4038
4038
 
4039
4039
  ````
4040
4040
 
@@ -4044,10 +4044,10 @@ SOFTWARE.
4044
4044
 
4045
4045
  ### Rust Crates:
4046
4046
 
4047
- - [bumpalo](https://github.com/fitzgen/bumpalo) (3.20.2)
4047
+ - [rustls-pki-types](https://github.com/rustls/pki-types) (1.14.0)
4048
4048
 
4049
4049
  ````text
4050
- Copyright (c) 2019 Nick Fitzgerald
4050
+ Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
4051
4051
 
4052
4052
  Permission is hereby granted, free of charge, to any
4053
4053
  person obtaining a copy of this software and associated
@@ -4478,31 +4478,14 @@ Please refer to the package README for license details.
4478
4478
 
4479
4479
  ### Rust Crates:
4480
4480
 
4481
- - [icu_collections](https://github.com/unicode-org/icu4x) (2.2.0)
4482
- - [icu_locale_core](https://github.com/unicode-org/icu4x) (2.2.0)
4483
- - [icu_normalizer](https://github.com/unicode-org/icu4x) (2.2.0)
4484
- - [icu_normalizer_data](https://github.com/unicode-org/icu4x) (2.2.0)
4485
- - [icu_properties](https://github.com/unicode-org/icu4x) (2.2.0)
4486
- - [icu_properties_data](https://github.com/unicode-org/icu4x) (2.2.0)
4487
- - [icu_provider](https://github.com/unicode-org/icu4x) (2.2.0)
4488
- - [litemap](https://github.com/unicode-org/icu4x) (0.8.2)
4489
- - [potential_utf](https://github.com/unicode-org/icu4x) (0.1.5)
4490
- - [tinystr](https://github.com/unicode-org/icu4x) (0.8.3)
4491
- - [writeable](https://github.com/unicode-org/icu4x) (0.6.3)
4492
- - [yoke](https://github.com/unicode-org/icu4x) (0.8.2)
4493
- - [yoke-derive](https://github.com/unicode-org/icu4x) (0.8.2)
4494
- - [zerofrom](https://github.com/unicode-org/icu4x) (0.1.7)
4495
- - [zerofrom-derive](https://github.com/unicode-org/icu4x) (0.1.7)
4496
- - [zerotrie](https://github.com/unicode-org/icu4x) (0.2.4)
4497
- - [zerovec](https://github.com/unicode-org/icu4x) (0.11.6)
4498
- - [zerovec-derive](https://github.com/unicode-org/icu4x) (0.11.3)
4481
+ - [unicode-ident](https://github.com/dtolnay/unicode-ident) (1.0.24)
4499
4482
 
4500
4483
  ````text
4501
4484
  UNICODE LICENSE V3
4502
4485
 
4503
4486
  COPYRIGHT AND PERMISSION NOTICE
4504
4487
 
4505
- Copyright © 2020-2024 Unicode, Inc.
4488
+ Copyright © 1991-2023 Unicode, Inc.
4506
4489
 
4507
4490
  NOTICE TO USER: Carefully read the following legal agreement. BY
4508
4491
  DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
@@ -4538,13 +4521,6 @@ not be used in advertising or otherwise to promote the sale, use or other
4538
4521
  dealings in these Data Files or Software without prior written
4539
4522
  authorization of the copyright holder.
4540
4523
 
4541
- SPDX-License-Identifier: Unicode-3.0
4542
-
4543
-
4544
-
4545
- Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
4546
- ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
4547
-
4548
4524
  ````
4549
4525
 
4550
4526
  ---
@@ -4553,14 +4529,31 @@ ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation a
4553
4529
 
4554
4530
  ### Rust Crates:
4555
4531
 
4556
- - [unicode-ident](https://github.com/dtolnay/unicode-ident) (1.0.24)
4532
+ - [icu_collections](https://github.com/unicode-org/icu4x) (2.2.0)
4533
+ - [icu_locale_core](https://github.com/unicode-org/icu4x) (2.2.0)
4534
+ - [icu_normalizer](https://github.com/unicode-org/icu4x) (2.2.0)
4535
+ - [icu_normalizer_data](https://github.com/unicode-org/icu4x) (2.2.0)
4536
+ - [icu_properties](https://github.com/unicode-org/icu4x) (2.2.0)
4537
+ - [icu_properties_data](https://github.com/unicode-org/icu4x) (2.2.0)
4538
+ - [icu_provider](https://github.com/unicode-org/icu4x) (2.2.0)
4539
+ - [litemap](https://github.com/unicode-org/icu4x) (0.8.2)
4540
+ - [potential_utf](https://github.com/unicode-org/icu4x) (0.1.5)
4541
+ - [tinystr](https://github.com/unicode-org/icu4x) (0.8.3)
4542
+ - [writeable](https://github.com/unicode-org/icu4x) (0.6.3)
4543
+ - [yoke](https://github.com/unicode-org/icu4x) (0.8.2)
4544
+ - [yoke-derive](https://github.com/unicode-org/icu4x) (0.8.2)
4545
+ - [zerofrom](https://github.com/unicode-org/icu4x) (0.1.7)
4546
+ - [zerofrom-derive](https://github.com/unicode-org/icu4x) (0.1.7)
4547
+ - [zerotrie](https://github.com/unicode-org/icu4x) (0.2.4)
4548
+ - [zerovec](https://github.com/unicode-org/icu4x) (0.11.6)
4549
+ - [zerovec-derive](https://github.com/unicode-org/icu4x) (0.11.3)
4557
4550
 
4558
4551
  ````text
4559
4552
  UNICODE LICENSE V3
4560
4553
 
4561
4554
  COPYRIGHT AND PERMISSION NOTICE
4562
4555
 
4563
- Copyright © 1991-2023 Unicode, Inc.
4556
+ Copyright © 2020-2024 Unicode, Inc.
4564
4557
 
4565
4558
  NOTICE TO USER: Carefully read the following legal agreement. BY
4566
4559
  DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
@@ -4596,5 +4589,12 @@ not be used in advertising or otherwise to promote the sale, use or other
4596
4589
  dealings in these Data Files or Software without prior written
4597
4590
  authorization of the copyright holder.
4598
4591
 
4592
+ SPDX-License-Identifier: Unicode-3.0
4593
+
4594
+
4595
+
4596
+ Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
4597
+ ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
4598
+
4599
4599
  ````
4600
4600