Update docs with dependency updates

This commit is contained in:
Oliver Hamlet
2026-01-09 20:59:34 +00:00
parent d9cc6b7db9
commit bbdf979d69
3 changed files with 10 additions and 6 deletions
+4
View File
@@ -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
-------
+4 -4
View File
@@ -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 <https://crates.io/crates/log/0.4.28>`_
`log v0.4.29 <https://crates.io/crates/log/0.4.29>`_
----------------------------------------------------
::
@@ -316,12 +316,12 @@ Dependency Copyright Notices
Copyright (c) 2015 Andrew Gallant
`unicase v2.8.1 <https://crates.io/crates/unicase/2.8.1>`_
`unicase v2.9.0 <https://crates.io/crates/unicase/2.9.0>`_
----------------------------------------------------------
::
Copyright (c) 2014-2017 Sean McArthur
Copyright (c) 2014-2026 Sean McArthur
`unicode-ident v1.0.18 <https://crates.io/crates/unicode-ident/1.0.18>`_
------------------------------------------------------------------------
+2 -2
View File
@@ -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'),
]