mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00

Update dependency handlebars to v5 for mdman. ### What does this PR try to resolve? issue #13238 - update dependency handlebars 4.5.0 -> 5.0.0 - fix code to fit the changes of Handlebars API - RenderError::new() is deprecated. Use RenderErrorReason instead ### How should we test and review this PR? pass all tests in /crates/mdman/tests