From bbdf979d69d6ff2a22f129604b9eec43dc8b721b Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Fri, 9 Jan 2026 20:59:34 +0000 Subject: [PATCH] Update docs with dependency updates --- docs/api/changelog.rst | 4 ++++ docs/api/copyright/dependency-notices.rst | 8 ++++---- docs/scripts/licenses.py | 4 ++-- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/docs/api/changelog.rst b/docs/api/changelog.rst index 99700945..a66e4e6f 100644 --- a/docs/api/changelog.rst +++ b/docs/api/changelog.rst @@ -100,8 +100,12 @@ Changed - Updated dependency versions in Cargo.lock (which sets the versions used by the C++ wrapper): + - Updated log to v0.4.29. - Updated loot-condition-interpreter to v5.4.0. + - Updated proc-macro2 to v1.0.105. - Updated regress to v0.10.5. + - Updated syn to v2.0.113. + - Updated unicase to v2.9.0. Removed ------- diff --git a/docs/api/copyright/dependency-notices.rst b/docs/api/copyright/dependency-notices.rst index a11d8c18..8b67c3b3 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 2026-01-04T14:36:56.903487. +.. This file was generated by scripts/licenses.py at 2026-01-09T15:55:59.219176. Dependency Copyright Notices ============================ @@ -194,7 +194,7 @@ Dependency Copyright Notices Copyright (C) 2017 Oliver Hamlet -`log v0.4.28 `_ +`log v0.4.29 `_ ---------------------------------------------------- :: @@ -316,12 +316,12 @@ Dependency Copyright Notices Copyright (c) 2015 Andrew Gallant -`unicase v2.8.1 `_ +`unicase v2.9.0 `_ ---------------------------------------------------------- :: - Copyright (c) 2014-2017 Sean McArthur + Copyright (c) 2014-2026 Sean McArthur `unicode-ident v1.0.18 `_ ------------------------------------------------------------------------ diff --git a/docs/scripts/licenses.py b/docs/scripts/licenses.py index 44132dc6..79991c45 100644 --- a/docs/scripts/licenses.py +++ b/docs/scripts/licenses.py @@ -41,13 +41,13 @@ NO_NOTICES_WHITELIST = [ ('option-ext', '0.2.0'), ('pelite-macros', '0.1.1'), ('pest', '2.8.0'), - ('proc-macro2', '1.0.101'), + ('proc-macro2', '1.0.105'), ('quote', '1.0.40'), ('rustc-hash', '2.1.1'), ('rustversion', '1.0.20'), ('serde', '1.0.219'), ('serde_derive', '1.0.219'), - ('syn', '2.0.112'), + ('syn', '2.0.113'), ('thiserror', '2.0.12'), ('thiserror-impl', '2.0.12'), ]