@@ -26,8 +26,10 @@ the details of which are reproduced below.
2626* [ MIT License: tracing, tracing-attributes, tracing-core, tracing-subscriber] ( #mit-license-tracing-tracing-attributes-tracing-core-tracing-subscriber )
2727* [ MIT License: weedle2] ( #mit-license-weedle2 )
2828* [ CC0-1.0 License: base16] ( #cc0-10-license-base16 )
29+ * [ ISC License: libloading] ( #isc-license-libloading )
2930* [ ISC License: ring] ( #isc-license-ring )
3031* [ BSD-2-Clause License: arrayref] ( #bsd-2-clause-license-arrayref )
32+ * [ BSD-3-Clause License: bindgen] ( #bsd-3-clause-license-bindgen )
3133* [ BSD-3-Clause License: protobuf] ( #bsd-3-clause-license-protobuf )
3234* [ Zlib License: foldhash] ( #zlib-license-foldhash )
3335* [ Unicode-3.0 License: icu_casemap, icu_casemap_data, icu_collections, icu_locale, icu_locale_core, icu_locale_data, icu_normalizer, icu_normalizer_data, icu_properties, icu_properties_data, icu_provider, icu_segmenter, icu_segmenter_data, litemap, potential_utf, tinystr, writeable, yoke, yoke-derive, zerofrom, zerofrom-derive, zerotrie, zerovec, zerovec-derive] ( #unicode-30-license-icu_casemap-icu_casemap_data-icu_collections-icu_locale-icu_locale_core-icu_locale_data-icu_normalizer-icu_normalizer_data-icu_properties-icu_properties_data-icu_provider-icu_segmenter-icu_segmenter_data-litemap-potential_utf-tinystr-writeable-yoke-yoke-derive-zerofrom-zerofrom-derive-zerotrie-zerovec-zerovec-derive )
@@ -443,13 +445,16 @@ The following text applies to code linked from these dependencies:
443445[ autocfg] ( https://github.com/cuviper/autocfg ) ,
444446[ base64] ( https://github.com/marshallpierce/rust-base64 ) ,
445447[ basic-toml] ( https://github.com/dtolnay/basic-toml ) ,
448+ [ bhttp] ( https://github.com/martinthomson/ohttp ) ,
446449[ bitflags] ( https://github.com/bitflags/bitflags ) ,
447450[ block-buffer] ( https://github.com/RustCrypto/utils ) ,
448451[ camino] ( https://github.com/camino-rs/camino ) ,
449452[ cargo-platform] ( https://github.com/rust-lang/cargo ) ,
450453[ cc] ( https://github.com/rust-lang/cc-rs ) ,
454+ [ cexpr] ( https://github.com/jethrogb/rust-cexpr ) ,
451455[ cfg-if] ( https://github.com/alexcrichton/cfg-if ) ,
452456[ chrono] ( https://github.com/chronotope/chrono ) ,
457+ [ clang-sys] ( https://github.com/KyleMayes/clang-sys ) ,
453458[ core-foundation-sys] ( https://github.com/servo/core-foundation-rs ) ,
454459[ cpufeatures] ( https://github.com/RustCrypto/utils ) ,
455460[ crypto-common] ( https://github.com/RustCrypto/traits ) ,
@@ -490,6 +495,7 @@ The following text applies to code linked from these dependencies:
490495[ log] ( https://github.com/rust-lang/log ) ,
491496[ minimal-lexical] ( https://github.com/Alexhuszagh/minimal-lexical ) ,
492497[ num-traits] ( https://github.com/rust-num/num-traits ) ,
498+ [ ohttp] ( https://github.com/martinthomson/ohttp ) ,
493499[ once_cell] ( https://github.com/matklad/once_cell ) ,
494500[ parking_lot] ( https://github.com/Amanieu/parking_lot ) ,
495501[ parking_lot_core] ( https://github.com/Amanieu/parking_lot ) ,
@@ -1521,6 +1527,27 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15211527See the License for the specific language governing permissions and
15221528limitations under the License.
15231529
1530+ ```
1531+ -------------
1532+ ## ISC License: libloading
1533+
1534+ The following text applies to code linked from these dependencies:
1535+ [ libloading] ( https://github.com/nagisa/rust_libloading/ )
1536+
1537+ ```
1538+ Copyright © 2015, Simonas Kazlauskas
1539+
1540+ Permission to use, copy, modify, and/or distribute this software for any purpose with or without
1541+ fee is hereby granted, provided that the above copyright notice and this permission notice appear
1542+ in all copies.
1543+
1544+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
1545+ SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
1546+ AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1547+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
1548+ NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
1549+ THIS SOFTWARE.
1550+
15241551```
15251552-------------
15261553## ISC License: ring
@@ -1579,6 +1606,44 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
15791606(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
15801607OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
15811608
1609+ ```
1610+ -------------
1611+ ## BSD-3-Clause License: bindgen
1612+
1613+ The following text applies to code linked from these dependencies:
1614+ [ bindgen] ( https://github.com/rust-lang/rust-bindgen )
1615+
1616+ ```
1617+ BSD 3-Clause License
1618+
1619+ Copyright (c) 2013, Jyun-Yan You
1620+ All rights reserved.
1621+
1622+ Redistribution and use in source and binary forms, with or without
1623+ modification, are permitted provided that the following conditions are met:
1624+
1625+ * Redistributions of source code must retain the above copyright notice, this
1626+ list of conditions and the following disclaimer.
1627+
1628+ * Redistributions in binary form must reproduce the above copyright notice,
1629+ this list of conditions and the following disclaimer in the documentation
1630+ and/or other materials provided with the distribution.
1631+
1632+ * Neither the name of the copyright holder nor the names of its
1633+ contributors may be used to endorse or promote products derived from
1634+ this software without specific prior written permission.
1635+
1636+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1637+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1638+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1639+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
1640+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1641+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
1642+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
1643+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
1644+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1645+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1646+
15821647```
15831648-------------
15841649## BSD-3-Clause License: protobuf
0 commit comments