Update dependency copyright notices

This commit is contained in:
Oliver Hamlet
2026-05-29 19:46:01 +01:00
parent 520242b90c
commit 5a5351ec71
2 changed files with 22 additions and 21 deletions
+8 -7
View File
@@ -37,17 +37,18 @@ NO_NOTICES_WHITELIST = [
('cxxbridge-macro', '1.0.192'),
('delegate', '0.13.4'),
('link-cplusplus', '1.0.12'),
('once_cell', '1.21.3'),
('once_cell', '1.21.4'),
('option-ext', '0.2.0'),
('pelite-macros', '0.1.1'),
('pest', '2.8.0'),
('proc-macro2', '1.0.105'),
('quote', '1.0.40'),
('rustc-hash', '2.1.1'),
('proc-macro2', '1.0.106'),
('quote', '1.0.45'),
('rustc-hash', '2.1.2'),
('rustversion', '1.0.20'),
('serde', '1.0.219'),
('serde_derive', '1.0.219'),
('syn', '2.0.113'),
('serde', '1.0.228'),
('serde_core', '1.0.228'),
('serde_derive', '1.0.228'),
('syn', '2.0.117'),
('thiserror', '2.0.12'),
('thiserror-impl', '2.0.12'),
]