@@ -15328,7 +15328,7 @@ third_party_libraries:
15328
15328
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
15329
15329
DEALINGS IN THE SOFTWARE.
15330
15330
- package_name: serde
15331
- package_version: 1.0.219
15331
+ package_version: 1.0.223
15332
15332
repository: https://github.com/serde-rs/serde
15333
15333
license: MIT OR Apache-2.0
15334
15334
licenses:
@@ -15742,9 +15742,217 @@ third_party_libraries:
15742
15742
incurred by, or claims asserted against, such Contributor by reason
15743
15743
of your accepting any such warranty or additional liability.
15744
15744
15745
+ END OF TERMS AND CONDITIONS
15746
+ - package_name: serde_core
15747
+ package_version: 1.0.223
15748
+ repository: https://github.com/serde-rs/serde
15749
+ license: MIT OR Apache-2.0
15750
+ licenses:
15751
+ - license: MIT
15752
+ text: |
15753
+ Permission is hereby granted, free of charge, to any
15754
+ person obtaining a copy of this software and associated
15755
+ documentation files (the "Software"), to deal in the
15756
+ Software without restriction, including without
15757
+ limitation the rights to use, copy, modify, merge,
15758
+ publish, distribute, sublicense, and/or sell copies of
15759
+ the Software, and to permit persons to whom the Software
15760
+ is furnished to do so, subject to the following
15761
+ conditions:
15762
+
15763
+ The above copyright notice and this permission notice
15764
+ shall be included in all copies or substantial portions
15765
+ of the Software.
15766
+
15767
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
15768
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
15769
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
15770
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
15771
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
15772
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
15773
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
15774
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
15775
+ DEALINGS IN THE SOFTWARE.
15776
+ - license: Apache-2.0
15777
+ text: |2
15778
+ Apache License
15779
+ Version 2.0, January 2004
15780
+ http://www.apache.org/licenses/
15781
+
15782
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
15783
+
15784
+ 1. Definitions.
15785
+
15786
+ "License" shall mean the terms and conditions for use, reproduction,
15787
+ and distribution as defined by Sections 1 through 9 of this document.
15788
+
15789
+ "Licensor" shall mean the copyright owner or entity authorized by
15790
+ the copyright owner that is granting the License.
15791
+
15792
+ "Legal Entity" shall mean the union of the acting entity and all
15793
+ other entities that control, are controlled by, or are under common
15794
+ control with that entity. For the purposes of this definition,
15795
+ "control" means (i) the power, direct or indirect, to cause the
15796
+ direction or management of such entity, whether by contract or
15797
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
15798
+ outstanding shares, or (iii) beneficial ownership of such entity.
15799
+
15800
+ "You" (or "Your") shall mean an individual or Legal Entity
15801
+ exercising permissions granted by this License.
15802
+
15803
+ "Source" form shall mean the preferred form for making modifications,
15804
+ including but not limited to software source code, documentation
15805
+ source, and configuration files.
15806
+
15807
+ "Object" form shall mean any form resulting from mechanical
15808
+ transformation or translation of a Source form, including but
15809
+ not limited to compiled object code, generated documentation,
15810
+ and conversions to other media types.
15811
+
15812
+ "Work" shall mean the work of authorship, whether in Source or
15813
+ Object form, made available under the License, as indicated by a
15814
+ copyright notice that is included in or attached to the work
15815
+ (an example is provided in the Appendix below).
15816
+
15817
+ "Derivative Works" shall mean any work, whether in Source or Object
15818
+ form, that is based on (or derived from) the Work and for which the
15819
+ editorial revisions, annotations, elaborations, or other modifications
15820
+ represent, as a whole, an original work of authorship. For the purposes
15821
+ of this License, Derivative Works shall not include works that remain
15822
+ separable from, or merely link (or bind by name) to the interfaces of,
15823
+ the Work and Derivative Works thereof.
15824
+
15825
+ "Contribution" shall mean any work of authorship, including
15826
+ the original version of the Work and any modifications or additions
15827
+ to that Work or Derivative Works thereof, that is intentionally
15828
+ submitted to Licensor for inclusion in the Work by the copyright owner
15829
+ or by an individual or Legal Entity authorized to submit on behalf of
15830
+ the copyright owner. For the purposes of this definition, "submitted"
15831
+ means any form of electronic, verbal, or written communication sent
15832
+ to the Licensor or its representatives, including but not limited to
15833
+ communication on electronic mailing lists, source code control systems,
15834
+ and issue tracking systems that are managed by, or on behalf of, the
15835
+ Licensor for the purpose of discussing and improving the Work, but
15836
+ excluding communication that is conspicuously marked or otherwise
15837
+ designated in writing by the copyright owner as "Not a Contribution."
15838
+
15839
+ "Contributor" shall mean Licensor and any individual or Legal Entity
15840
+ on behalf of whom a Contribution has been received by Licensor and
15841
+ subsequently incorporated within the Work.
15842
+
15843
+ 2. Grant of Copyright License. Subject to the terms and conditions of
15844
+ this License, each Contributor hereby grants to You a perpetual,
15845
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
15846
+ copyright license to reproduce, prepare Derivative Works of,
15847
+ publicly display, publicly perform, sublicense, and distribute the
15848
+ Work and such Derivative Works in Source or Object form.
15849
+
15850
+ 3. Grant of Patent License. Subject to the terms and conditions of
15851
+ this License, each Contributor hereby grants to You a perpetual,
15852
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
15853
+ (except as stated in this section) patent license to make, have made,
15854
+ use, offer to sell, sell, import, and otherwise transfer the Work,
15855
+ where such license applies only to those patent claims licensable
15856
+ by such Contributor that are necessarily infringed by their
15857
+ Contribution(s) alone or by combination of their Contribution(s)
15858
+ with the Work to which such Contribution(s) was submitted. If You
15859
+ institute patent litigation against any entity (including a
15860
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
15861
+ or a Contribution incorporated within the Work constitutes direct
15862
+ or contributory patent infringement, then any patent licenses
15863
+ granted to You under this License for that Work shall terminate
15864
+ as of the date such litigation is filed.
15865
+
15866
+ 4. Redistribution. You may reproduce and distribute copies of the
15867
+ Work or Derivative Works thereof in any medium, with or without
15868
+ modifications, and in Source or Object form, provided that You
15869
+ meet the following conditions:
15870
+
15871
+ (a) You must give any other recipients of the Work or
15872
+ Derivative Works a copy of this License; and
15873
+
15874
+ (b) You must cause any modified files to carry prominent notices
15875
+ stating that You changed the files; and
15876
+
15877
+ (c) You must retain, in the Source form of any Derivative Works
15878
+ that You distribute, all copyright, patent, trademark, and
15879
+ attribution notices from the Source form of the Work,
15880
+ excluding those notices that do not pertain to any part of
15881
+ the Derivative Works; and
15882
+
15883
+ (d) If the Work includes a "NOTICE" text file as part of its
15884
+ distribution, then any Derivative Works that You distribute must
15885
+ include a readable copy of the attribution notices contained
15886
+ within such NOTICE file, excluding those notices that do not
15887
+ pertain to any part of the Derivative Works, in at least one
15888
+ of the following places: within a NOTICE text file distributed
15889
+ as part of the Derivative Works; within the Source form or
15890
+ documentation, if provided along with the Derivative Works; or,
15891
+ within a display generated by the Derivative Works, if and
15892
+ wherever such third-party notices normally appear. The contents
15893
+ of the NOTICE file are for informational purposes only and
15894
+ do not modify the License. You may add Your own attribution
15895
+ notices within Derivative Works that You distribute, alongside
15896
+ or as an addendum to the NOTICE text from the Work, provided
15897
+ that such additional attribution notices cannot be construed
15898
+ as modifying the License.
15899
+
15900
+ You may add Your own copyright statement to Your modifications and
15901
+ may provide additional or different license terms and conditions
15902
+ for use, reproduction, or distribution of Your modifications, or
15903
+ for any such Derivative Works as a whole, provided Your use,
15904
+ reproduction, and distribution of the Work otherwise complies with
15905
+ the conditions stated in this License.
15906
+
15907
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
15908
+ any Contribution intentionally submitted for inclusion in the Work
15909
+ by You to the Licensor shall be under the terms and conditions of
15910
+ this License, without any additional terms or conditions.
15911
+ Notwithstanding the above, nothing herein shall supersede or modify
15912
+ the terms of any separate license agreement you may have executed
15913
+ with Licensor regarding such Contributions.
15914
+
15915
+ 6. Trademarks. This License does not grant permission to use the trade
15916
+ names, trademarks, service marks, or product names of the Licensor,
15917
+ except as required for reasonable and customary use in describing the
15918
+ origin of the Work and reproducing the content of the NOTICE file.
15919
+
15920
+ 7. Disclaimer of Warranty. Unless required by applicable law or
15921
+ agreed to in writing, Licensor provides the Work (and each
15922
+ Contributor provides its Contributions) on an "AS IS" BASIS,
15923
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
15924
+ implied, including, without limitation, any warranties or conditions
15925
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
15926
+ PARTICULAR PURPOSE. You are solely responsible for determining the
15927
+ appropriateness of using or redistributing the Work and assume any
15928
+ risks associated with Your exercise of permissions under this License.
15929
+
15930
+ 8. Limitation of Liability. In no event and under no legal theory,
15931
+ whether in tort (including negligence), contract, or otherwise,
15932
+ unless required by applicable law (such as deliberate and grossly
15933
+ negligent acts) or agreed to in writing, shall any Contributor be
15934
+ liable to You for damages, including any direct, indirect, special,
15935
+ incidental, or consequential damages of any character arising as a
15936
+ result of this License or out of the use or inability to use the
15937
+ Work (including but not limited to damages for loss of goodwill,
15938
+ work stoppage, computer failure or malfunction, or any and all
15939
+ other commercial damages or losses), even if such Contributor
15940
+ has been advised of the possibility of such damages.
15941
+
15942
+ 9. Accepting Warranty or Additional Liability. While redistributing
15943
+ the Work or Derivative Works thereof, You may choose to offer,
15944
+ and charge a fee for, acceptance of support, warranty, indemnity,
15945
+ or other liability obligations and/or rights consistent with this
15946
+ License. However, in accepting such obligations, You may act only
15947
+ on Your own behalf and on Your sole responsibility, not on behalf
15948
+ of any other Contributor, and only if You agree to indemnify,
15949
+ defend, and hold each Contributor harmless for any liability
15950
+ incurred by, or claims asserted against, such Contributor by reason
15951
+ of your accepting any such warranty or additional liability.
15952
+
15745
15953
END OF TERMS AND CONDITIONS
15746
15954
- package_name: serde_derive
15747
- package_version: 1.0.219
15955
+ package_version: 1.0.223
15748
15956
repository: https://github.com/serde-rs/serde
15749
15957
license: MIT OR Apache-2.0
15750
15958
licenses:
@@ -15952,7 +16160,7 @@ third_party_libraries:
15952
16160
15953
16161
END OF TERMS AND CONDITIONS
15954
16162
- package_name: serde_json
15955
- package_version: 1.0.143
16163
+ package_version: 1.0.145
15956
16164
repository: https://github.com/serde-rs/json
15957
16165
license: MIT OR Apache-2.0
15958
16166
licenses:
0 commit comments