google / mdbook-i18n-helpers

Translation support for mdbook. The plugins here give you a structured way to maintain a translated book.
Apache License 2.0
121 stars 25 forks source link

Execute `cargo update` #198

Closed kdarkhan closed 1 month ago

kdarkhan commented 1 month ago

This fixes the compilation issue in time crate by upgrading it from 0.3.30 to 0.3.36.

Failure example https://github.com/google/mdbook-i18n-helpers/actions/runs/9171277226/job/25215262973.

If less diff is desired, I could update only time by cargo update time but probably we can update all minor versions.