From 8553078dba3fa7b631757a563f7c330d95d62fc7 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Sun, 4 Jan 2026 14:39:11 +0000 Subject: [PATCH] Update dependency copyright notices To reflect the loot-condition-interpreter and CXX updates. --- docs/api/copyright/dependency-notices.rst | 48 +++++------------------ docs/scripts/licenses.py | 8 ++-- 2 files changed, 14 insertions(+), 42 deletions(-) diff --git a/docs/api/copyright/dependency-notices.rst b/docs/api/copyright/dependency-notices.rst index baec7636..a11d8c18 100644 --- a/docs/api/copyright/dependency-notices.rst +++ b/docs/api/copyright/dependency-notices.rst @@ -1,4 +1,4 @@ -.. This file was generated by scripts/licenses.py at 2025-10-11T09:07:39.124177. +.. This file was generated by scripts/licenses.py at 2026-01-04T14:36:56.903487. Dependency Copyright Notices ============================ @@ -66,20 +66,6 @@ Dependency Copyright Notices Copyright 2017-2023 Eira Fransham. -`dataview v1.0.1 `_ ------------------------------------------------------------- - -:: - - Copyright (c) 2020 Casper - -`derive_pod v0.1.2 `_ ----------------------------------------------------------------- - -:: - - Copyright (c) 2020 Casper - `dirs v6.0.0 `_ ---------------------------------------------------- @@ -162,6 +148,13 @@ Dependency Copyright Notices `hashbrown v0.15.2 `_ ---------------------------------------------------------------- +:: + + Copyright (c) 2016 Amanieu d'Antras + +`hashbrown v0.16.0 `_ +---------------------------------------------------------------- + :: Copyright (c) 2016 Amanieu d'Antras @@ -208,20 +201,13 @@ Dependency Copyright Notices Copyright (c) 2014 The Rust Project Developers -`loot-condition-interpreter v5.3.3 `_ +`loot-condition-interpreter v5.4.0 `_ ------------------------------------------------------------------------------------------------ :: Copyright (c) 2018 Oliver Hamlet -`no-std-compat v0.4.1 `_ ----------------------------------------------------------------------- - -:: - - Copyright (c) 2019 jD91mZM2 - `nom v8.0.0 `_ -------------------------------------------------- @@ -250,13 +236,6 @@ Dependency Copyright Notices Copyright (c) 2018 sgodwincs -`pelite v0.10.0 `_ ----------------------------------------------------------- - -:: - - Copyright (c) 2016-2018 Casper - `petgraph v0.8.2 `_ ------------------------------------------------------------ @@ -299,7 +278,7 @@ Dependency Copyright Notices Copyright (c) 2014 The Rust Project Developers -`regress v0.10.4 `_ +`regress v0.10.5 `_ ------------------------------------------------------------ :: @@ -351,13 +330,6 @@ Dependency Copyright Notices Copyright © 1991-2023 Unicode, Inc. -`winapi v0.3.9 `_ --------------------------------------------------------- - -:: - - Copyright (c) 2015-2018 The winapi-rs Developers - `windows-link v0.2.0 `_ -------------------------------------------------------------------- diff --git a/docs/scripts/licenses.py b/docs/scripts/licenses.py index f2712835..44132dc6 100644 --- a/docs/scripts/licenses.py +++ b/docs/scripts/licenses.py @@ -33,10 +33,10 @@ SKIPPABLE_CRATES = [ # verified that these have no notices. NO_NOTICES_WHITELIST = [ ('allocator-api2', '0.2.21'), - ('cxx', '1.0.161'), - ('cxxbridge-macro', '1.0.161'), + ('cxx', '1.0.192'), + ('cxxbridge-macro', '1.0.192'), ('delegate', '0.13.4'), - ('link-cplusplus', '1.0.10'), + ('link-cplusplus', '1.0.12'), ('once_cell', '1.21.3'), ('option-ext', '0.2.0'), ('pelite-macros', '0.1.1'), @@ -47,7 +47,7 @@ NO_NOTICES_WHITELIST = [ ('rustversion', '1.0.20'), ('serde', '1.0.219'), ('serde_derive', '1.0.219'), - ('syn', '2.0.106'), + ('syn', '2.0.112'), ('thiserror', '2.0.12'), ('thiserror-impl', '2.0.12'), ]