There is a new pull request by meator against master on the void-packages repository https://github.com/meator/void-packages mdbook-toc https://github.com/void-linux/void-packages/pull/48882 mdbook-toc: Fix mdbook warning mdbook complains that mdbook-toc was built against mdbook version 0.4.36 which is outdated now: ``` Warning: The mdbook-toc preprocessor was built against version 0.4.36 of mdbook, but we're being called from version 0.4.37 ``` There are probably more elegant and future proof ways to solve this (one of which is just ignoring the warning because it's a warning and not an error), but bumping mdbook-toc fixes it too. #### Testing the changes - I tested the changes in this PR: **YES** A patch file from https://github.com/void-linux/void-packages/pull/48882.patch is attached