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
+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'),
]